/* -------------------------------------------------------------- 
   
   * print.css - BlueTrip CSS Framework
   * Thanks to Hartija Print Framework
	 
-------------------------------------------------------------- */

/* Add sections here to hide various parts of the site when printing */
#header, #footer {display:none;}
body {background:#FFF;}


