/* CSS Document */

/* ---------------------------------------------------------------------------------------------------
	
	Copyright © 2009 SPCA Wellington
	Design by Flightless - www.flightless.co.nz 

	
	Version 1.0 - 04.06.09 (PRINT STYLE SHEET) 
	
	* Change log: WORKING CSS
	
 
	 =PRINT STYLES
	 
--------------------------------------------------- */	 

/* =PRINT STYLES 
--------------------------------------------------- */

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
}
.printHeader {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-bottom: 12px;
}
a, a:link { 
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
ul {
	list-style-type: none;
}
#topwrapper { display: none; }

.leftcol { display: none; }

.rightcontent { display: none; }

.sectionpromo { display:  none; }

.footer { display: none; }


/* ------------------------------------------------- */