.clear{height:auto;margin-bottom:0} /*** stops IE browsers from displaying
the clear div/br in the page, as these are for Moz/Opera and
Safari only. If IE 5.x Win DID display these, the page is too high ***/

#left{clear:right;}

#outer{ /*** IE5.x/win box model fix ***/
  width:480px; /*** Critical left and right col/divider dimension value
(moves inversly) = Center Col Width + Both Inner Borders ***/
  w\idth:478px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
}

#left{width:152px;} /*** Fix only for IE/Mac = left col width + one internal border width ***/

#gfx_bg_middle{
  display:none; /*** Hides the moz fix from IE ***/
}
#wrapper{
  height:100%;} /* Last style with height declaration hidden from Mac IE 5.x */
/*** Fixes height for IE, back to full height,
from esc tab hack moz min-height solution ***/