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