
.bodyclass {
	background-color: #bda673;
	background-image: url(../images/bg_body.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#main {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
}

.main_home {
	background-image: url(../images/bg_main_home.gif);
}

.main_inside {
	background-image: url(../images/bg_main_inside.gif);
}

/*************************** header **************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 870px;
	height: 89px;
	float: left;
	border-bottom: 13px solid #ffffff;
}

/*************************** navigation **************************/
#navigation {
	width: 195px;
	float: left;
	padding: 2px 0px 0px 14px;
}

#search {
	width: 195px;
	height: 24px;
	padding-bottom: 15px;
	float: left;
}

#navcontainer {
	width: 195px;
	float: left;
	margin-bottom: 30px;
}

.navbanner {
	margin-bottom: 10px;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style: none;
	font-size: 12px;
}

#navcontainer li a
{
	display: block;
	width: 183px;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	color: #2d5980;
}

#navcontainer li a:hover
{
	padding: 3px 6px 2px 6px;
	color: #c0a978;
	border-bottom: 1px solid #bea775;
	font-weight: bold;
}

#navcontainer li a#current
{
	padding: 3px 6px 3px 6px;
	color: #c0a978;
	font-weight: bold;
	border-bottom: none;
}

#navcontainer ul ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navcontainer li li
{
	list-style: none;
	background-color: #faf7f0;
}

#navcontainer li li a
{
	display: block;
	width: 181px;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	color: #54482c;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	padding: 3px 8px 3px 8px;
	color: #54482c;
	font-weight: bold;
	border-bottom: none;
}

#bar {
	width: 15px;
	height: 400px;
	float: left;
}

/*************************** container *************************/
#container {
	width: 620px;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	background-image: url(../images/bg_container.gif);
	background-position: top;
	background-repeat: no-repeat;
}


/********** page title and breadcrumb ****************/
#maincontent {
	width: 595px;
	float: left;
	padding: 0px 0px 10px 14px;
}

#bottom {
	background-image: url(../images/bg_bottom.gif);
	background-repeat: no-repeat;
	width: 864px;
	height: 27px;
	padding-top: 32px;
	padding-left: 6px;
	clear: both;
	color: #ffffff;
	font-size: 11px;
}

/*************************************** footer ****************************************/
#footer {
	width: 870px;
	height: 44px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color: #ffffff;
	line-height: 13px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#address {
	width: 300px;
	float: left;
}

#grip {
	width: 270px;
	height: 33px;
	float: left;
}

#contact {
	width: 300px;
	float: right;
	text-align: right;
}

#printfooter {
	display: none;
	visibility: hidden;
}
