div#container {
 width: 750px;
 width:expression(document.body.clientWidth>905?"900px":"auto");
}

body {
 text-align: center;
}
#container {
 text-align: left;
}

#logo {
 line-height: 63px;
}

html + body #menu {
 height: 1.3em;
}
html + body #menu li {
 display: block;
 float: left;
}  

#subnav {
 padding-left: 10px;
}

