/**
author: raduga http://mambasana.ru
**/

#nav {
background: #d3cecb url(../images/tm_repeat.jpg) repeat-x top left;
}

#topcontainer {
position    : relative;
max-width   : 1000px;
width       : expression(document.body.clientWidth > 1000? "1000px": "auto" );
margin-left : auto;
margin-right: auto;
}

div#container {
text-align  : left;
position    : relative;
height      : 100%;
margin-left : auto;
margin-right: auto;
min-width   : 960px;
max-width   : 1400px;
width       : expression(document.body.clientWidth > 1400? "1400px": "auto" );
}