
.bodyclass {
	background-image: url(../images/bg_body.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #edecec;
	color: #000000;
}

#wrap {
	width: 1023px;
	margin-left: auto;
	margin-right: auto;
	background-position: left;
	background-repeat: repeat-y;
}

.wrap_home {
	background-image: url(../images/bg_wrap_home.gif);
}

.wrap_inside {
	background-image: url(../images/bg_wrap_inside.gif);
}

#main {
	width: 1013px;
	float: left;
	padding: 0px 5px;
}

#bottom {
}

/*************************************************************/
/*************************** header **************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 1013px;
	height: 166px;
	float: left;
	background-image: url(../images/bg_header.jpg);
}

#header_text {
	width: 1000px;
	height: 27px;
	padding: 6px 13px 0px 0px;
	float: left;
	text-align: right;
	color: #FFFFFF;
	font-size: 18px;
}

#header_logo {
	width: 410px;
	height: 133px;
	float: left;
}

#header_search {
	width: 275px;
	height: 38px;
	float: right;
	padding-top: 38px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}


/*************************************************************/
/*************************** navigation **********************/
/*************************************************************/
#navigation {
	width: 200px;
	float: left;
}

#navcontainer {
	width: 200px;
	float: left;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	font-size: 13px;
	list-style: none;
	margin: 0px 0px 1px 0px;
}

#navcontainer li a
{
	display: block;
	width: 184px;
	padding: 4px 8px;
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	color: #ffffff;
	background-color: #ff9708;
}

#navcontainer ul ul {
	list-style: none;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	background-color: #edecec;
}

#navcontainer li li {
	font-size: 12px;
	list-style: none;
	margin: 0px;
}

#navcontainer li li a {
	display: block;
	width: 181px;
	padding: 2px 8px 2px 11px;
	text-decoration: none;
	color: #333333;
	background-color: #edecec;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	color: #ea8700;
	background-color: #edecec;
}

#banners {
	width: 200px;
	float: left;
	padding: 20px 0px;
}

.navbanner {
	width: 200px;
	float: left;
	margin: 0px 0px 8px 0px;
}

#bar {
	width: 6px;
	float: left;
}

	
/*************************************************************/
/*************************** container ***********************/
/*************************************************************/
#container {
	width: 796px;
	float: left;
}

#maincontent {
	border-top: 1px solid #edecec;
	padding: 8px 0px 20px 20px;
}

#breadcrumbs {
	text-align: right;
	padding-bottom: 5px;
	font-size: 11px;
	color: #aaaaaa;
}

#breadcrumbs a {
	color: #aaaaaa;
	text-decoration: underline;
}

/*************************************************************/
/*************************** footer **************************/
/*************************************************************/
#footer {
	width: 1013px;
	float: left;
	border-top: 3px solid #ffffff;
}

#footer_text {
	color: #ffffff;
	background-color: #000000;
	width: 997px;
	height: 30px;
	padding: 12px 8px 0px 8px;
}

#footer_text a {
	color: #ffffff;
	text-decoration: none;
}

#footer_left {
	font-size: 15px;
	width: 600px;
	float: left;
}

#footer_right {
	font-size: 12px;
	width: 300px;
	float: right;
	text-align: right;
}

#footer_logos {
	background-color: #ffffff;
	padding: 6px 0px;
}

#footer_logos td {
	vertical-align: middle;
	text-align: center;
}

#grip {
	padding: 10px 0px;
	text-align: center;
}

#printfooter {
	display: none;
	visibility: hidden;
}

