@charset "utf-8";

/* Example of what could be done - currently commented out. */

/* Refer to 'Our How to' folder */

/* Remove unwanted elements */

#leftnav, #footer, .noprint {
	display: none;
}

/* Ensure the content spans the full width */

#content
{
width: 100%; margin: 0; float: none;
}

*/
