/**************************************************

	ORIGINALLY BY ALISTAPART.ORG
	MODIFIED BY 76DESIGN
	
	HOORAY FOR PRINTERS!
	*/
	
body {
   background: white;
   font-size: 10pt;
   }
   
#topmenu,#sidebar,#language,#footer {
   display: none;
   float:none;
   }

#wrapper, #content {
   width: auto;
   margin: 0 2%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   overflow:visible;
   }
   
div#content,
.default #content  {
	float:none;
   width:100%;
   margin:0;
   padding:0;
   }
   
 #header {
	margin:0 0 5% 0;
	}
	
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   }


