/*
Original design by Free CSS Templates - http://www.freecsstemplates.org
Adapted for Werneth Concert Band by Andrew Dyson
Released for free under a Creative Commons Attribution 2.5 License
*/

/* this stylesheet defines layout and style characteristics that only apply to pages when they are printed */

@import url("global.css");

#header, #footer {
	display:none;
}

#concertAttendanceHeader, #concertAttendanceEnsembleIDSelect {
	display:none;
}

#sidebar {
	display:none;
	width:0%;
}

#content {
	float:none;
}

