html, body {margin:0; padding:0; width:100%;}
html {}
* html body {overflow: hidden;} /*** Footer Fix ***/
#container {margin: 0 auto; width: 100%; height:100%;}
#container, #hPages, #hPath {position: relative;}
body {min-width: 750px;}

#right {width: 210px; margin-right: -210px;}
#left {width: 220px; margin-left: -100%; left: 210px;}
#mainContent > #left {left: -220px; margin-left: expression(document.all.center.offsetWidth * -1 + parseFloat(document.all.center.currentStyle.paddingLeft) + parseFloat(document.all.left.currentStyle.paddingLeft) + parseFloat(document.all.left.currentStyle.paddingRight));}

#mainContent .column {position: relative; float: left;}
#center {width: 100%; overflow: hidden;}
#footer {clear: both; width:100%;}

/*** Equal-height Columns ***/
/*
#mainContent {overflow: hidden;}
#mainContent .column {padding-bottom: 1001em; margin-bottom: -1000em;}
*/

/*** Footer Fix ***/
/*
* html #footer-wrapper {float: left;position: relative;	width: 100%;padding-bottom: 10000px; margin-bottom: -10000px;background: #FFF;}
*/