/* for IE6 */
* html #wrapper {display:inline-block;}
* html #minMax {width: expression(document.body.clientWidth < 762? "760px" : document.body.clientWidth > 1102? "1100px" : "auto");}
* html #content { height: 770px; overflow: visible; }

/* for all ie */
.rfooter { min-width: 40em; padding-right: 1em; padding-bottom: 2em; font-size: x-small; color: #000;}

#section2 hr { width: 80%; margin-left: 2em; }
#section3 { margin-left: 15em; margin-top: -3em; }
#content { min-height: 800px; overflow: visible; }

