@charset "utf-8";
/* CSS Document */

h1, h1 a { text-indent:0; width:100%; margin:0; background:none; } /* Normally the H1 is hidden off screen and replaced by the logo.  
	The logo is visible to viewers while the text is visible to web crawlers.  However for printing we need 
	to see the text and so this style resets the text-indent to zero.  
	
	WARNING.  If a viewer sets the browser to print background images this H1 text will overlay the logo.  It won't look pretty.  */
	
	
#menu { display:none; }  /* This hides the menu which has no purpose on a printed page. */

#header_content ul  { display:none; } /* This hides the two links in the header which also are not needed. */
