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

