html {
	height: 100%;
	width: 100%; display: inline-block; position: relative;
}
body {
	font: 12px Tahoma;
	color: #434343;
}
.body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: auto !important;
	width: 100%;
	min-width: 100%;
	background: #fff url("../images/body_bg.png") repeat-x 0 0;
	width: 100%; display: inline-block; position: relative;
}

/* layout blocks */
#layout-header {
	height: 125px;
	display: block;
	padding: 10px 0 0 0;

	width: 100%
}
.layout_box{
	width: 1240px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	padding: 0 8px;
}

.layout_center{display: block; width: 100%; clear: both;}

#layout_bottom{display: block; width: 100%; clear: both; padding: 25px 0 30px 0}

#layout_left{display: block; width: 167px; float: left;}

#layout_right{display: block; width: 240px; float: right;}

#layout_content{display: block; width: auto; margin: 0 251px 0 174px; *overflow: hidden;}

#layout_footer{display: block; width: 100%; clear: both;background: #333 url("../images/footer_bg.png") repeat-x 0 0; positioN: relative; color: #fff}
#layout_footer .layout_box{background: url("../images/footer_bg3.png") no-repeat 0 0; padding: 0 10px; width: 1192px; overflow: hidden;}