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

body { }

/* all holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#all { text-align: center; min-width: 934px;  }
#allwrap { text-align: left; width: 934px; margin: 0 auto;  }

#header, #footer { clear: both;  width: 100%; }

#pagebody {/* right faux column tab */ float: left; width: 100%; }
#pagebody:after { /* this is for NN6 to clear floats */ content: ".";  display: block;  height: 0px; clear: both;  visibility: hidden; }

#center { margin: 0 0px 0 0px;}
#centerwrap { float:left; width: 100%;  margin: 0 -100% 0 0; }
#left { float:left; width: 934px; margin: 0 0 0 0%; }
#right { float:right; width: 934px; }

#center { margin: 0 0px 0 198px; padding-right:15px }
#centerwrap { margin: 0 -100% 0 0px; }
#left { margin: 0 0 0 0px; width:168px; padding-left:15px; padding-right:15px; }
#right { width:0px; }

/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0 0 0 0px;}

#podbody {/* right faux column tab */ float: left; width: 100%; }
#podbody:after { /* this is for NN6 to clear floats */ content: ".";  display: block;  height: 0px; clear: both;  visibility: hidden; }
#podcenterwrap { float:left; width: 100%;  margin: 0 -100% 0 0; }
#podleft { float:left; width:231px; }
#podright { float:right; width:231px; }
#podcenter { margin: 0 231px 0 231px; }
#podcenterwrap { margin: 0 -100% 0 0; }

