﻿/* CSS layout */
#masthead {
	margin: 25 px 0 0 0;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
	max-width: 800 px;
	right: auto;
	left: auto;
	clear: both;
}
#top_nav {
	margin-bottom: 10px;
	position: relative;
	max-width: 800 px;
}
#page_content {
	padding: 0 10 px 0 0;
	margin: 0 10 px 0 0;
	left: auto;
	right: auto;
	position: relative;
	clear: both;
	width: 800 px;
	max-width: 800 px;
	margin-right: 10 px;
}
#footer {
	background-color: #336699;
	position: relative;
	clear: both;
	width: 800 px;
	font-size: small;
}
