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

* {margin:0; padding:0}
#root {width:100%; min-width:950px}
* html #root {width:expression(document.body.clientWidth > 950? "100%" :"950px")}
#header,#menu,#leftzone,#content,#footer {overflow:hidden; display:inline-block}
#header {height:150px; float:left; width:99.9%}
html>body #header {width:100%}
#leftzone {float:left; width:25%}
#content {float:left; width:74.9%}
html>body #content {width:75%}
#footer {float:left; clear:left; width:100%}

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

#menu {width:100%}