
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-image: url(../images/bg_body.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color: #99561f;
}

#wrap {
	width: 911px;
	margin-left: auto;
	margin-right: auto;
}


#main {
	width: 901px;
	float: left;
	padding: 0px 5px;
	background-image: url(../images/bg_main.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}



/*************************************************************/
/********************* header ********************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 901px;
	height: 103px;
	float: left;
	background-image: url(../images/bg_header.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0px 5px;
}

#logo {
	width: 248px;
	height: 103px;
	float: left;
}

#headerlinks {
	width: 653px;
	height: 44px;
	float: left;
	margin-top: 59px;
}

#headerlinks a {
	height: 32px;
	float: left;
	background-image: url(../images/bg_headerlink.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 12px 0px 0px 2px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
}

#headerlinks a:hover,
#headerlinks a.current {
	color: #f0cc4e;
	text-decoration: none;
}

#header_inside {
	width: 901px;
	height: 157px;
	float: left;
}



/*************************************************************/
/********************* container *****************************/
/*************************************************************/
#container {
	width: 901px;
	float: left;
	background-image: url(../images/bg_container.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#container_bottom {
	width: 901px;
	float: left;
	background-image: url(../images/bg_container_bottom.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}



/*************************************************************/
/********************* navigation ****************************/
/*************************************************************/
#navigation {
	width: 125px;
	float: left;
	padding: 20px 13px;
}

#navcontainer {
	width: 125px;
	float: left;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	list-style: none;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-size: 13px;
}

#navcontainer li a {
	width: 125px;
	display: block;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration: none;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	color: #f0cc4e;
	text-decoration: none;
}

#navcontainer ul ul {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 0px 2px;
}

#navcontainer li li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	border-left: 1px solid #f0cc4e;
}

#navcontainer li li a {
	width: 114px;
	display: block;
	padding: 2px 0px 2px 8px;
	color: #ffffff;
	text-decoration: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	color: #f0cc4e;
	text-decoration: none;
}

#banners {
	width: 125px;
	float: left;
	padding: 30px 0px 0px 0px;
}

.navbanner {
	width: 125px;
	float: left;
	margin-bottom: 5px;
}



/*************************************************************/
/********************* content body **************************/
/*************************************************************/
#maincontent {
	border-top: 16px solid #000000;
	width: 672px;
	float: right;
	padding: 10px 39px 20px 23px;
	min-height: 450px;
}

#breadcrumbs {
	text-transform: lowercase;
	text-align: right;
	font-size: 11px;
	color: #999999;
	padding: 0px;
}

#breadcrumbs a {
	color: #999999;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #666666;
	text-decoration: underline;
}

#breadcrumbs .breadcrumbCurrent {
	color: #d77526;
	text-decoration: underline;
}



/*************************************************************/
/********************* homepage ******************************/
/*************************************************************/
#contentbox_1 {
	width: 901px;
	float: left;
	border-bottom: 1px solid #8f5e2e;
}

#contentboxes {
	width: 901px;
	float: left;
	background-image: url(../images/bg_contentboxes.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#contentboxes_bottom {
	width: 901px;
	float: left;
	background-image: url(../images/bg_contentboxes_bottom.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.cbTitle {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #dca94f;
	background-color: #000000;
	border-bottom: 1px solid #a60b08;
	padding: 15px 0px 4px 0px;
}

.cbBody {
	border-top: 4px solid #000000;
	padding: 13px;
	font-size: 11px;
	min-height: 200px;
}

#contentbox_2,
#contentbox_3,
#contentbox_4 {
	width: 196px;
	float: left;
	margin-right: 1px;
	padding: 0px 14px;
}

#contentbox_5 {
	width: 198px;
	float: left;
	margin: 0px;
	padding: 0px 14px;
}



/*************************************************************/
/********************* footer ********************************/
/*************************************************************/
#footer {
	width: 873px;
	float: left;
	padding: 20px 14px 80px 14px;
	font-size: 12px;
	color: #ffffff;
}

#footer_left {
	width: 600px;
	float: left;
}

#footer_right {
	width: 200px;
	float: right;
	text-align: right;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #e7ab41;
	text-decoration: none;
}

#footer .title {
	font-size: 15px;
	font-weight: bold;
	color: #ebc953;
}

#grip {
	padding-top: 25px;
}

#printfooter {
	display: none;
	visibility: hidden;
}

