@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bg.jpg);
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

#container {
	margin:auto;
	width:900px;
	height:auto;
}

#header {
	width:900px;
	height:102px;;
	background-color:#FFF;
}

.logo {
	float:left;
	width:144px;
}

.main-nav {
	float:right;
	width:500px;
	margin-right:20px;
}

#banner {
	width:900px;
	height:297px;;
	background-color:#000;
}

#banner-sub {
	width:900px;
	height:122px;;
	background-color:#000;
}

#cu3er-container {width:900px; outline:0;}

#content {
	width:900px;
	height:268px;;
	background:#FFF url(../images/content_bg.jpg) repeat-x top;
}

#content-sub {
	width:900px;
	min-height:268px;;
	background-color:#FFF;
}

#content-sub2 {
	padding:20px;
}

h3 {
	font-size:11px;
	font-weight:bold;
	color:#a37412;
}

#left
{
float: left;
width: 291px;
padding: 3px 0px 0px 8px;
}

#right
{
float: right;
width: 291px;
padding: 3px 8px 0px 0px;
}

#center
{
margin-left: 304px;
margin-right: 303px;
padding: 3px 0px 0px 0px;
}

.more
{
float: right;
padding-right:15px;
padding-top:10px;
}

.floatleft
{
float: left;
margin: 0px 25px 10px 10px;
border: 2px solid #999999;
padding: 2px;
}

#bottom-nav {
	width:900px;
	height:50px;;
	background-color:#b2b2b2;
	clear:both;
}

.rightnav {
	width: 350px;
	float:right;
	text-align:right;
	padding:15px 15px 0px 0px;
	color:#595959;
}

.leftnav {
	width: 350px;
	float:left;
	padding:15px 0px 0px 15px;
}

#footer {
	width:900px;
	height:51px;;
	background:url(../images/footer_bg.jpg) repeat-x top;
	color:#FFF;
}

#footer #altnav {
	width: 350px;
	float:right;
	text-align:right;
	padding:15px 15px 0px 0px;
}

#footer #copyright {
	width: 350px;
	float:left;
	padding:15px 0px 0px 15px;
}


#footer a {
	color:#db6d16;
	text-decoration: none;
	font-weight:normal;
}

#footer a:hover {
	color: #fff;
}

