body {
	background-color:#C9C;

}
#wrapper {
 	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-family: arial, sans-serif;
	font-size: 15px;

}
header {
	padding-top: 10px;
	
	padding-bottom: 10px;
	padding: 60px;
	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: left;
	background: red;
	padding: 20px;
	width: 570px;
	margin-right: 10px;
	height: 750px;
	background-color: #EDEBE6;
	
	
}
/*Start section classes*/
.index-post {
	height: 170px;
	font-size: 18px;
	
}

.index-post img {
	
	float: center;
	border: 1px groove purple;
	padding: 5px;
	margin-right: 15px;

}
.index-post a {
	text-decoration: none;
	color: #222;
	font-size: 16px;
	font-weight: 600;
}


.index {
	height: 170px;
	font-size: 35px;
	
}

.index img {
	
	float: center;
	border: 1px groove purple;
	padding: 5px;
	margin-right: 15px;

}
.index a {
	text-decoration: none;
	color: #222;
	font-size: 18px;
	font-weight: 600;
	font:"Courier New", Courier, monospace
}




/*Start aside classes*/
aside { 
	float: right;
	background: orange;
	padding: 10px;
	width: 250px;
	height: 400px;
	background-color: #EDEBE6;
	
}
aside i {
	display: inline;
	margin-left: 30px;
}




footer {
	clear: both;
	padding: 20px;
	background: EDEBE6;
	width: 900px;
	height: 40px;
	
}
