body   { color: #000000; font-size: 12px; font-family: Courier New, Courier, Monaco, monospace; background-color: #000; margin: 0; padding: 0 }
* {margin: 0px;padding: 0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
}
a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}
/********************** Header ***************************/
#header   { background-image: url("images/header4.jpg"); background-repeat: no-repeat; margin: 0; width: 768px; height: 370px }
#menu   { background-color: #b9a42f; background-image: url("images/menu3.jpg"); background-repeat: no-repeat; position: relative; width: 768px; height: 117px }
#menu ul  { position: absolute; top: 30px; left: 220px }
#menu li{
	float:left;
	display:inline;
	padding: 0px 0px 0px 10px;
}
#menu a { color: #d8cd8d; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bolder; text-decoration: none; background-color: #000; text-transform: uppercase }
#menu a:hover  { color: #3e3c27; background-color: #b9a42f }
h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #171508;
}
h1,h2 {
	position:absolute;
	top:94px;
}
h1 {
	left:241px;
}
h2 {
	right:75px;
}
h3 {
	margin: 15px 0px 0px 30px;
	border-bottom: solid 1px #625d3b;
}
/********************** Main ***************************/
#main     { background-image: url("images/content_bg3.gif"); background-repeat: repeat-y; display: block; width: 768px }
#content      { background-repeat: repeat-y; width: 768px; height: 870px }
/********************** Left - Text ***************************/
#left            { text-align: center; margin-left: 0; width: 490px; height: 770px; float: left }
#left p{
	padding: 5px 10px 10px 30px;
}
#left a:hover{color:#d8cd8d;}
/********************** Footer ***************************/
#footer  { background-repeat: no-repeat; text-align: center; width: 768px; height: 97px; float: left; clear: both }
#footer ul{

}
#footer li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #908a68;
}
.lastchild{
	border-right: 0px none !important;
}
#footer a { color: #908a68; font-size: 11px; font-family: "Courier New", Courier, Monaco, "monospacCourier New", Courier, Monaco, monospace; font-weight: bold; text-decoration: none; text-transform: uppercase }
#footer a:hover{text-decoration: underline;}
#footer span{
	font-size: 9px;
	font-weight: bold;
	color: #18160e;
	margin:10px;
	display:block;
}