.bodyclass { 
	background: #601f06 url(/images/bg.jpg) repeat-x;
}

#top {
	background: url(/images/bg_background.jpg) 50% 0 repeat-y scroll;
}

#outer_wrap {
	background: url(/images/bg_outer_wrap.jpg) 50% 0 scroll no-repeat;
}

#wrap {
	text-align: left;
	margin: 0 auto;
	width: 882px;
}

#header {
	float: left;
	width: 882px;
	height: 241px;
}

#header_logo {
	float: left;
	width: 177px;
	height: 161px;
	padding-left: 74px;
	padding-top: 16px;
}

#printheader, #printfooter {
	display: none;
}

#main {
	width: 882px;
}

#content {
	float: left;
	width: 648px;
	padding-top: 5px;
	padding-left: 13px;
	padding-bottom: 15px;
}

#content_minHeight {
	float: left;
	width: 5px;
	height: 300px;
	background: #ffffff;
}

#content_inside {
	float: left;
	width: 648px;
	background: #ffffff;
}

#content_top, #content_bottom {
	width: 648px;
	height: 5px;
}

#real_content {
	float: left;
	width: 638px;
}

/************************ navigation ****************************/
#navigation
{
	float: left;
	width: 208px;
}
#navigation_minHeight
{
	float: left;
	height: 150px;
	width: 5px;
}
#navcontainer
{
	float: right;
	width: 193px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	list-style: none;
	width: 193px;
}
#navcontainer li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 20px;
}
#navcontainer li a
{
	height: 18px;
	text-decoration: none;
	color: #4e2b20;
	display: block;
}
#navcontainer li a:hover
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#navcontainer li a#current
{
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#navcontainer ul ul
{
	margin: 0px;
	padding: 0px;
	width: 193px;
	list-style: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#navcontainer li li
{
	margin: 0px;
	padding: 0px;
	height: 14px;
	line-height: 13px;
	list-style: none;
	padding-left: 8px;
}
#navcontainer li li a
{
	height: 14px;
	margin: 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
	color: #000000;
	background-image: none;
}
#navcontainer li li a:hover
{
	height: 14px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	text-decoration: none;
	background-image: none;
}
#navcontainer li li a#current 
{
	height: 14px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	border: none;
	text-decoration: none;
	background-image: none;
}
#banners {
	width: 209px;
	float: left;
	text-align: left;
	padding: 9px 0px 0px 0px;
}
.navbanner {
	margin-bottom: 5px;
}

/******************* breadcrumbs/page title *******************/
#breadcrumb {
	text-align: right;
	font-size: 10px;
	color: #333333;
	padding: 0px;
	padding-bottom: 5px;
}

#breadcrumb a {
	color: #333333;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #333333;
	text-decoration: underline;
}

/******************* footer *******************/
#bottom {
	background: url(/images/bg_bottom_wrap.png) 50% 0 no-repeat scroll;
	padding-top: 10px;
	margin: 0px;
	clear: left;
	background-color: #601f06;
	text-align: center;
}

#footer {
	padding: 0px;
	margin: 0 auto;
	width: 882px;
}

#footer_table {
	text-align: left;
}

.footer_left {
	width: 50%;
	font-size: 12px;
	color: #ffffff;
	height: 25px;
	vertical-align: top;
}

#footer_left a {
	color: #ffffff;
	text-decoration: none;
}

#footer_left a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer_right {
	width: 30%;
	text-align: right;
	font-size: 12px;
	color: #ffffff;
	vertical-align: top;
}

#footer_right a {
	color: #ffffff;
	text-decoration: none;
}

#footer_right a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer_to_public {
	font-size: 11px;
	padding-top: 30px;
	color: #cfb167;
}

#grip {
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	padding-top: 40px;
}