<!--[if lt IE 7]>
#wrapper {word-wrap: break-word;} /* ie proprietary property to force long words to break rather than the layout */
<!--[endif]-->

* {margin: 0px; padding: 0px; border: 0px;}

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; min-width: 700px; color: #666b71;  }

/**************** Layout CSS begins ****************************/

#wrapper { /* fixed.css + stretched.css */}

#contentfloatholder {/* also makes the right "sliding" tab */
	background: #fff;
	float: left;
	width: 100%;
	position: relative;
}

#header { text-align: left; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; clear: both; width: 100%; }
#footer { clear: both; width: 100%; }

#center { float:left; width: 100%; margin-right: -95%; }
#left { float:left; width: 160px; margin-left: -5%; padding: 0px 0px 0px 0px; }
#right { float:right; width: 160px; padding: 0px 0px 0px 0px;}
#centerpad { margin: 0 180px; }


/*************       For IE Mac           **************/
/* IE/Win is also using these rules, but it doesn't mind */
* html div#center {margin-right: -100%;}
* html div#left {margin-left: 0;}
