@charset "UTF-8";
/* CSS Document */


#header {
	background-image: url(header_start.jpg);
	background-repeat:no-repeat;
}

#content {
	min-height:385px;
	background-color:#77866e;
	background-image: url(content_bg_start.jpg);
	background-repeat:no-repeat;
}

#footer {
	background-image: url(footer_start.jpg);
	background-repeat:no-repeat;
	height:86px;
}

#footerContent {
	color:#fff;
	position:relative;
	top:30px;
	font-size:14px;
	padding-left:35px;
}

#footerNav {
	color:#79b51c;
	padding-left:35px;
	position:relative;
	top:5px;
	font-size:14px;
}


