/* height 100% */
html {
	height: 100%;
	width: 100%; display: inline-block; position: relative;

}
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;
	color: #414143;
	font: 12px Tahoma;
	width: 100%; display: inline-block; position: relative;
}

/* layout blocks */
#header {
	height: auto;
	display: block;
	width: 100%;
}
.box{
	width: 985px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	*left: 50%;
	*margin-left: -492px;
	display: block;
	height: 100%;
}


#top_menu{display: block; margin-bottom:  20px;}
#top_menu .box{background: url('../images/tmenu_bg.png') no-repeat 50% 0; height: 41px;}

#center{display: block; width: 100%; clear: both;}

#left{display: block; width: 250px; float: left; margin-right: 15px;}

#right{display: block; width: 225px; float: right; margin-left: 20px;}

#content {
display: block !important; /* работает для нормальных браузеров */
display: inline-block\0/; /* хак для IE8.0 */
display: inline-block;  /* хак для IE6,7 */
width: auto;
overflow: hidden;
}

#content.noleft{margin-left: 0;}
#content.noright{margin-right: 0;}

#footer{
	position: relative;
	width: 100%;
	margin-top: 45px;
	border-top: 4px #ddd solid;
	clear: both;
	z-index: 1;
}
#footer .box{padding-top: 25px; padding-bottom: 35px;}

