body {
	background-color: #F2F2F2;

}
#wrapper {
 	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: arial, sans-serif;
	font-size: 14px;

}
header {
	padding-top: 10px;

	padding-bottom: 10px;
	padding: 30px;
	float: middle;
	
}
header ul {
	list-style: none;
}
header ul li {
	display: inline;
	margin-left: 20px;
}
header a {
	color: #777;
	text-decoration: none; 
	font-family: arial, sans-serif;
}
header a:hover {
	color: #222; 
}
/*Start header classes*/



section { 
	float:inherit;
	background: red;
	padding: 10px;
	width: 600px;
	
	height: 1080px;
	background-color: #EDEBE6;
	
	
	
}
/*Start section classes*/
.index-post, slide {
	height: 170px;
	font-size: 16px;
	text-align: justify;
    text-justify: inter-word;
	padding: 15px;
	position:relative;
	center ;
	

}

.index-post img {
	float: left;
	border: 1px groove purple;
	padding: 5px;
	margin-right: 5px;

}
.index-post a {
	text-decoration: none;
	color:#C30;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;

}




/*Start aside classes*/
aside { 
	float: right;
	background: orange;
	padding: 10px;
	width: 350px;
	height: 700px;
	background-color: #EDEBE6;
	position:relative ;
	top: -1080px;
	
}
aside i {
	display: inline;
	
}
sidebar {
	float: right;
	background: orange;
	padding: 10px;
	width: 350px;
	height: 700px;
	background-color: #EDEBE6;
	position:relative ;
	top: -1080px;
	}




.container-fluid {
	 	   width: 750px;
		   position: auto;
		   
}
footer {
	clear: both;
	padding: 20px;
	background:#CCC ;
	width: 950px;
	height: 30px;
	position: relative;
	top: -600px;
	 
}
#footer {
	background:#CCC ;
	}
article { 
	float:inherit;
	background: red;
	padding: 20px;
	width: 1000px;
	margin-right: 10px;
	height: 1080px;
	background-color:#999 ;
}
