﻿/* CSS layout */
#masthead {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: #C0C0C0;
	background-color: #FEB100;
	position: fixed;
	width: 960px;
	height: 77px;
	vertical-align: middle;
	text-align: center;
	padding-top: 0px;
	z-index: 3;
	top: 0px;
}
#top_nav {
	border-radius: 0px 0px 15px 15px;
	background-color: #601700;
	width: 960px;
	position: fixed;
	height: 25px;
	top: 180px;
	vertical-align: middle;
	text-align: center;
	z-index: 4;
}

#container {
	min-width: 600px;
}

#page_content {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-left: 0px;
	margin-right: 0px;
	width: 910px;
	background-color: #DCE0D3;
	height: 1200px;
	position: absolute;
	top: 200px;
	visibility: visible;
	text-align: center;
	vertical-align: middle;
}

#footer {
	clear: both;
}
