
#maincontent{
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   position:absolute;
   left: 0px;
   align: left;
   float:none !important;
   color: black;
   background: transparent none;
   }
#maincontent2{
   width: 639px;
   margin: 0 5%;
   padding: 0;
   border: 0;
   position:absolute;
   left: 0px;
   align: left;
   float:none !important;
   color: black;
   background: transparent none;
   }
#leftgutter, #footer, #masthead, #rightnav{
   display: none;
   }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#maincontent a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

