/* Print CSS */

#navigation, #nav {
	display: none;	
	height: 0px;
	overflow: hidden;
}
#header {
	height: 20px;
	overflow: hidden;
	background: none;
}
/* psuedo elements not working in ie??? 
	ref: http://www.w3schools.com/css/css_pseudo_elements.asp */
#header:after {
	height: 20px;
	display: block;
	font-size: 110%;
	font-weight: bold;
	color: #009999;
	content: "Imagical - Text for print here...";
}