@media print{ 
	
	#pagewidth { width: auto; }

	#header { display:none; } 

	#outer { border-left:0; width: auto; }

	#inner { border-left:0; width: auto; }

	#leftcol{ border-left:0; display:none; } 

	#maincol { width: auto; }

	#content { width: auto; }

	#footer { display:none; } 

}
