﻿/* CSS layout */
#masthead {
	margin-left: auto;
	margin-right: auto;
	width: 975px;
	background-color: #FFFFFF;
}
#top_nav {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	padding-left: 0;
	background-color: #008000;
}
#page_content {
	margin-left: auto;
	margin-right: auto;
	width: 975px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	max-height: 5000px;
	max-width: 2000px;
	min-height: 800px;
}
#footer {
	background-color: #006600;
}