@charset "UTF-8";
/* CSS Document */
img {
border:none;
}

#left_ctr{
	/*display:inline;
	margin-left:-23px;
	margin-top:15px;
	position:absolute;
	*/
	float:left;
margin-left:-421px;
margin-top:15px;
position:absolute;
	
	}

#right_ctr{
	display:inline;
	margin-left:11px;
	margin-top:15px;
	position:absolute;
	}
	
.next{
width:26px;
height:26px;
border:none;
cursor:pointer;
background:url(../assets/butt_right_reg.jpg);
}

.next:hover{
width:26px;
height:26px;
border:none;
cursor:pointer;
background:url(../assets/butt_right_hov.jpg);
}

.prev{
width:26px;
height:26px;
border:none;
cursor:pointer;
background:url(../assets/butt_left_reg.jpg);
}

.prev:hover{
width:26px;
height:26px;
border:none;
cursor:pointer;
background:url(../assets/butt_left_hov.jpg);
}



body{
background-image:url(../assets/bg.gif);
background-repeat:repeat;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;

}
#footer{
background-color:black;
color:white;
padding:4px;
clear:both;
width:600px;
}

#navigation{
float:left;
left:-20px;
margin-left:-40px;
margin-top:-9px;
}

#main{
margin:0 auto;
width:800px;
text-align: left;
padding-top:13px;

}

#carousel-wrapper#ul{
list-style:none;
display:inline;
}

#carousel-wrapper li{
width:66px;
height:49px;
display:inline;
padding-right:11px;
}

.bodr {
border:3px solid #ffcb23;
}

#drums{
float:right;
margin:77px 340px;
position:absolute;
}

#event_mod button{
background:url(../assets/events_reg.gif) 0 -26px; 
color:white;
font-family:tahoma;
font-size:15px;
width:458px;
height:28.5px;
border:none;
cursor:pointer;
text-align:left;
padding-left:20px;
}

#event_mod button:hover{
background:url(../assets/events_hov.gif) 0 -26px;
color:white;
font-family:tahoma;
font-size:15px;
width:458px;
height:28.5px;
border:none;
cursor:pointer;
text-align:left;
}



#event_mod{
width:458px;
background-color:white;
height:207px;
border:1px solid #3e7945;
padding-top:5px;
float:right;
margin-right:46px;
}


#pic_frame{
width:754px;
height:289px;
background-image:url(../assets/pic_frame.png);
margin-top:86px;
padding:9px 2px 0px 8px;
background-repeat:no-repeat;
}

#navmenu{
list-style:none;
}


#nav_menu {
	display:block;
	width:276px;
	height:67px;
	background: transparent url('../assets/nav_menu.jpg') no-repeat left bottom;
}
a#nav_menu:hover {
	background: transparent url('../assets/nav_menu.jpg') no-repeat left top;
}

#nav_maps {
	display:block;
	width:276px;
	height:67px;
	background: transparent url('../assets/nav_map.jpg') no-repeat left bottom;
}
a#nav_maps:hover {
	background: transparent url('../assets/nav_map.jpg') no-repeat left top;
}

#nav_story {
	display:block;
	width:276px;
	height:67px;
	background: transparent url('../assets/nav_story.jpg') no-repeat left bottom;
}
a#nav_story:hover {
	background: transparent url('../assets/nav_story.jpg') no-repeat left top;
}

#nav_events {
	display:block;
	width:276px;
	height:67px;
	background: transparent url('../assets/nav_event.jpg') no-repeat left bottom;
}
a#nav_events:hover {
	background: transparent url('../assets/nav_event.jpg') no-repeat left top;
}









#menu button{
width:276px;
height:67px;
border:none;
cursor:pointer;
background:url(../assets/nav_button.jpg);
}

#map button{
width:276px;
height:67px;
border:none;
cursor:pointer;
background:url(../assets/nav_button_map.jpg);
}

#event button{
width:276px;
height:67px;
border:none;
cursor:pointer;
background:url(../assets/nav_button_event.jpg);
}

#story button{
width:276px;
height:67px;
border:none;
cursor:pointer;
background:url(../assets/nav_button_story.jpg);
}


/* Hover */

#menu button:hover{
width:276px;
height:67px;
border:none;
cursor:pointer;
background:url(../assets/nav_button_hover.jpg);
}

#map button:hover{
width:276px;
height:67px;
border:none;
cursor:pointer;
background:url(../assets/nav_button_map_hover.jpg);
}

#event button:hover{
width:276px;
height:67px;
border:none;
cursor:pointer;
background:url(../assets/nav_button_event_hover.jpg);
}

#story button:hover{
width:276px;
height:67px;
border:none;
cursor:pointer;
background:url(../assets/nav_button_story_hover.jpg);
}