﻿/* CSS layout */
#masthead {
	background-image: none;
	background-repeat: no-repeat;
	height: 100px;
	padding-bottom: 20px;
}
#top_nav {
	padding-bottom: 0px;
	padding-top: 15px;
	width: 940px;
}
#page_content {
	font-family: georgia, arial, sans-serif;
	border-width: thin;
	border-color: #710708;
	border-right-style: solid;
	border-left-style: solid;
	margin: 0px;
	padding: 15px;
	border-top-style: solid;
	width: 974px;
}
#footer {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
