/*  ÊÎÌÏÎÍÎÂÊÀ ÎÑÍÎÂÍÛÕ ÎÁËÀÑÒÅÉ  */

* {margin:0; padding:0}
#root {width:100%; min-width:950px}
* html #root {width:expression(document.body.clientWidth > 950? "100%" :"950px")}
#header,#menu,#leftzone,#content,#rightzone,#footer {overflow:hidden; display:inline-block}
#header {height:150px; width:100%; color:#fff; background:#f2eee2 url(/images/bkg-right.gif) right repeat-y}
#leftzone {clear:left; float:left; width:25%}
#content {float:left; width:50%}
#rightzone {float:left; width:24.9%}
html>body #rightzone {width:25%}
#footer {clear:left; width:100%}

/*   ÊÎÌÏÎÍÎÂÊÀ ÑËÓÆÅÁÍÛÕ ÎÁËÀÑÒÅÉ   */
#menu {width:100%}