
.bodyclass {
	background-image: url(../images/bg_body.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #505050;
	background-color: #d0a144;
}

#wrap_home {
	width: 1023px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_wrap_home.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#wrap_inside {
	width: 1023px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_wrap_inside.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#wrap_left {
	width: 25px;
	height: 700px;
	float: left;
	background-image: url(../images/bg_wrap_left.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0px;
}

#wrap_right {
	width: 25px;
	height: 700px;
	float: right;
	background-image: url(../images/bg_wrap_right.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0px;
}	
	


/*************************************************************/
/*************************** header **************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 973px;
	height: 109px;
	float: left;
}



/*************************************************************/
/*************************** navigation **********************/
/*************************************************************/
#navigation {
	width: 178px;
	float: left;
	background-image: url(../images/bg_navigation.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 31px 0px 10px 2px;
}

#navcontainer {
	width: 178px;
	float: left;
	text-align: right;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin-bottom: 1px;
}

#navcontainer li a
{
	display: block;
	width: 164px;
	padding: 6px 7px 6px 7px;
	text-decoration: none;
	background-image: url(../images/bg_menu1_off.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	color: #ffffff;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	background-image: url(../images/bg_menu1_on.gif);
}

#navcontainer ul ul
{
	list-style: none;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	background-image: url(../images/bg_menu2.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#navcontainer li li
{
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0px;
}

#navcontainer li li a
{
	display: block;
	width: 172px;
	padding: 0px 3px 3px 3px;
	text-decoration: none;
	background-image: none;
	color: #1a1a1a;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	background-image: none;
	color: #740e28;
}

#navcontainer ul ul ul
{
	list-style: none;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	background-image: none;
	background-color: #ffffff;
	border-top: 1px solid #b56d27;
	border-bottom: 1px solid #b56d27;
}

#navcontainer li li li
{
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0px;
}

#navcontainer li li li a
{
	display: block;
	width: 172px;
	padding: 0px 3px 3px 3px;
	text-decoration: none;
	background-image: none;
	color: #666666;
}

#navcontainer li li li a:hover,
#navcontainer li li li a#current {
	background-image: none;
	color: #333333;
}

#banners {
	width: 164px;
	float: left;
	padding: 5px 0px 0px 6px;
}

.navbanner {
	width: 164px;
	float: left;
	margin-bottom: 3px;
}



/*************************************************************/
/*************************** homepage ************************/
/*************************************************************/
.cbTitle {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/bg_cb_title.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 10px 7px 7px 7px;
	letter-spacing: -1px;
	line-height: 22px;
}

.cbBody {
	padding: 3px 3px 7px 3px;
	background-color: #ffffff;
}

.cbRow {
	line-height: 8px;
}


/*************************************************************/
/*************************** main ****************************/
/*************************************************************/
#container {
	float: left;
	width: 776px;
	padding-left: 9px;
	min-height: 450px;
}

* html #container {
	height: 450px;
}

#breadcrumbs {
	text-align: right;
	text-transform: lowercase;
	font-size: 12px;
	color: #666666;
	padding: 3px 9px 10px 0px;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}

#maincontent {
	width: 730px;
	float: left;
	clear: both;
	padding: 0px 23px;
}


/*************************************************************/
/*************************** footer **************************/
/*************************************************************/
#footer {
	width: 973px;
	padding: 55px 25px 10px 25px;
	height: 70px;
	clear: both;
	background-image: url(../images/bg_footer.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #d0a144;
	font-size: 12px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer_logo {
	width: 188px;
	float: left;
	padding-left: 9px;
}

#footer_left {
	width: 550px;
	float: left;
	padding-top: 6px;
}

#footer_right {
	width: 200px;
	float: right;
	text-align: right;
	padding-top: 6px;
}

#printfooter {
	display: none;
	visibility: hidden;
}

