
.bodyclass {
	background-image: url(../images/bg_body.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #120203;
	color: #333333;
}

#wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#wrap_top {
	width: 1000px;
	height: 44px;
	float: left;
	background-image: url(../images/bg_wrap_top.png);
	background-position: 0 0;
	background-repeat: no-repeat
}

#wrap_home {
	width: 960px;
	float: left;
	padding: 0px 20px;
	background-image: url(../images/bg_wrap_home.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#wrap_inside {
	width: 960px;
	float: left;
	padding: 0px 20px;
	background-image: url(../images/bg_wrap_inside.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

.bar {
}


/*************************************************************/
/*************************** header **************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 960px;
	height: 218px;
	float: left;
	border-bottom: 2px solid #ffffff;
}

#header_bottom {
	width: 960px;
	height: 5px;
	float: left;
	background-color: #35050a;
	line-height: 0px;
}


/*************************************************************/
/*************************** navigation **********************/
/*************************************************************/
#navigation {
	width: 168px;
	float: left;
	background-image: url(../images/bg_navigation.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 5px 0px;
}

#navcontainer {
	width: 164px;
	float: left;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3px;
	list-style: none;
}

#navcontainer li a
{
	display: block;
	width: 152px;
	height: 21px;
	padding: 8px 6px 0px 6px;
	text-decoration: none;
	color: #6d1821;
	background-image: url(../images/bg_menu1_off.gif);
}

#navcontainer li a:hover,
#navcontainer li a#current {
	color: #e4cfa8;
	background-image: url(../images/bg_menu1_on.gif);
}

#navcontainer ul ul {
	list-style: none;
	margin: 0px;
}

#navcontainer li li {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	margin: 2px 0px 0px 0px;
	list-style: none;
}

#navcontainer li li a {
	display: block;
	width: 150px;
	height: auto;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
	color: #ffffff;
	background-color: #6d1720;
	background-image: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	color: #e4cfa8;
	background-color: #6d1720;
	background-image: none;
}

#navcontainer ul ul ul {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 0px 0px
}

#navcontainer li li li {
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	list-style: none;
}

#navcontainer li li li a {
	display: block;
	width: 150px;
	height: auto;
	padding: 0px 6px 5px 8px;
	text-decoration: none;
	color: #ffffff;
	background-color: #120204;
	background-image: none;
}

#navcontainer li li li a:hover,
#navcontainer li li li a#current {
	color: #e4cfa8;
	background-color: #120204;
	background-image: none;
}

#banners {
	width: 143px;
	float: left;
	padding: 15px 0px 0px 10px;
}

.navbanner {
	width: 143px;
	float: left;
	margin: 0px 0px 3px 0px;
}

	
/*************************************************************/
/*************************** container ***********************/
/*************************************************************/
#container {
	width: 789px;
	float: right;
	border-top: 5px solid #120203;
}

#main_content {
	width: 778px;
	float: left;
}

#breadcrumbs {
	color: #666666;
	text-transform: lowercase;
	text-align: right;
	padding-right: 11px;
	padding-top: 2px;
}

#breadcrumbs a {
	color: #666666;
}

h1 {
	background-image: url(../images/bg_title.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #f2eee7;
	padding: 6px 0px 4px 13px;
	line-height: 21px;
	margin: 0px;
}


/*************************************************************/
/*************************** homepage ************************/
/*************************************************************/
.cbTitle {
	background-image: url(../images/bg_title.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #f2eee7;
	padding: 6px 0px 4px 13px;
	line-height: 21px;
}

.cbBody {
	color: #ffffff;
	background-color: #4d0d13;
	padding: 14px 12px;
}

.cbBody a {
	color: #d7b36f;
}

.cbRow {
	line-height: 3px;
}


/*************************************************************/
/*************************** footer **************************/
/*************************************************************/
#footer {
	width: 940px;
	height: 50px;
	padding: 50px 30px 0px 30px;
	float: left;
	background-image: url(../images/bg_footer.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #dbbc82;
	font-size: 12px;
}

#footer a {
	color: #dbbc82;
}

#copyright {
	width: 500px;
	float: left;
	padding-top: 5px;
}

#grip {
	width: 200px;
	float: right;
	text-align: right;
}

#printfooter {
	display: none;
	visibility: hidden;
}


