/*reduces the overall font size so that IE looks the same as Mozilla*/
body {_font-size: 80.01% !important}

/*Tan Box Model Hack to deal with Box Model issues for IE 5 and earlier
The normal width value here deals with IE5 and earlier, the escaped
width value is only read by IE6\*/
/* html #wrapper {
  _width: 762px;
  _w\idth: 760px;
  }
/* */

/*fixes the min-height bug in IE
The normal height value here deals with IE5 and earlier, the escaped
height value is only read by IE6*/
#navBar {_height:0.8em}
.content {_height:345px;_he\ight:305px}/*310px*/
.content-f {_height:290px;_he\ight:250px}/*255px*/