@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #30310F;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
}
.clear {
	clear: both;
}
#container{
	margin: auto;
	width: 850px;
	position: relative;
	border: 0px;
}
#header{
	margin: auto;
	background-image: url(../images/hdr.jpg);
	height: 338px;
	width: 850px;
	position: relative ;
}

.img_accent {
	position: absolute ; 
	top: 20px ; 
	right: -30px ;
}

#logo{
	background-image: url(../images/logo.png);
	position: absolute;
	width: 206px;
	height: 179px;
	left: 50px;
	z-index: 500 ;
}
#nav{
	height: 63px;
	background-image: url(../images/nav_bg.jpg);
	text-align: center;
	
	
}



#nav ul.primary-links {margin:0px; padding:0; list-style:none; text-align:center; margin-left: 5px;}
#nav ul.primary-links li { float:left; padding:0px; overflow:hidden;}
#nav ul.primary-links li a { background:url(../images/nav_bullet.jpg) no-repeat; background-position: 15px 26px; color:#FFF; text-decoration:none; font-size:15px; display:block; padding:22px 21px 0px 30px; text-transform:uppercase;  overflow:hidden;}
#nav ul.primary-links li a:hover{color:#23250B; background:url(../images/nav_bullet_hov.jpg) no-repeat; background-position: 15px 26px;}
#nav ul.primary-links li.navdiv{background-image: url(../images/nav_div.jpg); width:2px; height: 63px;}
#content{
}

#left_content{
float: left;
width: 550px;
}

#section_home{
	background-image: url(../images/section_bg.jpg);
	height: 232px;
	width: 550px;
	background-repeat: repeat-x;	
}


#section_main{
	background-image: url(../images/section_bg.jpg);
	background-repeat: repeat-x;
	background-color: #526813;	
}


.section{
padding: 30px 10px 10px 20px;
}

.header_first{
 color: #BCC23C;
 font-size: 25px;
}
.header_second{
 color: #FFF;
 font-size: 25px;
}
#home_box_left{
	float: left;
	height: 231px;
	width: 275px;
	background-color: #6C7F13;
}
#home_box_right{
	float: left;
	height: 231px;
	width: 275px;
	background-color: #5F7513;
}

#right_content{
float: left;
width: 300px;
height: 463px;
}

#feat_events{
	background-image: url(../images/feat_events_bg.jpg);
	background-repeat: repeat-x;
	width: 300px;
	height: 463px;
}
#footer{
	height: 50px;
}

a {color:#fff; text-decoration: none; font-weight: bold;}
