/* jane robinette art LAYOUT */

* {margin:0; padding:0;}

body {
text-align:center; /* IE6 needs this to center the layout in the browser window */	
}

#main_wrapper {
  max-width:900px; /* sets max layout width */  
  min-width:700px; /* sets min layout width */  
  margin-left:auto;  /* centers layout in browser */	
  margin-right:auto; /* centers layout in browser */	
  text-align:left; /* resets the centering hack for IE6 on the body tag */	
}

#header {height:4em;
}

#content {float:left; width:100%; text-align:center;
}


#footer {clear:both; /* makes the footer sit below whichever column is longest */  
}

#header_inner, #content_inner {overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}

#header_inner {padding:.5em; 
}

#content_inner {padding:.75em 3em 1em 1.5em;  
}


#footer_inner {padding:.5em 1em; text-align:center;
}
