body {
	margin:0px; padding:0px;
	background-color:#1c1c15;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

p { margin:0px; padding: 13px 0px 0px 0px;}


h1 { color:#eaa80b;
	font-size:35px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h3 {color:#ffffff;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	padding:5px;
}



#outside_container {
	background:url(images/bg.jpg) repeat-x #000000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#container {
	min-height:500px;
	width:950px;
	position:relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}


#content {
	padding:30px 60px 60px 60px;
	color:#FFFFFF;
	font-size:14px;
	line-height:21px;
	background:url(images/bgsub.jpg);
	background-repeat:no-repeat;
	min-height:400px;
}


.header {
	height:88px;
	font-size:16px;
	color:#ccccc4;
}

.header a:link {color: #eaa80b; text-decoration:none;}
.header a:visited {color: #eaa80b; text-decoration:none;}
.header a:hover {color: #eaa80b; text-decoration:underline;}

#logo{
	background:url(images/logo.png);
	background-repeat:no-repeat;
	position:absolute;
	width: 273px;
	height: 51px;
	top: 34px;
	left: 59px;
}

#top_nav{
	position:absolute;
	width: 264px;
	height: 29px;
	top: 32px;
	left: 650px;
}

#nav_container {
padding-left:55px;
}



#outside_footercontainer {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	border-top:1px solid #a6a492;
	background-color:#1c1c15;
}

.footer {
	padding:30px;
	color:#b6b6a4;
	font-size:9px;
	line-height:20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:890px;
	font-family:"Lucida Grande", Verdana, Arial;
	font-size:9px;
}

a {color: #b6b6a4; text-decoration:none;}
a:visited {color: #b6b6a4; text-decoration:none;}
a:hover {color: #eaa80b; text-decoration:underline;}

.footer a:link {color: #b6b6a4; text-decoration:none;}
.footer a:visited {color: #b6b6a4; text-decoration:none;}
.footer a:hover {color: #eaa80b; text-decoration:underline;}

.darklink a:link {color: #1e1c10; text-decoration:none;}
.darklink a:visited {color: #1e1c10; text-decoration:none;}
.darklink a:hover {color: #1e1c10; text-decoration:underline;}



#copyright { color:#eaa80b;}

.optionbox {
	font-family:"Lucida Grande", Verdana, Arial;
	font-size:12px;
	color:#c3c19e;
	padding:20px 20px 0px 20px;

}

.optionbox input {
color:#484848;
font-size:1em;
padding:5px;
}
