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