@charset "UTF-8";
#DivWrapper {
	height: 740px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#DivWrapper #DivHeader {
	height: 142px;
	width: 900px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
#DivWrapper #DivNav {
	height: 48px;
	width: 900px;
	background-color: #493D19;
}
#DivWrapper #DivContentWrap {
	height: 520px;
	width: 900px;
	background-color: #6A8731;
	background-image: url(../images/home_img.png);
	background-repeat: no-repeat;
}
#DivWrapper #DivContentWrap #DivLeftNav {
	height: 520px;
	width: 240px;
	float: left;
}
#DivWrapper #DivContentWrap #DivContent {
	float: right;
}
#DivWrapper #DivContentWrap #DivContent {
	width: 660px;
	height: 520px;
}
#DivWrapper #DivFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	width: 900px;
	margin-top: 5px;
}
#DivNav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: inline;
}
#DivNav ul li {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 20px;
	display: inline;
	list-style-type: circle;
}
#DivNav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#DivNav ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#DivNav a.Current {
	color: #FFFFFF;
