 /*printer styles does not print left hand column*/ 
@media print{ 
/*hide the left column when printing*/
#pagewidth{border: none;}
#header{width: 700px;
padding:0px;
} 
#header img{
 width: 700px;
} 

#outer{border-left:0;} 
#maincol{width: 73%;}

}