body {
	margin:0px;
	padding: 0px;
	width:100%;
	height: 100%;
	min-height: 100%;
	position:absolute;                  /* ни в коем случае не relative, иначе при динамическом изменении высоты страницы будет баг в IE */
	background: url(../images/interface/left_colomn.png);
	font-family: "trebuchet MS", sansSerif, tahoma;
	background-repeat: repeat-y;
}
img {
	border: 0;
}
html>body {
	height: auto;
}
#content_container {
	position: relative;
	width: 100%;
	zoom: 1;
	margin: 0px;
	padding: 0px;
	margin-top: -50px;
}
#content {
	padding-bottom: 100px;
	margin-left: 255px;
	margin-right: 173px;
	position: relative;
	zoom: 1;
	padding-top: 0px;
	margin-top: -1px;
	border-top: 0px solid green;
}
#content #block_left {
	width: 250px;
	position: relative;
	left: -255px;
	margin-right: -250px;
	margin-bottom: 50px;
	float: left;
	background-image: url(/interface/011.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 10px;
	background-color: #F2F2F2;
}
#content #block_right {
	width: 162px;
	float: right;
	position: absolute;
	right: -180px;
	margin-left: -172px;
	padding-left: -172px;
	zoom: 1;
	display: block;
	top: -4px;
}
#content #block_center {
	width: 98%;
	margin: 0px 0px 0px 0%;
	zoom: 1;
	position: relative;
}
#content #block_center #block_center_margin_left {
	margin-left: 15px;
	position: relative;
	margin-bottom: 50px;
	overflow: auto;
}
#footer {
	position:absolute;
	bottom:0px;
	height: 50px;
	width: 100%;
	border: 0px solid red;
}
#top {
	height: 245px;
	position: relative;
	background: url(../images/interface/top_bg.png);
	background-repeat: repeat-x;
	padding-bottom: 50px;
}
.clear {
	clear: both;
	font-size: 0%;
}
div {
	zoom: 1;
}
