
.bodyclass {
	color: #020202;
	background-color: #010001;
	background-image: url(../images/bg_body.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#wrap {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#bar_left {
	width: 10px;
	height: 750px;
	float: left;
	background-image: url(../images/bar_left.gif);
}

#bar_right {
	width: 10px;
	height: 750px;
	float: right;
	background-image: url(../images/bar_right.gif);
}

#main {
	width: 900px;
	float: left;
	background-image: url(../images/bg_main.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#main_top {
	width: 900px;
	float: left;
	background-image: url(../images/bg_main_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#main_bottom {
	width: 900px;
	float: left;
	background-image: url(../images/bg_main_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

/*************************** header **************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 900px;
	height: 220px;
	float: left;
	padding-bottom: 50px;
}

	
/*************************** navigation **************************/
#navcontainer {
	width: 208px;
	float: left;
	padding-top: 2px;
	padding-bottom: 100px;
	margin: 0px;
	text-align: right;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

#navcontainer li a
{
	display: block;
	width: 185px;
	padding: 11px 16px 3px 7px;
	text-decoration: none;
	color: #666666;
}

#navcontainer li a:hover,
#navcontainer li a#current
{
	color: #650034;
}

#navcontainer ul ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #ffffff;
}

#navcontainer li li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	border-bottom: 1px solid #ffffff;
}

#navcontainer li li a
{
	display: block;
	width: 185px;
	padding: 2px 16px 2px 7px;
	color: #1a83d9;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	color: #000000;
}

#bar {
	width: 18px;
	float: left;
}


/*************************** container *************************/
#container {
	width: 636px;
	float: left;
	padding: 10px 0px 40px 0px;
}


/********** breadcrumb ****************/
#breadcrumb {
	width: 100%;
	float: left;
	padding-top: 3px;
	color: #cccccc;
	font-size: 10px;
	text-align: right;
}

#breadcrumb a {
	color: #cccccc;
}

#pagetitle  {
}	

/*************************************** footer ****************************************/
#footer {
	width: 900px;
	height: 160px;
	clear: both;
	padding-top: 6px;
	font-size: 11px;
	background-color: #010001;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#printfooter {
	display: none;
	visibility: hidden;
}
