body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #3B2F29;
	background-repeat: repeat-x;
	background-image: url(../images/bg.jpg);
}
.header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.date {
	font-weight: bold;
	float: right;
	position: relative;
	height: auto;
	width: 200px;
	padding-right: 10px;
}
.location {
	font-weight: bold;
	float: left;
	position: relative;
	height: auto;
	width: 200px;
	padding-left: 0px;
}
.construction_bg {
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
}



#page {
	background-repeat: no-repeat;
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px;
	position: relative;
	background-position: left;
}
#header {
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px;
	background-position: left;
	border: 1px solid #FFFFFF;
	text-align: left;
	height: 75px;
}
/* Navigation */
#nav {
	clear: none;	
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	background: url(nav.jpg) repeat-x;	
	width: 790px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	border-bottom: none;
	color: #FFF;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(nav-current.jpg) repeat-x;	

}
.left_line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.top_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

