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

body {
	background: url(../images/content_bg.jpg) repeat-x top left #302925;
	font-family:Arial, Helvetica, sans-serif;
	}
div#container {
	width:100%;
	margin: 0 auto;
	}
div#nav {
	width:820px;
	margin: -2px auto 0 auto;
	height: 50px;
	padding: 10px 0 0 0;
	background: url(../images/menu_bg.jpg) no-repeat top left;
	}
	div#nav ul {
		width:100%;
		list-style: none;	
		margin:0 auto; padding: 0 0 0 20px;
		}
	div#nav li {
		display: inline;
		}
	div#nav li a {
		font-size:1.3em;
		font-family:"Times New Roman", Times, serif;
		display: block;
		float: left;
		padding: 0 15px;
		color: #231e18;	
		text-decoration: none;
		}
	div#nav li a:hover, div#nav li a:active {
		text-decoration:underline;
		color: #660000;
		}
	div#nav li#current {
		font-size:1.3em;
		font-family:"Times New Roman", Times, serif;
		display: block;
		float: left;
		padding: 0 15px;
		color: #660000;
		}
div#header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: url(../images/header_bg.jpg) repeat-x top left #dfe0cd;
	}
div#logo {
	width: 489px;
	height: 92px;
	margin: 0 auto;
	background: url(../images/logo.jpg) no-repeat top center;
	}
div#content {
	width:100%;
	margin: 0 auto;
	}
div#main-content-top {
	width: 825px;
	height: 25px;
	margin: 15px auto 0 auto;
	background: url(../images/main_content_bg_top.png) no-repeat;
	}
div#main-content {
	width:825px;
	margin: 0 auto;
	background: url(../images/main_content_bg.png) repeat-y;
	font-size: .9em;
	}
	div#content-text {
		padding: 0 20px;

		}
	div#main-content  a {
		color: #000;
		text-decoration:none;
		}
	div#main-content a:hover {
		text-decoration:underline;
		}
div#main-content-bottom {
	width: 825px;
	height: 25px;
	margin: 0 auto;
	background: url(../images/main_content_bg_bottom.png) no-repeat;
	}
div#footer {
	margin: 0 auto;
	padding: 5px 10px 0 10px;
	font-size:.7em;
	color: #dfe0cd;
	text-align:center;
	}
	div#footer a {
		color: #dfe0cd;
		text-decoration:none;
		}
	div#footer a:hover, div#nav a:active {
		color: #dfe0cd;
		text-decoration:underline;
		}
		
		
		
img.logo {
	width: 180px;
	height: 250px;
	border: #000 solid 1px;
	margin: 5px;
	}
hr {
	margin: 0 auto;
	}
	
div#about_us {
	width: 100%;
	padding: 60px 0 0 15px;
	background: url(../images/home_aboutus.jpg) #FFF no-repeat top left;
	}
div#events {
	width: 100%;
	padding: 75px 0 0 15px;
	background: url(../images/home_events.jpg) #FFF no-repeat top left;
	}
.title {
	font-weight: bold;
	}
.button {
	width:6.5em;
	height:1.7em;
	background-color:#555;
	border-color:#333;
	border-style:solid;
	border-width:1px;
	color:#CCC;
	background-image: url("../images/button_bg.png");
	background-repeat:repeat-x;
	}
div#subnav {
	width: 100%;
	text-align: center;
	font: 1.3em bold;
	}
