body {
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .78em;
	color:#000000;
	background-color:#000000;
}
.pagebody {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(images/GoldBG.jpg);
	background-repeat:repeat;
	vertical-align:top;
	background-color: #D4B18B;	
}
.logo {
	margin:auto;
	text-align:center;
	clear:both;
}
.clear {
	clear:both;
}
.nav {
	padding-top:20px;
	margin-left:20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	position:absolute;
}
.nav div {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 160px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:20px;
 	background-color: #CBA076;
	text-decoration:none;
}
.nav div a {
	font-weight:bold;
	color: #333333;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
}
.nav a:hover {
	background-color: #cccccc;
}
.content {
	margin-left:250px;
	padding-top:10px;
	position:absolute;
	width:600px;
	text-align:left;
	float:right;
	vertical-align:top;
}
.footer {
	width:900px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	clear:both;
	color:white;
}
.footer p {
	font-size:.80em;
	text-align:center;
}
h1, h2, h3, h4 {
	color:#CA9E71;
	line-height:1.25em;
	text-align:left;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.3em;
	color:#333333;
}
a {
	color:#000000;
	text-decoration: underline;
}
a:hover, a:active, a:link {
	text-decoration: underline;
}
p {
	line-height:1.3em;
	letter-spacing: .1em;
}



