/*--- Print styles ---*/

/* Remove unwanted elements */

#column1, #header {
	display: none;
}

#wrapper {
	background: url(none);	
}

/* Ensure the content spans the full width */

#secondaryContent, #mainContent {
	margin: 0; 
	width: 45%;
}

#content {
	width: 100%;
}

