html,body {
	margin:0;
	padding:0;
	width:100%;
	height:100%; /* needed for container min-height */
	background:url(../gfx/bg_html_body.gif) repeat top left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#c7b9ae;
}

a {
	color:#c7b9ae;
	text-decoration:underline;
}

a:hover {
	color:#c7b9ae;
	text-decoration:none;
}

div#header_all {
	position:fixed;
	z-index:3;
	width:100%;
	height:156px;
	background:url(../gfx/bg_header.gif) repeat-x top left;
	display:block;
	margin:0px;
	padding:0px;
}

div#header_all_body {
	position:absolute;
	z-index:3;
	width:976px;
	height:156px;
	top:0px;
	left:50%;
	margin-top:0px;
	margin-left:-488px;
}

div#header_all_body_top {
	width:976px;
	height:28px;
	float:left;
}

div#header_all_body_body {
	width:976px;
	height:89px;
	background:url(../gfx/bg_logo.gif) no-repeat 68px 0px;
	float:left;
}

div#header_all_body_body_content {
	width:798px;
	height:89px;
	margin-left:89px;
	margin-right:89px;
	float:left;
}

div#header_all_body_body_content_left {
	width:146px;
	height:89px;
	float:left;
}

div#header_all_body_body_content_right {
	width:652px;
	height:89px;
	float:left;
}

div#header_all_body_body_content_right_top {
	width:652px;
	height:64px;
	float:left;
}

div#header_all_body_body_content_right_bottom {
	width:652px;
	height:25px;
	float:left;
}

div#header_all_body_bottom {
	width:976px;
	height:39px;
	float:left;
}

div#container {
	position:absolute !important;
	z-index:1;
	width:976px;	
	height:100%;
	display:block;
	top:0px;
	left:50%;
	margin-top:0px;
	margin-left:-488px;
	background:#2a2a2a url(../gfx/bg_container_content.gif) no-repeat center 156px;
}

div#container_content {
	position:absolute;
	z-index:2;
	margin-top:156px;
	width:976px;
	left:50%;
	margin-left:-488px;
	padding-bottom:40px;
}

div#container_content_top {
	float:left;
	width:798px;
	height:415px;
	margin-top:22px;
	margin-left:89px;
	margin-right:89px;
}

div#container_content_top_left {
	float:left;
	padding:10px;
	width:590px;
	height:395px;
	background:url(../gfx/bg_container_content_top_left_total.gif) repeat-x center left fixed;
	background-position:305px 208px;
	overflow-x:hidden;
	overflow-y:auto;

	scrollbar-3dlight-color: #2A2A2A;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #2A2A2A;
	scrollbar-darkshadow-color: #2A2A2A;
	scrollbar-face-color: #444244;
	scrollbar-highlight-color: #2A2A2A;
	scrollbar-shadow-color: #2A2A2A;
}


div#container_content_top_right {
	float:left;
	width:165px;
	height:413px;
	margin-left:21px;
	border:1px solid #484848;
	background:url(../gfx/bg_container_content_top_right.gif) repeat-x top left;
}

div#container_content_bottom {
	float:left;
	margin-top:22px;
	width:976px;
	height:186px;
}

div#container_content_bottom_top {
	float:left;
	width:976px;
	height:1px;
	background:url(../gfx/bg_container_content.gif) no-repeat bottom center;
}

div#container_content_bottom_body {
	float:left;
	width:976px;
	height:184px;
}

div#container_content_bottom_body_slider {
	float:left;
	width:798px;
	height:184px;
	margin-left:89px;
	margin-right:89px;
}

div#container_content_bottom_bottom {
	float:left;
	width:976px;
	height:1px;
	background:url(../gfx/bg_container_content.gif) no-repeat bottom center;
}


div#footer {
	position:fixed;
	bottom:0px;
	z-index:3;
	width:100%;
	height:21px;
	display:block;
	background:#363636;
	border-top:1px solid #41434a;
}

div#footer_content {
	position:absolute;
	width:972px;
	height:16px;
	padding:3px;
	display:block;
	background:#363636;
	left:50%;
	margin-left:-488px;
	text-align:right;
	color:#c7b9ae;
	font-size:9px;
}


div#container_content_body_breadcrumb {
	color:#555;
	width:694px;
	margin:11px 89px 0px 5px;
	float:left;
}

div#container_content_body_breadcrumb a {
	color:#555;
	text-decoration:none;
}

div#container_content_body_breadcrumb a:hover {
	color:#888;
	text-decoration:underline;
}

