﻿@import url("layout.css");
body {
	font-family: "Bodono MT", "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: white;
	
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 30px;
	border-bottom: 2px solid #a0522d;
	background-color: #ffffff;
}
#page_update {
	position: relative;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	top:-12px
}
#navigation {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	padding-top:10px;
	margin-bottom: 10px;
}
#page_content {
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	position: relative;
	float: right;
	width: 700px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#footer {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-size: 48pt;
	font-family: "Bodoni MT";
	color:black;}
#masthead h3 {
	font-size: 18pt;
	font-family: "Bodoni MT";
	color:black;
}
