/*	-------------------------------------------------------------
	Print declarations
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#nav, #banner-image, #left, #footer, #news {
		display: none;
		}
	
	body, h1, h2, h3 {
		font-family: Arial, Helvetica, sans-serif;
		}
		
	body {
		font-size: 11px;
		}
	
	h1 {
		font-size: 16px;
		}
	
	h2 {
		font-size: 14px;
		}
		
	h3 {
		font-size: 12px;
		}