@media print {
	* {
		font-family:"Times New Roman, Bitstream Vera Serif, New Centry Schoolbook, serif";
	}

	.sidebar {
		display:none;
	}

	/* Trying to hide the navigation in YUI layouts using CSS 
	 * doesn't work very well because the center panel is 
	 * absolutely positioned.
	 */
	.yui-layout-unit-left {
		display:none;
	}
	.yui-layout-unit-center {
		left:0px;
	}
}
