body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	background: url('img/body.jpg');
}
#shadow_top {
	width: 884px;
	height: 46px;
	margin: 0px auto;
	background: url('img/shadow_top.png') no-repeat;
}
#container {
	width: 894px;
	min-height: 600px;
	margin: 0px auto;
	background: url('img/shadow_mid.png') repeat-y;
}
#inner_container {
	width: 800px;
	min-height: 600px; 
	margin: 0px auto;
	padding-bottom: 15px;
	background: #fff;
	border: 3px dotted #977a68;
}
#nav {
	width: 668px;
	height: 14px;
	margin-top: 43px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background: #95C2B8;
	float: right;
	color: #333399;
	font-size: 12px;
	border-bottom: 2px solid #977a68;

}
#nav a {
	color: #333399;
	font-size: 12px;
	text-decoration: none;
}

#nav a:hover {
	color: #3333FF;
}

#nav .nav_selected {
	color: #3366FF;
}

#content {
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	color: #52493C;
	font-size: 12px;
	text-align: left;
}
#content h1 {
	color: #336666;
	font-size: 18px;
	font-weight: bold;
}
#content h2 {
	color: #683603;
	font-size: 16px;
	font-weight: bold;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #CB3117;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
}
#events {
	min-height: 224px;
	width: 400px;
	border: 2px dotted #977a68;
	padding: 2px;
	color: #52493C;
	font-size: 12px;
	text-align: left;
}
#event_title {
	width: 400px;
	height: 14px;
	padding-top: 2px;
	padding-bottom: 4px;
	background: #95C2B8;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #977a68;
}
.event_info {
	text-align: center;
	padding: 4px;
	margin: 0;
}
.event_details {
	width: 430px;
	text-align: left;
	padding: 2px;
	margin: 0 auto;
}

#contact_info {
	float: right;
}
#contact_info ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#map { width: 360px; height: 350px; float: left; margin-left: 20px;}
#map iframe { border: 2px dotted #977a68; }

#shadow_bot {
	width: 873px;
	height: 44px;
	margin: 0px auto;
	
	background: url('img/shadow_bottom.png') no-repeat;
}
#footer {
	height: 14px;
	margin-top: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background: #95C2B8;
	text-align: center;
	font-size: 10px;
	border-bottom: 2px solid #977a68;
}
.img_group {
	float: left;
	margin:5px 5px;
	padding: 0;
	border-top: 2px dotted #e9d2ab;
	border-bottom: 2px dotted #e9d2ab;
	border-left: 2px dotted #e9d2ab;
}
.image_style {
	border: 2px dotted #e9d2ab;
}
a {
	color: #333399;
}

a:hover {
	color: #3333FF;
}
.clear { clear: both; }