/*	
	print.css
	-	Layout for The Heron website
	
	Author: ico Design
	Author email: admin@icodesign.co.uk

******************************************************************************/
html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85.5%;
}
body{
	font-size: 1.2em;
}
ul#skipNav{
	display: none;
}
#wrapper{
	width:  940px;
	margin: 0 auto;
}
#header{
	position: relative;
	height: 110px;
	margin: 0 0 15px 0;
	border-bottom: none;	
}
#header h1 a{
	font-size: 2em;
}
#header h1 a{
	color: #000;
	text-decoration: none;
}
#navigation{
	display: none;
}
#primary{
	display: block;
}
#content-main{
	display: block;
}
#footer{
	display: none;
}
div#image-holder{
	display: none;
}