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

body {
	background:url(images/bg01.jpg) top center repeat-x #0a0202;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	}
	
#wrap {
	width:866px;
	margin-left:auto;
	margin-right:auto;
	}
	
#header {
	background:url(images/logo.jpg) top left no-repeat;
	position:relative;
	height:86px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bolder;
	color:#ae4e00;
	}
	
/* ----------------------navigation ---------------------- */
#main-navigation{position:absolute; height:33px; color:#ae4e00; font-family: Georgia, "Times New Roman", Times, serif; font-size:24px;letter-spacing:-1px; font-weight:bolder; padding:0 0 0 210px; margin-top: 35px;}
#main-navigation ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#main-navigation ul li{display:block;float:left;margin:0 1px; color:#ae4e00; font-family: Georgia, "Times New Roman", Times, serif;}
#main-navigation ul li a{display:block; float:left; color:#ae4e00;text-decoration:none; padding:0 0 0 6px;height:33px; font-family: Georgia, "Times New Roman", Times, serif;}
#main-navigation ul li a span{padding:12px 6px 0 0;height:21px;float:left; color:#ae4e00; font-family: Georgia, "Times New Roman", Times, serif;}
#main-navigation ul li a:hover{color:#cd7400; font-family: "Palatino Linotype", "Book Antiqua"}
#main-navigation ul li a:hover span{display:block;width:auto;cursor:pointer; color:#cd7400; font-family: Georgia, "Times New Roman", Times, serif;}
/* ---------------------- END navigation ---------------------- */

#billboard { /* SLIDESHOW AND SIDE BOX CONTAINER */
	background:#000;
	position:relative;
	width:610px;
	height:266px;
	margin: 14px 14px 14px 14px;
	border: solid 12px #FFF;
	}
	
#slideshow { /* SLIDESHOW CONTAINER */
	float:left;
	width:438px;
	height:265px;
	}
	
#sidebox{ /* BOXES ON RIGHT SIDE OF SLIDESHOW */
	float:left;
	background-color:#0000000;
	width:164px;
	height:84px;
	border: solid 1px #481a00;
	margin: 2px 0px 0px 2px;
	}
	
.heading1 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	}
.border-bottom {
	border-bottom:dashed 1px #413128;
	text-align:center;
	}

.centered-text {
	text-align:center;
	}

#content {
	position:relative;
	
	}
