/*
* Print CSS styles
*
* @package	www.space.org.nz website
* @author	Duncan Mundell <spam.removethis@swaziboy.com>
* @updated	15/08/08
*/

body {
	width: auto;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFF;
	}
	
#page,
#footer {
	background-image: none;
	}
	
#col2 {
	width: auto;
	margin: 0;
	padding: 0;
	}
	
	
#header,
#access,
#navtop,
#col1 {
	display: none;
	}