/*------------------------------------------------------------
SHILLING - Print Style Sheet
 
version:			1.0
compatibility:		IEv7, IEv6, FIREFOXv2
 
author:				Peter Garrett, Tony Taylor
email:				peter@shilling.co.uk, tony@shilling.co.uk
copyright:			2008 Shilling Communication
 
TO DO LIST
 
------------------------------------------------------------*/

body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Gill Sans, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 20px 0 20px 0;
	width: 890px;
	}

	a:link, a:visited {
		color: #0000FF;
		}
			
	a:active, a:hover {
		color: #000000;
		text-decoration: underline;
		}
	
	#header_logo img, #header_image img, #main_nav, #col1_top, #left_nav, #left_col_image img, #bottom, #col2 {
		display: none;
		}
	
	#col1_main, #col1_bottom {
		background: none;
		}
		
	#col1_bottom, #col1_bottom h6, #col1_bottom p {
		margin: 0;
		padding: 0;
		width: 890px;
		}
		
	#col1_bottom p {
		margin: 5px 0 0 0;
		}
	
	#main_content {
		font-size: 12px;
		margin: 0;
		padding: 0;
		width: 890px;
		}
		
	#main_content p{
		font-size: 12px;
		}
	
	#main_content h1 {
		font-size: 20px;
		}
	
	#header_logo h1 {
		color: #000000;
		font-size: 20px;
		}

/*----------------------------------------------------------*/
