﻿/* CSS layout */
#masthead {
	border: 1px solid #D8DBBF;
	background-color: #FFFFFF;
	width: 850px;
	height: 126px;
	margin-right: auto;
	margin-left: auto;
}
#top_nav {
	border: 1px solid #E1E3CD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: #D8DBBF;
	padding: 10px;
	width: 826px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#container {
	border: 1px solid #D8DBBF;
	width: 850px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#page_content {
	padding: 5px 15px 5px 15px;
	float: right;
	margin-top: 5px;
	width: 820px;
}
#footer {
	border-style: solid;
	border-width: 3px 1px 1px 1px;
	border-color: #D8DBBF;
	width: 820px;
	padding: 5px 15px 15px 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D8DBBF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
