/* CSS Document */

/* Remove all unnecessary elements, and make the ones that survive black text on white background */
body {margin: 0.6em; background: none #fff; color: #000; }

#wrapper {width: auto; margin: 0; padding: 1em; background: none #fff; color: #000;}
#banner, #logo {background: none #fff;}

.menu {display: none;}

#content {float: none; width: auto; margin: 0; padding: 0; background: #fff; color: #000; text-align: left;}
#main, #highlight, #homeleft, #homemiddle, #homeright {float: none; width: auto; margin: 0; padding: 0; background: #fff; color: #000;}

#content a, #footer a {color: #333; text-decoration: underline;}
h1, h2 {color: #000; border: none;}

/* Only works in modern browsers like Firefox - adds an explanation to the top of the page when printed.  */
#content:before {content: "This is a printer-friendly version. The navigation and other unnecessary elements have been removed. Come back and visit us at www.4ti.co.uk."; display: block; margin-bottom: 3mm; padding: 3px 3px 2px; background: #f9f8e4; text-align: center; }

#footerlinks {display: none;}