
/********************* general ********************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bodyclass {
	background-color: #340000;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	color: #181d1c;
}


/*********************************** main ********************************************/
#wrap {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#bar_left {
	width: 10px;
	height: 768px;
	float: left;
}

#bar_right {
	width: 10px;
	height: 768px;
	float: right;
}

#main {
	width: 900px;
	float: left;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
}

#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 900px;
	height: 124px;
	float: left;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
}

#logo {
	width: 320px;
	height: 94px;
	float: left;
	margin-top: 30px;
}

#partner {
	width: 150px;
	height: 55px;
	float: right;
	margin-top: 50px;
}

/*************************** container **************************/
#container_top {
	width: 900px;
	float: left;
	background-image: url(../images/bg_main_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#container_bottom {
	width: 900px;
	float: left;
	background-image: url(../images/bg_main_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}

#bar {
	width: 8px;
	height: 552px;
	float: left;
}

/*************************** navigation **************************/
#navcontainer {
	width: 135px;
	float: left;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 20px;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}

#navcontainer li a
{
	display: block;
	width: 133px;
	text-decoration: none;
	padding: 9px 1px 1px 1px;
	color: #333333;
	border-bottom: none;
}

#navcontainer li a:hover,
#navcontainer li a#current
{
	padding: 9px 1px 0px 1px;
	color: #c42927;
	border-bottom: 1px solid #cccccc;
}

#navcontainer ul ul
{
	list-style: none;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
}

#navcontainer li li
{
	list-style: none;
	font-size: 11px;
	font-weight: normal;
}

#navcontainer li li a
{
	display: block;
	width: 133px;
	text-decoration: none;
	padding: 1px 1px 1px 1px;
	color: #333333;
	border-bottom: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	padding: 1px 1px 1px 1px;
	color: #c42927;
	border-bottom: none;
}

#navcontainer ul ul ul
{
	list-style: none;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	border-bottom: none;
	background-color: #f6f4f4;
}

#navcontainer li li
{
	list-style: none;
	font-size: 11px;
	font-weight: normal;
}

#navcontainer li li a
{
	display: block;
	width: 133px;
	text-decoration: none;
	padding: 1px 1px 1px 1px;
	color: #333333;
	border-bottom: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	padding: 1px 1px 1px 1px;
	color: #c42927;
	border-bottom: none;
}


/********** breadcrumb and title ****************/
#breadcrumb {
	width: 700px;
	float: left;
	color: #666666;
	font-size: 11px;
}

#breadcrumb a {
	color: #666666;
	text-decoration: none;
}

/************************** content *******************/
#mainbody {
	width: 700px;
	float: left;
	padding-top: 12px;
}

/*************************************** footer ****************************************/
#bottom {
}

#footer {
	width: 900px;
	height: 40px;
	padding-top: 52px;
	float: left;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#printfooter {
	display: none;
	visibility: hidden;
}
