hr {
	border: none;
	border-bottom: 1px solid #bb9d77;
}

.clear {
	clear: both;
}

.padding {
	padding: 0 10px 10px 10px;
}

#content_middle h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #024162;
	margin: 50px 0 0 0;
	padding: 0 0 10px 0;
}

#map_canvas {
	width: 570px;
	height: 250px;
	border: 2px solid #bb9d77;
}

#schedule {
	
}

#schedule th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	background-color: #d09d64;
}

#schedule td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #f1e2d0;
}

#schedule td a {
	color: #000;
}

#schedule td.spacer {
	background-color: #e6cdae;
}

#schedule td .date {
	width: 30px;
	height: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #a6613a;
	color: #fff;
}

.event_date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #843000;
}
.event_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #024162;
}
.event_desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.event_desc a { 
	color: #843000;
	text-decoration: none;
}

.event_desc a:hover {
	color: #000;
}

.footer_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7c5f44;
}

.footer_text a { 
	color: #7c5f44;
	text-decoration: none;
}

.footer_text a:hover {
	color: #fff;
}