/* CSS Document */

body {
	font: 11px/20px   Verdana, Arial, Helvetica, sans-serif;
	color:#e5d5b6;
	background-color:#6b4427;
	margin: 0;
	padding: 0;
	background-image:url(../_images/bg_body.jpg);
	background-repeat:repeat-x;
}

body a{
	color:#e5d5b6;
	text-decoration:underline;
}

body a:hover{
	color:#e5d5b6;
	text-decoration:none;
}

.active{
	color:#7f4d28;
}

#container{
	background-image:url(../_images/bg_container.jpg);
	background-repeat:no-repeat;
	width:852px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

#container_event{
	width:400px; 
	height:100px;
}

#event_thumb{
	width:200px; 
	height:90px; 
	font-size:9px; 
	line-height:13px; 
	float:left;
}

#event_thumb a{
	text-decoration:none;
}

#event_thumb a:hover{
	text-decoration:underline;
}


.event_thumb{
	margin-right:5px;
}

#event_price{
	background-image:url(../_images/background.gif);
	background-repeat:no-repeat;
	float:left;
	width:112px;
	padding:7px 5px 10px 10px;
	line-height:14px;
}

#event_price a{
	text-decoration:none;
}

#event_price a:hover{
	text-decoration:underline;
}



#event_price_end{
	background-image:url(../_images/background.gif);
	background-repeat:no-repeat;
	float:left;
	width:1px;
	height:275px;
}

#banner{
	width:852px;
	height:160px;
	
}

#logo{
	float:left;
	padding-left:120px;
}

#nav_top{
	float:left;
	/* background-color:#FFFF00; */
	padding-top:80px;	
	width:460px;
	padding-left:50px;
}

#nav_top a{
	font-weight:bolder;
	font-size:10px;
	padding-right:13px;
	text-decoration:none;
}

#nav_top a:hover{
	color:#7f4d28;
	text-decoration:none;
}

.active{
	color:#7f5434;
}

#content{
	width:392px;
	padding-left:410px;
	padding-right:50px;
}



/* FOOTER */
#footer{
	background-image:url(../_images/logos.jpg);
	background-position: right;
	background-repeat:no-repeat;
	font-size:9px;
	width:392px;
	height:150px;
	color:#e5d5b6;
	padding-top:60px;
	padding-left:410px;
	padding-right:50px;
	text-align:left;

}

#footer a{
	color:e5d5b6;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

h1{
	font-size:1.6em;
	line-height:1.3em;
}

h2{
	font-size:1.2em;
}

h3{
	font-size:1.0em;
}