﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}
#masthead {
	width: 900px;
	margin: 0px auto 30px auto;
	height: 220px;
	background-color: #FFFFFF;
}
#container {
	background-position: center bottom;
	border-width: 0 0 0 0px;
	margin: 0 0 0 0;
	min-width: 900px;
	width: 900px;
	height: auto;
	border-top-style: solid;
	border-top-color: #4E6074;
	background-color: #FFFFFF;
}
#page_content {
	margin-left: 220px;
	margin-right: 170px;
	padding-right: 5px;
	padding-left: 10px;
	width: 450px;
	background-color: #FFFFFF;
	height: auto;
}
#footer {
	clear: both;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
}
.style21 {
	text-align: center;
	background-color: #666699;
}
