#header {
	background-image: url(images/agingheader.jpg);
}

#maincontaner {
	min-height: 800px;
}

#leftsidebar {
	width: 17.5%;
	float: left;
	height: 100%;
	padding: 10px;
}

#maincontent {
	width: 75%;
	border-left: 1px solid #4D917B;
	border-right: 1px solid #4D917B;
	height: 100%;
	min-height: 800px;
	float: left;
	padding: 10px;
}

#footer-wrapper {
	clear: both;
}

#footer {
	text-align: left;
}
