
.bodyclass {
	color: #333333;
	background-color: #000000;
	background-image: url(../images/bg_body.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#wrap {
	width: 957px;
	margin-left: auto;
	margin-right: auto;
}

/************************* main *********************/
#main {
	width: 943px;
	float: left;
	border-left: 7px solid #323131;
	border-right: 7px solid #323131;
	background-image: url(../images/bg_main.gif);
	background-position: top;
	background-repeat: repeat-y;
	background-color: #262626;
}


/*************************** header **************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 943px;
	height: 139px;
	float: left;
}

/*************************** navigation **************************/
#navigation {
	width: 214px;
	float: left;
	padding: 0px 7px 20px 7px;
	margin: 0px;
}

#navcontainer_top {
	width: 214px;
	height: 6px;
	float: left;
	background-image: url(../images/bg_navcontainer_top.gif);
	background-repeat: no-repeat;
	line-height: 0px;
}

#navcontainer_bottom {
	width: 214px;
	height: 6px;
	float: left;
	background-image: url(../images/bg_navcontainer_bottom.gif);
	background-repeat: no-repeat;
	line-height: 0px;
}

#navcontainer {
	width: 212px;
	float: left;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #5222b3;
	border-right: 1px solid #5222b3;
	background-image: url(../images/bg_navcontainer.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#navcontainer ul  {
	list-style: none;
	margin:  0px;
	padding: 0px;
}

#navcontainer li {
	font-size: 12px;
	font-weight: bold;
	margin:  0px;
	padding: 0px;
}

#navcontainer li a {	
	display: block;
	width: 196px;
	padding: 11px 8px 10px 8px;
	background-image: url(../images/bg_menu.gif);
	background-position: top;
	background-repeat: no-repeat;
	color: #333333;
	text-decoration: none;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	color: #ffffff;
	background-color: #8169b1;
}

#navcontainer ul ul  {
	list-style: none;
	margin:  0px;
	padding: 5px 0px 2px 0px;
	background-color: #ffffff;
}

#navcontainer li li {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#navcontainer li li a {	
	display: block;
	width: 196px;
	padding: 0px 8px 3px 8px;
	color: #333333;
	text-decoration: none;
	background-image: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	color: #330099;
	background-color: #ffffff;
}

#banners {
	width: 212px;
	float: left;
	margin-top: 20px;
}

.navbanner {
	margin-bottom: 5px;
}

#bar {
	width: 7px;
	float: left;
}

	
/*************************** container *************************/
#container {
	width: 708px;
	float: left;
	background-image: url(../images/bg_container.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#breadcrumbs {
	text-align: right;
	text-transform: lowercase;
	font-size: 11px;
	color: #666666;
	padding: 3px 0px;
}

#breadcrumbs a {
	color: #a2988c;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #666666;
	text-decoration: underline;
}

h1 {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 9px 8px 0px 0px;
	margin: 0px;
	height: 22px;
}

#pagecontent {
	width: 661px;
	float: left;
	padding: 15px 20px 0px 20px;
}
	
#bottom {
	clear: both;
	width: 943px;
	height: 34px;
	background-image: url(../images/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: 234px 0px;
}

/*************************************** footer ****************************************/
#footer {
	width: 957px;
	height: 90px;
	padding-top: 40px;
	float: left;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	background-image: url(../images/bg_footer.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#grip {
	clear: both;
	text-align: center;
	padding: 20px 0px 0px 0px;
}

#printfooter {
	display: none;
	visibility: hidden;
}

/********************************* content boxes *************************************/
.cbTitle {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 9px 8px 11px 8px;
	line-height: 20px;
	background-image: url(../images/bg_cb_title.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.cbBody {
	padding: 0px 10px 20px 17px;
	background-image: url(../images/bg_cb_body.gif);
	background-position: 0px 100%;
	background-repeat: no-repeat;
}
	
