/* PRINT STYLESHEET V2*/

/* Remove unwanted elements */
#navigation, #subnav, #menu, #header p, #eventsbox, #footer, #contact {
	display: none;
}	

#header { /*moves header up & positions logo*/
	height:auto;
	padding: 0 0 0 30px;
}

#logo {/*print only banner*/
	display:inline;
}

#attractions {
	width: 100%; 
	margin: 0; 
	float: none; 
	padding: 0;
	
}

