/* CSS Document */

/* PRINT STYLESHEET
Version 1.0, 20 July 2008
Author: Gavin Wray
Author URI: www.gavinwray.com */

/* Remove unwanted elements */
#header, #nav ul, #banner, #footer ul, #preload {
display:none;
}

/* Ensure the content spans the full width of page */
#content, .leftcolumn, .centrecolumn, .rightcolumn, .centreandrightcolumns, .allcolumns, .leftnav  {
width:100%; margin:0; float:none;
}

h1,h2,h3,h4,h5,h6,p,ul,li,blockquote { color:#000; }

/* Improve colour contrast of links */
a:link, a:visited {
color:#781351;
text-decoration:underline;
}