@charset "utf-8";
/* CSS Document */

body {
	background-color:#cccccc;
	}

#page_container {
	float:left;
	height:100%;
	width:800px;
	background-image: url(../img/background.jpg);
	background-repeat:repeat-y;
	}
	
#wrapper {
	width : 800px;
	margin : 10px auto;
	height:auto;
	}
	
#top_left_vert_navbar {
	float:left;
	width:215px;
	height:30px;
	background-color:#f79336;
	color:#ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	z-index:1;
	}

#top_right_contact_info {
	float:right;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:800;
	background-color: #ffffff;
	color:#008793;
	left: 0px;
	width: 565px;
	height:30px;
	}
	
#horiz_navbar {
	clear:both;
	width:570px;
	height:auto;
	background-color:#e2c675;
	color:#ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:2px;
	margin-top: auto;
	position: relative;
	padding: 25px 0px 25px 230px;
	}
	
#bottom_left_vert_navbar {
	float:left;
	width:195px;
	height:100%;
	margin-top:170px;
	position:relative;
	background-color:#231f20;
	padding: 0px 0px 0px 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	color:#ffffff;
	}
#bottom_left_vert_navbar td {
	vertical-align:top;
	}
	
#main_content {
	float:right;
	height:100%;
	width:585px;
	position:relative;
	left: 0px;
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
#main_content_text {
	clear:both;
	position:relative;
	height:100%;
	padding:30px 30px 30px 30px;
	font-size:11px;
	letter-spacing:1px;
	width:auto;
	font-weight:bold;
	}

#main_content_text h1 {
	color: #f79336;
	font-size:14px;
	font-weight:900;
	letter-spacing:1px;
	}		
#main_content_text a:link {
	color:#000000;
	text-decoration:underline;
	}
#main_content_text a:visited {
	color:#000000;
	text-decoration:underline;
	}
#main_content_text a:hover {
	color:#e3c775;
	text-decoration:underline;
	}
	
#event_image {
	margin: 10px 10px 10px 0px;
	}
	
.alt1 {
	background-color:#f79336;
	color:#ffffff;
	}
.alt2 {
	background-color:#974024;
	color:#ffffff;
	}
.mouseover {
	background-color:#974084;
	color:#ffffff;
	}
	
.bottom_menu {
	font-size:9px;
	color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

.bottom_menu a:link {
	color:#ffffff;
	text-decoration:none;
	}
.bottom_menu a:visited {
	color:#ffffff;
	text-decoration:none;
	}
.bottom_menu a:hover {
	color:#231f20;
	text-decoration:underline;
	}
	
.image {
	width:195px;
	height:136px;
	text-align:center;
	float:left;
	display:inline;
	}
	
#topleft {
	margin-top:0px;
	position:absolute;
	z-index:2;
	width:215px;
	text-align:center;
	height:130px;
	
	}
