*	{
	margin:0px; 
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6em;
	}
	
html, body, #container {height: 100%;}

body > #container{height: auto; min-height: 100%; }	

body{font-size:75%; background-color:#f5ebde;}

h1, h2{ font-family:Georgia, "Times New Roman", Times, serif;}

h1	{
	color:#75813d;
	font-size:2.1em;
	}
	
h2	{
	font-size:1.7em;
	color:#f57e22;
	}
	
p 	{
	margin-bottom:5px;
	color:#666;
	}
	
p a:hover{ color:#75813d;}	
	
ul li{ 
	margin-left:15px;
	color:#f57e22;
	}
	
table, p a, ul li span{color:#666;}	

img, a img{border:none;}

#container{
	background:url(../images/bg.gif) repeat-x left bottom #fffcf9;
	margin:0px auto -100px auto;
	position:relative;
	}
	
#left_side, #right_side{
	position:absolute;
	width:125px;
	height:700px;
	bottom:95px;
	background-repeat:no-repeat;
	
	}	
	
#left_side{
	background-image:url(../images/left.png);
	left:0px;
	background-position:bottom;
	}

#right_side{
	background-image:url(../images/right.png);
	background-position:right;
	background-position:bottom;
	right:0px;
	}

#header{
	position:relative;
	padding-top:80px;
	}
	
#header.events{ height:120px;}	
	
#header_container{
	width:850px;
	margin:0px auto 0px auto;
	position:relative;
	}
	
#logo{
	width:175px;
	height:200px;
	position:absolute;
	z-index:100;
	margin-top:-80px;
	left:20px;
	background: url(../images/logo.png) no-repeat top;
	}	

#nav{ 
	position:absolute;
	top:-50px;
	left:200px;
	}
	
#nav a{
	text-transform:uppercase;
	margin-left:15px;
	color:#75813d;
	text-decoration:none;
	font-size:1.1em;
	}	
	
#nav a.indicator, #nav a:hover{color:#f57e22;}

#content{ height:100%;}
	
#content_container{
	width:850px;
	position:relative;
	margin:0px auto 0px auto;
	padding:20px 0px 40px 0px;
	}
	
#left, #right, #left_events, #right_events{ float:left;}	

#left{
	width:490px;
	margin: 0px 25px 20px 0px;
	padding-right:20px;
	border-right: dotted 1px #b5b68e;
	}
	
#left_events{
	width:220px;
	height:100%;
	padding:0px 25px 0px 25px;
	}	

#right{ 
	width:280px;
	padding:0px 20px 10px 0px;
	}
	
#right_events{
	width:530px; 
	border-left: dotted 1px #b5b68e;
	padding-left:25px;
	margin-top:-140px;
	}	
	
.img_holder{
	float:left;
	margin:0px 15px 20px 0px;}	
	
#footer{
	background:url(../images/footer_bg.gif) repeat-x top #360;
	clear: both;
	position: relative;
	padding:20px 25px 20px 25px;
	height:55px;
	z-index:10;
	}	

#footer_container{
	width:800px;
	margin:0px auto 0px auto;
	font-size:.9em;
	text-align:center;
	}
	
#footer_container p a{
	text-transform:uppercase;
	text-decoration:none;
	}	
	
#footer_container, #footer_container a, #footer_container p{ color:#FFF}	

.divider{
	height:10px; 
	border-bottom:#b5b68e dotted 1px;
	clear:both;
	margin:5px 0px 10px 0px;
	}
	
.clear{clear:both; height:20px;}