@media print {
	#topBarWrapper, #header, #middle, .right, #footerWrapper, #copyrightWrapper { 
		display:none;
	}
	.wrapper {
		width:auto !important;
	}
	#mainContent {
		width:auto !important;
	}
	.left {
		width: 100% !important;
	}
}