/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFED;
}
td {
	font-family: Tahoma;
	font-size: 11px;
	line-height: normal;
	color: #000000;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.content_tile {
	background-image: url(images/content_middle_tile.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.con_height {
	height: 214px;
}
.local_info_bg {
	background-image: url(images/content_right_02.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 263px;
}
.local_info_bg td{
	line-height: 17px;
	color: #FFFFFF;
	
}
.white_text {
	color: #FFFFFF;
}
.header_bottom_margin {
	padding-bottom: 1px;
}
.border_green {
	border-top: 2px solid #557D00;
}
.content_divider_border {
	border-bottom: 1px solid #95A527;
}
.gallery img {
	border: 1px solid #557D00;
	padding: 2px;
}