/*Section: Structural. Following are structural styles to organise the page layout
*/
body {
 text-align: center; 
 min-width:77em;
/* padding-top: 1em;*/
}

#wrapper{
width: 90%;

margin: 0 auto; 
text-align: left;
/*background: #fff url(images/navi-faux-col-splash.gif) repeat-y 72% 0;*/
}

#primarycontent{
  width: 100%; 
  margin: 0; 
/*  float: left; */
}


#navicolumn *, #secondarycontent * { 
/* padding-left: 10px;
 padding-right: 10px;
*/}

#navicolumn * *, #secondarycontent * * { 
/* padding-left: 0;
 padding-right: 0;
*/}

#footer {
clear:both;
float:left;
width:100%;
}

