
.bodyclass {
	background-color: #ffffff;
	color: #000000;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 20px;
}

#wrap {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#bar_left {
	width: 10px;
	height: 540px;
	float: left;
	background-image: url(../images/bar_left.gif);
}

#bar_right {
	width: 10px;
	height: 540px;
	float: right;
	background-image: url(../images/bar_right.gif);
}

#main {
	width: 760px;
	float: left;
	background-color: #ffffff;
}

/*************************** header **************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 760px;
	height: 145px;
	float: left;
}


/*************************** navigation **************************/
#navcontainer {
	width: 145px;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px 8px 0px 0px;
	border-right: 1px solid #cccccc;
}

#navcontainer li
{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 14px 0px;
	font-size: 13px;
}

#navcontainer li a
{
	display: block;
	width: 130px;
	padding: 0px 0px 0px 7px;
	text-decoration: none;
	color: #d02b0e;
}

#navcontainer li a:hover,
#navcontainer li a#current
{
	color: #999999;
}

#navcontainer ul ul
{
	list-style: none;
	padding: 4px 0px 0px 0px;
	margin: 0px;
	border: none;
}

#navcontainer li li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer li li a
{
	display: block;
	width: 130px;
	padding: 0px 0px 2px 7px;
	color: #333333;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	color: #000000;
}

#bar {
	width: 22px;
	height: 450px;
	float: left;
}

/*************************** container *************************/
#container {
	width: 570px;
	float: left;
	padding: 0px 0px 20px 0px;
}


/********** breadcrumb ****************/
#breadcrumb {
	width: 100%;
	float: left;
	color: #999999;
	font-size: 11px;
	text-align: right;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
}

#breadcrumb a {
	color: #999999;
	text-decoration: none;
}

/*************************************** footer ****************************************/
#footer {
	width: 760px;
	clear: both;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #cccccc;
	color: #666666;
	padding-top: 5px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#grip {
	text-align: center;
	padding-top: 20px;
}

#printfooter {
	display: none;
	visibility: hidden;
}
