.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;
  width:228px; /*** Fix only for IE/Mac = left col width + one internal border width ***/
}

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

#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 ***/
hr { margin-top: .4em; margin-bottom: .4em;}
h5 { margin-top: .4em; margin-bottom: .4em;}
	
/*Photo table code*/
#photoTable{width:100px; border:0px;} /*** 218px new version ***/
.photo ul.topic li a:hover ul li a, 
.photo ul.topic li:hover ul li a { margin-left:-2px;} /*small  box */

