/* start shablon left_right_content (#lasto)*/
#lasto {
  background-color:#f1f1ff;/* col left right */
  border:silver 1px solid;
  margin:3px auto;
  position:relative;
  min-width:930px;
  max-width:990px;
}
#main {background-color:#fff;/*content*/border-left:silver 1px solid;margin-left:400px;}
#content,.wrap {float:right;width:100%;}
#content,#header {overflow:hidden;}
#content,.right,.left {padding-bottom:10px;position:relative;}
.right,.left {background-color:#f1f1ff;float:left;width:200px;}
.right {margin-left:-200px;left:-1px;}
.left {margin-left:-400px;left:1px;}
#content,.wrap,#header,#footer {width:100%;}
#header {background:url(../i/oldies/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;position:relative;text-align:center;}
body {width:expression( documentElement.clientWidth < 930 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 930 ? "930" : "auto") : "930px") : "auto" );}
#lasto {width:expression( documentElement.clientWidth > 990 ? (documentElement.clientWidth == 0 ? (body.clientWidth >990 ? "990" : "auto") : "990px") : "auto" );}
*html #main,*html #lasto {height:1%}
/* end shablon (#lasto)*/

