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

.FixedLayout {margin: 0 auto; clear:both; position: relative; z-index: 100;}

#right {width: 235px; margin-right: -235px;}
#left {width: 235px; margin-left: -100%; left: 225px;}
#mainContent > #left {left: -235px; 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;}
*/