﻿/* CSS layout */
#masthead {
	margin: 0px auto 0px auto;
	width: 800px;
	height: 164px;
	border-style: none;
}
#top_nav {
	width: 925px;
	margin: 0px auto 0px auto;
}
#page_content {
	width: 800px;
	height: 550px;
	margin: 0px auto 0px auto;
}
#footer {
	margin: 0px auto 0px auto;
	width: 800px;
	height: 25px;
	font-family: Arial;
	font-size: small;
	font-weight: lighter;
	font-style: normal;
	color: #000000;
}
