/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */
body {
	font: 13px Arial, Helvetica, sans-serif;
	width: 640px;
	margin: 0 auto;
}

.print-header {
	margin-bottom: 50px;
}		

#menu {
   display: none;
   }

#logo {
	display: block;
}

h1 { font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif; margin-bottom: 20px; color: #21321D; }

.print-hide { display:none;}
.news-photo {float:left; padding-right:15px; padding-bottom:10px;}
