/*--------------------------------------------
Print style sheet for colts-rugby.org.uk
Author: Clive Walker
Website: http://www.cvwdesign.co.uk
---------------------------------------------*/

/* Remove unwanted elements */

#preheader, #column1 {
	display: none;
}

/* Ensure the content spans the full width */
#wrapper, #content {
	width: 100%; 
	margin: 0; 
}

/* Don't want the wrapper background image*/

#wrapper {
	background: #FFF url(none);
}

