﻿/* 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: -205px;
	left: 0px;
	height: 100%;
}
#footer {
	text-align: center;
	font-size: small;
	height: 113px;
	width: 900px;
	color: #808080;
	position: relative;
	top: -192px;
	left: 0px;
}
