body {
text-align: center; 
background: #fff;
min-width: 700px;
}

/* pagebody 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 */
#pagebody { 
text-align: left;
width: 700px;
margin: 0 auto; 
}

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

#header {/*height: 105px;*/}
#subnav, #footer {padding:0;}


#main {/* right faux column tab */
float: left;
width: 100%;
}


#main:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
		height: 0px;
    clear: both; 
    visibility: hidden;
}

#mainbody {
margin: 0 178px 0 0px;
}

#mainbodywrap {
  float:left;
  width: 100%; 
	margin: 0 -95% 0 0;
}

#pods {
  float:right;
  width: 170px;
	margin: 0;
}


#main {background:url(../images/list-bg.gif) 266px 0px repeat-y; }