/* start shablon left_content (#left) */
#left {
  background-color:#f0f1eb;/* col left right */
  border:silver 1px solid;
  margin:3px auto;
  min-width:990px;
  max-width:990px;
}
#main {background-color:#f8f5ee;
/* content */
border-left:silver 1px solid;margin-left:200px;}
#content,.wrap {float:right;}
#content,#header {overflow:hidden;}
#left,#content,.left,#footer {position:relative;}
#content,.left {padding-bottom:10px;}
.left {background-color:#f0f1eb;float:left;margin-left:-200px;left:-1px;width:200px;}
#content,.wrap,#header,#footer {width:100%;}
#header {background:url(../i/bgh.png) repeat-x #fff;border-bottom:silver 1px solid;position:absolute;top:0;left:0;}
#header,.header {height:400px;}
#footer {background-color:#f0f1eb;border-top:silver 1px solid;line-height:30px;text-align:center;}
body {width:expression( documentElement.clientWidth < 730 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 730 ? "730" : "auto") : "730px") : "auto" );}
#left {width:expression( documentElement.clientWidth > 990 ? (documentElement.clientWidth == 0 ? (body.clientWidth >990 ? "990" : "auto") : "990px") : "auto" );}
*html #main,*html #left {height:1%}
/* end shablon (#left) */