body {
	width: 960px;
	background-color: #777;
	font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 18px

}

header {
	background-color: #ebebeb;
	margin: 10px;
	padding: 25px;
	text-align: center;
	color: #777;

}

#nav {
	background-color: #ebebeb;
	margin: 10px;
	padding: 25px;
	text-align: center;
	color: #777;


}

#outer_container {
	background-color: #777;
	text-align: center;
	vertical-align: center;
	height: 260px;
}


section {
	float: left;
	background-color: #ebebeb;
	margin-left: 10px;
	margin-right: 0px
	margin-top: 25px;
	width: 495px;
	height: 260px;
	padding-left: 5px;
	padding-right: 5px;
	color: #777;

}

#section_header {
	height: 40px;
	text-align: center;
	vertical-align: center;
}

#article {
	background-color: #777;
	height: 185px;
	color: #ebebeb;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 5px;
	padding-bottom: 5px;

}

#article_header {
	background-color: #ebebeb;
	height: 50px;
	line-height: 50px;
	color: #777;
	margin-top: 0px;


}

#article_content {
	background-color: #ebebeb;
	height: 50px;
	line-height: 50px;
	color: #777;
	margin-top: -10px;


}
aside {
	float: right;
	background-color: #ebebeb;
	width: 425px;
	height: 260px;
	margin-right:10px;
	color: #777;

}

footer {
	background-color: #ebebeb;
	clear:left;
	margin: 10px;
	padding: 25px;
	text-align: center;
	color: #777;

}
