/**************************************************

	ORIGINALLY BY ALISTAPART.ORG
	
	this is a very simplified print style.
	
	*/

	
/* Disable image headers and "screen" widths */

* {
	width:auto !important; 
	height:auto !important;
	text-indent:0 !important;
	}	

/* set our defaults */
BODY {
   background: white;
   font-size: 12pt;
   line-height:16pt;
   }

/*hide useless items */ 
#topmenu,#portfolio-menu, #footer, FORM{
   display: none !important;
   }
   

#wrapper, #centrecolumn, #rightcolumn,#leftcolumn {
   width: auto;
   margin: 0 5% !important;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }


a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;

   }
