/* Table-less styling with NN4 active */

div.header {
  margin:20px; 
  max-width:626px;
}

div.footer {
  margin-top:50px;
  margin-bottom:20px;
  margin-left:20px;
  margin-right:20px; 
  max-width:626px;
  text-align: center;
}

div.pagebody { /*Wider content area than NN4*/
  left:  24px;
  position: relative;
  top:  12px;
  max-width:626px;
  font-size:14px;
   }
