/* начало шаблон css */
#left {
  background-color:#ffe58e;/* цвет фона меню */
  border:white 2px solid;/* цвет бордера вокруг всей страницы */
  margin:1px auto;/* отступ сверху */
  min-width:950px;/* мин ширина окна */
  max-width:950px;/* мах ширина окна */
}
#main {background-color:#ffffff;/* цвет основого блока текста */
/* 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:#ffe58e;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:330px;}/* высота картинки лого */
#footer {background-color:#69c9f9;border-top:white 2px solid;text-align:center;}/* футер */
body {width:expression( documentElement.clientWidth < 950 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 950 ? "950" : "auto") : "950px") : "auto" );}
#left {width:expression( documentElement.clientWidth > 950 ? (documentElement.clientWidth == 0 ? (body.clientWidth >950 ? "950" : "auto") : "950px") : "auto" );}
*html #main,*html #left {height:1%}
/* начало шаблон css */