* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #26470e;
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000;
}
p { 
	margin-bottom: 18px; 
}
/* headers */
h1 {
	font-size: 14px;	
	margin-bottom: 18px;
}
h3 {
	font-size: 10px;
	margin-bottom: 18px;
}
/* links */
a:link, a:visited, a:active {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
/* content blocks */
#container {
	width:845px;
	margin: 0 auto;
}
#header {
	background-image: url(../images/bg-hdr.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 207px;
	width: 845px;
	margin-top: 18px;
}
.header_vip {
	margin-left: 100px;
	padding-top: 45px;
	margin-right: 100px;
}
#vip {
	background-color: #006600;
	color: #fff;
	border: #003300 solid 1px;
	padding: 10px;
}
#nav_box {
	background-image: url(../images/nav-bar.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 750px;
	margin-top: 18px;
	margin: 18px auto;
}
#nav {
	padding-top: 10px;
	padding-left: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#nav a {
	color: #fff;
}
#nav ul {
	margin-left: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin: 0 20px;
}
#content_left {
	float: left;
	width: 245px;
}
.content_left_cap {
	background-image: url(../images/hdr-left.png);
	height: 36px;
	width: 245px;	
}
#content_right {
	float: right;
	width: 582px;
}
.content_right_cap {
	background-image: url(../images/hdr-right.png);
	height: 36px;
	width: 582px;	
}
.content_middle_cap {
	background-image: url(../images/hdr.png);
	height: 36px;
	width: 845px;	
}
.cap_title {
	padding-top: 9px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 18px;
	color: #fff;
}
.section_bg {
	background-color: #DEDEDE;
	border: 1px solid #000000;
	border-top: 0px;
}
.feat_events {
	padding: 10px;
}
.ad {
	margin: 18px auto;
}
.bg_social {
	background-image: url(../images/bg-social.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	width: 245px;
	margin-top: 18px;
	margin-bottom: 18px;
}
.middle {
	width: 845px;
	margin: 0 auto;
}
#event_calendar {
}
#event_calendar h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}
#map {
	border: 1px solid #7b8384;
	background-color: #c1c1c1;
	margin: 10px;
	width: 400px;
	height: 360px;
	padding: 5px;
}
.form_box {
	padding: 10px;
	border: 1px solid #7b8384;
	background-color: #c1c1c1;
	margin-top: 10px;
}
#directionsPanel{
	padding: 10px;
	border: 1px solid #7b8384;
	background-color: #c1c1c1;
	color: #000;
}
#footer {
	width: 900px;
	margin: 0 auto;
}
