/* start shablon left_content (#left) */
#left {
  background-color:#f1f1ff;/* col left right */
  border:silver 1px solid;
  margin:3px auto;
  min-width:730px;
  max-width:800px;
}
#main {background-color:#fff;/*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:#f1f1ff;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:125px;}
#footer {background-color:#f1f1ff;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 > 800 ? (documentElement.clientWidth == 0 ? (body.clientWidth >800 ? "800" : "auto") : "800px") : "auto" );}
*html #main,*html #left {height:1%}
/* end shablon (#left) */
