﻿/* Layout CSS */
#masthead {
	text-align: center;
}
#top_nav {
	margin: auto;
	top: 10px;
	width: 120px;
	text-align: center;
	position: absolute;
	z-index: 2;
	left: 10px;
	height: 164px;
}
#page_content {
	padding: 6px;
	margin: 6px;
	border: thick double #33CC33;
	background-color: #008000;
	position: absolute;
	top: 230px;
	width: 700px;
	float: none;
	text-align: left;
	left: 10px;
	z-index: -2;
	bottom: auto;
	color: #FFFFFF;
	font-size: large;
}
#footer {
	bottom: 10px;
	position: absolute;
	width: 1024px;
	top: 700px;
}
