/* --------------------------------------------------
file: min-width-fix.css
version: 1.0
---------------------------------------------------*/

div#container {width:expression(document.body.clientWidth < 48.75? "48.75em" : document.body.clientWidth > 62.25? "62.25em" : "auto");}



