@charset "utf-8";
#wrapper {
	width: 100%;
	float: left;
}
#header {
	height: 110px;
	float: left;
	width: 100%;
}
#horiz_menu {
	float: left;
	width: 100%;
	height: 27px;
}
#home_img {
	width: 775px;
	height: 321px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999999;
	clear: both;
}
#content {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#left_content {
	width: 458px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#right_content {
	width: 252px;
	float: left;
	margin-left: 10px;
	padding-top: 20px;
	clear: right;
	background-color: #EAEAEA;
	padding-right: 10px;
	padding-left: 5px;
}
#footer {
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-top-width: 3px;
	border-top-color: #FFFFFF;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #4D5317;
	margin-bottom: 1em;
	padding-bottom: 1em;
	padding-top: 1em;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper img {

}
#header_content {
	text-align: center;

}
#horiz_menu_content {
	margin-right: auto;
	margin-left: auto;
	width: 775px;
	height: 27px;
}
#horiz_menu_content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#horiz_menu_content li {
	display: inline;
}
#horiz_menu_content a {
	float: left;
	height: 20px;
	padding-right: 18px;
	text-decoration: none;
	padding-left: 18px;
	padding-top: 7px;
}
#horiz_menu_content a:link, #horiz_menu_content a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #EBEBEB;
	font-size: 0.7em;
}
#horiz_menu_content a:hover {
	background-color: #38381D;
}
.left_td {
	width: 478px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}
.right_td {
	width: 247px;
	padding-top: 20px;
	background-color: #EAEAEA;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
}
#footer p {
	color: #CCCCCC;
}
#footer a:link, #footer a:visited {
	color: #EAEAEA;
}
.td_caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 1em;
}
