/* Create a narrower page for printing */
.fullWidth
{
	width:640px; 
}

/* These are important - even if some of the content (images etc) overflows, these should help text to stay within bounds */
.contentWidth, .generalcontent
{
	width:640px;
	
}

.banner
{
 	display:none;
}

/* Hide background images for print */
*
{
	background-image:none;
	width:auto;
}