
/* 
IE Win Styles IE 6, 5.x 
*/

h3 {
    font: 100% verdana, tahoma, arial, helvetica, sans-serif;
    font-weight:bold; 
}

/* max-width */


#wrapper {
    width:expression(document.body.clientWidth > 992? "990px": "auto" );
        
}

