
body {
   background: white;
   font-size: 12pt;
   color: black;
   }
div#signin, div#nav, div#topnav, div#footer, div#imgfiller {
   display: none;
   }
#wrapper {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
   
div#mainbody {
  float: left;
  width:
}

#mappage div#mainbody {
  float: none;
}

#mappage {
  margin-top: 600px;
} 

xdiv#mast {
   margin-bottom: -8px;
   }
xdiv#mast img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
x#content a:link:after, x#content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
x#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }
