﻿/* CSS layout */
#masthead {
	background: url('topback-1.jpg');
	width: 900px;
	height: 245px;
}
#top_nav {	width: 900px;
}
#page_content {
	width: 900px;
	text-align: left;
	position: relative;
	top: -355px;
	left: -2px;
	height: 889px;
}
#footer {
	text-align: center;
	font-size: small;
	height: 113px;
	width: 900px;
	color: #808080;
	position: relative;
	top: -309px;
	left: -3px;
}