@media print {
	#Left, #Menu, #MenuReplacement,#TopBar, #Footer, #Switcher, a.red.smoothAnchors, a.backToToc, #Breadcrumb {
		display: none;
		width: 0;
		height: 0;
	}
	
	.article .body {
		width: 70%;
	}
	
	.article .body .content {
		width: 100%;
	}
/*	body, #Main, #Container {
		max-width: 400px;
	}*/
}