/* Remove unwanted elements */
#header, #menu, #masterdiv, .legal, .noprint {
	display: none;
}

/* Ensure the content spans the full width */
#layout, #content {
	width: 100%;
	margin: 0;
	float: none;
	border: none;
	padding: 0;
}

/* Improve colour contrast of links */
a:link, a:visited {
	color: #781351;
}