#container{
	/*overflow: hidden;
	/*position: relative;*/
	background-image: none;
}

.sidebar{
	/*display: inline-block;*/
	/*width: 300px;*/
	width: 20%;
	/*margin-top: 5px;*/
	margin-bottom: 10px;
	height: 100%;
	border: solid 1px;
}

#sidebar_left{
	/*position: fixed;
	float: left;
	left: 0;*/
	position: relative;
	/*overflow: hidden;*/
	z-index:-1;
	/*float: left;*/
	margin-right: 50px;
	background-color: rgb(100, 149, 237);
}

#article{
	/*display: inline-block;*/
	/*width: 1125px;*/
	z-index: 2;
	width: 65%;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-right: 150px;
	/*height: 90%;*/
	border: solid 1px;
	background-color: antiquewhite;
	/*floralwhite ; */
	/*overflow: hidden;*/
	padding: 20px;
	/*margin-left: 450px;*/
	float: right;
	text-align: justify;
	position: relative;
}

p{
	font-size: 19px;
	text-indent: 50px;
}