﻿/* CSS layout */

#container {
	font-family:Arial, Helvetica, sans-serif;
	top:0px;
	left:0px;
	width:545px;
	height:575px;
	padding:0px;
	
}

#masthead {
}
#top_nav {
	text-align:justify;
	margin-left: 5%;
	margin-right: 5%;
}
#page_content {
	position:relative;
	top:10px;
	width:275px;
	left:140px;
	text-align:center;
}
#footer {
	position:relative;
	top:30px;
	
}