/* CSS Document */

body {
	background:#9f2302 url(/images/bg.jpg) repeat-x top;
	margin:0;
}

#wrapper {
	width:100%;
	background:url(/images/main_bg.jpg) no-repeat ;
}

#top {
	margin:0;
	width:780px;
	height:365px;
}
#top #nav1 {
	position:absolute;
	left:434px;	
}

#top #nav2 {
	position:relative;
	left:74px;
	top:118px;
}

#main {
	position:relative;
	width:780px;
	margin-left:21px;
	height:100%;
	overflow:hidden;

}

#main #left {
	position:relative;
	float:left;
	width:160px; 
	color:#fff; 
	font:12px Tahoma; 
	font-weight:bold; 
	padding-left:10px; 
	padding-top:20px; 
	list-style-type:none;
	overflow:hidden;
}



#main #left a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dashed #fff;
}

#main #left a:hover {
	color:#2d2623;
	background:#fff;
	text-decoration:none;
	border-bottom:1px dashed #fff;
}

#content {
	position:relative;
	float:right;
	font:13px Tahoma, Verdana;
	color:#fff;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	padding-top:20px;
}

#content .title, #left .title {
	font:24px 'Century Gothic', Arial;
	font-weight:bold;
	color:#fff;
	letter-spacing: -1px;
	text-decoration:none;
}

#content .subtitle, #left .subtitle {
	font:16px 'Century Gothic', Arial;
	font-weight:bold;
	color:#2d2623;
}


#footer {

	position:relative;
	margin-left:20px;
	padding:0px;
	background:#2d2623;
	color:#fff;
	font-family:Tahoma, Verdana;
	font-size:10px;
	
}

#footer a {
	color:#fff;
}