
.bodyclass {
	background-color: #202021;
	color: #ffffff;
}

#wrap {
	width: 879px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_wrap.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding-left: 26px;
}

#main {
	width: 853px;
	float: left;
	background-image: url(../images/bg_main.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#main_top {
	width: 853px;
	float: left;
	background-image: url(../images/bg_main_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#main_bottom {
	width: 833px;
	float: left;
	background-image: url(../images/bg_main_bottom.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding: 0px 10px 20px 10px;
}


/*************************************************************/
/*************************** header **************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 853px;
	height: 81px;
	float: left;
	background-image: url(../images/bg_header.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#header_logo {
	width: 300px;
	height: 81px;
	float: left;
}

#header_logo a img {
	border: none;
}

#header_navigation {
	width: 400px;
	height: 41px;
	float: right;
	padding-right: 10px;
	padding-top: 40px;
	text-align: right;
	text-transform: lowercase;
	font-size: 16px;
}

#header_navigation a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 15px;
	float: right;
}

#header_navigation a:hover,
#header_navigation a#current {
	color: #34a2e7;
	text-decoration: none;
}



/*************************************************************/
/*************************** navigation **********************/
/*************************************************************/
#navigation {
	width: 149px;
	float: left;
	border-top: 15px solid #000000;
	padding-left: 8px;
}

#navcontainer {
	width: 130px;
	float: left;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	font-size: 13px;
	list-style: none;
	text-transform: lowercase;
}

#navcontainer li a
{
	display: block;
	width: 130px;
	padding: 0px 0px 3px 0px;
	text-decoration: none;
	color: #ffffff;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	color: #0072bc;
}

#banners {
	width: 130px;
	float: left;
	padding-top: 30px;
}

.navbanner {
	width: 130px;
	float: left;
	margin-bottom: 3px;
}

#bar {
	width: 44px;
	float: left;
}

	
/*************************************************************/
/*************************** homepage ************************/
/*************************************************************/
#contentboxes {
	width: 853px;
	float: left;
}

.cbTitle {
	color: #ffffff;
	font-size: 21px;
	text-transform: lowercase;
}

.cbBody {
	padding: 5px 0px;
}


/*************************************************************/
/*************************** main ****************************/
/*************************************************************/
#container {
	width: 632px;
	float: left;
	background-image: url(../images/bg_container.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#breadcrumbs {
	text-align: right;
	text-transform: lowercase;
	font-size: 11px;
	color: #cccccc;
	padding: 3px 5px 0px 0px;
}

#breadcrumbs a {
	color: #cccccc;
	text-decoration: none;
}

#mainhome {
	width: 833px;
	float: left;
}

#maininside {
	width: 602px;
	float: left;
}


/*************************************************************/
/*************************** footer **************************/
/*************************************************************/
#bottom {
	line-height: 1px;
	clear: both;
}

#footer {
	width: 853px;
	height: 60px;
	float: left;
	font-size: 11px;
	color: #ffffff;
	padding-top: 3px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer_left {
	width: 300px;
	float: left;
}

#footer_right {
	width: 300px;
	float: right;
	text-align: right;
}

#printfooter {
	display: none;
	visibility: hidden;
}

