/* Remove the page furnature (tip 1) */

#navigation {
	display: none;
}

/* remove the background colours (see gotchya 2) */

#header,
#content {
	background: none;
}

/* Linearise content (tip 2) */
.left-col,
.right-col {
	float: none;
	width: 100%;
}
