body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(/graphics/windowBG.gif);
	padding: 0;
	margin: 0;
}
#bodyHolder {
	position: relative;
	width: 750px;
	text-align: left;
	background-image: url(/graphics/pageBG.gif);
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	position: relative;
	width: 750px;
	height: 160px;
}
#masthead span.Logo {
	position: absolute;
	top: 6px;
	left: 38px;
}
#mainMenu {
	position: absolute;
	top: 85px;
	left: 262px;
	width: 452px;
	border-top: solid #4b3f1a 2px;
	border-bottom: solid #4b3f1a 2px;
}
#mainMenu ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
#mainMenu li {
	display: inline;
	list-style-type: none;
}
#mainMenu a {
	font-weight: bold;
	text-decoration: none;
	color: #4b3f1a;
	padding: 2px 10px;
}
#mainMenu a:hover {
	color: #ddc99c;
	background-color: #4b3f1a;
}
#content {
	margin: 0px 40px 20px 40px;
}
#footer {
	clear: both;
	margin: 10px 40px;
}
#footer p {
	font-size: x-small;
	text-align: center;
}