body {
	margin: 0px;
	padding: 0px;
	background-color: #323232;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrap{
	width: 779px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;


}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	height: 214px;
	width: 779px;
	float: left;
}

#topNav {
	float: left;
	height: 28px;
	width: 779px;
	background-image: url(../images/topnav.gif);
	background-repeat: no-repeat;
	background-color: #532706;
	color: #F3EDE2;
	padding-top: 10px;
}

#topNav a {
	color: #F3EDE2;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#topNav a:hover {
	color: #DEC89F;
	text-decoration: none;
}

#hContent {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	width: 384px;
	float: left;

	background-color: #EFE4C6;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #7B3909;
	padding-left: 370px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	font-size: 12px;
}



#contentWrap {
	background-image: url(../images/content_back.jpg);
	background-repeat: repeat-y;
	background-color: #EEE4C6;
	float: left;
	width: 779px;
}


#content {
	background-image: url(../images/sub_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 25px;
	float: left;
	width: 729px;
	font-size: 13px;
	min-height:300px;
	height:auto !important;
	height:300px;

}

#hContent a, #content a {	
	color: #7B3909;
	text-decoration: none;
	}

#hContent a:hover, #content a:hover {

	color: #9E5E2F;
	text-decoration: underline;
}


#content h2 {
	font-size: 18px;
	font-weight: normal;
}

#hContent img, #content img {
	border: 1px solid #000000;
	margin-left: 12px;
	padding: 4px;
}

#botNav {
	background-image: url(../images/botnav.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	float: left;
	height: 28px;
	width: 779px;
	color: #F3EDE2;
	padding-top: 7px;
}
#botNav a {
	color: #F3EDE2;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#botNav a:hover {
	color: #DEC89F;
	text-decoration: none;
}

#footer {
	background-color: #202020;
	border: 1px solid #000000;
	float: left;
	height: 50px;
	width: 763px;
	margin-top: 5px;
	text-align: center;
	color: #C4885B;
	padding-top: 14px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

#footer a {	
	color: #C4885B;
	text-decoration: underline;
	}

#footer a:hover {

	color: #D9BC97;
	text-decoration: underline;
}

.tagline {
	float: right;
	width: 390px;
	height: 30px;
	margin-top: 165px;
	font-size: 18px;
	color: #FFFFFF;
}
