@charset "UTF-8";
/* CSS Document */

body {
	width:100%;
	margin:0px;
	background:#592520;
	text-align:center;
	padding:0;
	} 

a, a:visited {
	color: #9d1d00;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #cc2700;
	font-weight: bold;
	text-decoration: underline;
	}

.bodytext {
	color:#592520;
	font-family: Arial, Helvetica, Sans-serif;
	font-size:12px;
	line-height:18px;
	}

.headline {
	color:#592520;
	font-family: Arial, Helvetica, Sans-serif;
	text-transform:uppercase;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	}
	
.footertext {
	color:#a05948;
	font-family: Arial, Helvetica, Sans-serif;
	font-size:10px;
	line-height:8px;
	letter-spacing:3px;
	}

a.map {
	float:left;
	width:44px;
	height:20px;
	background:url(images/map_off.jpg) 0 0 no-repeat;
	text-decoration:none;
	margin-top:6px;
	margin-left:30px;
	margin-right:30px;
	}

a:hover.map, a:active.map {
	float:left;
	width:44px;
	height:20px;
	background:url(images/map_on.jpg) 0 0 no-repeat;
	text-decoration:none;
	margin-top:6px;
	margin-left:30px;
	margin-right:30px;
	}
	
a.events {
	float:left; 
	width:75px;
	height:20px;
	background:url(images/events_off.jpg) 0 0 no-repeat;
	text-decoration:none;
	margin-top:6px;
	margin-left:30px;
	margin-right:30px;
	}

a:hover.events {
	float:left;
	width:75px;
	height:20px;
	background:url(images/events_on.jpg) 0 0 no-repeat;
	text-decoration:none;
	margin-top:6px;
	margin-left:30px;
	margin-right:30px;
	}

a.books {
	float:left;	 
	width:63px;
	height:20px;
	background:url(images/books_off.jpg) 0 0 no-repeat;
	text-decoration:none;
	margin-top:6px;
	margin-left:30px;
	margin-right:30px;
	}

a:hover.books {
	float:left;	 
	width:63px;
	height:20px;
	background:url(images/books_on.jpg) 0 0 no-repeat;
	text-decoration:none;
	margin-top:6px;
	margin-left:30px;
	margin-right:30px;
	}
	
a.photos {
	float:left; 
	width:74px;
	height:20px;
	background:url(images/photos_off.jpg) 0 0 no-repeat;
	text-decoration:none;
	margin-top:6px;
	margin-left:30px;
	margin-right:30px;
	}

a:hover.photos {
	float:left; 
	width:74px;
	height:20px;
	background:url(images/photos_on.jpg) 0 0 no-repeat;
	text-decoration:none;
	margin-top:6px;
	margin-left:30px;
	margin-right:30px;
	}
	
a.contact {
	float:left; 
	width:85px;
	height:20px;
	background:url(images/contact_off.jpg) 0 0 no-repeat;
	text-decoration:none;
	margin-top:6px;
	margin-left:30px;
	margin-right:30px;
	}

a:hover.contact {
	float:left; 
	width:85px;
	height:20px;
	background:url(images/contact_on.jpg) 0 0 no-repeat;
	text-decoration:none;
	margin-top:6px;
	margin-left:30px;
	margin-right:30px;
	}
	
a.other {
	float:left; 
	width:62px;
	height:20px;
	background:url(images/other_off.jpg) 0 0 no-repeat;
	text-decoration:none;
	margin-top:6px;
	margin-left:30px;
	}

a:hover.other {
	float:left; 
	width:62px;
	height:20px;
	background:url(images/other_on.jpg) 0 0 no-repeat;
	text-decoration:none;
	margin-top:6px;
	margin-left:30px;
	}	
	

#container {
	width:760px;
	margin:auto;
	background-color:#592520;
	text-align:left;
	}

#header {
	position:relative;
	top:0px;
	width:760px;
	height:82px;
	border:0px;
	background:url(images/header.jpg);
	}

#nav {
	width:760px;
	height:33px;
	margin-top:6px;
	background:url(images/nav_bg.jpg);
	list-style:none;
	text-align:center;
	letter-spacing:12px;
	vertical-align:middle;
	}
	


#nav_gfx {
	width:740px;
	text-align:center;
		display:inline;	
	}


#content_box {
	width:760px;
	background-color:#f2cb99;
	margin-top:6px;
	}

#content {
	padding:24px;
	text-align:left;
	}

#event_box_featured {
	width:680px;
	margin:0 auto;
	background-color:#abb487;
	padding:10px 20px 0px 10px;
	}


	
#event_box_normal {
	width:680px;
	margin:0 auto;
	background-color:#f2cb99;
	padding:20px 20px 0px 10px;
	}

#event_bottom {
	width:700px;
	margin:0 auto;
	background-color:#f2cb99;
	border-bottom:1px dotted #592520;
	}

#footer {
	background-color:#592520;
	text-align:center;
	margin-top:6px;
	}