/* styles for the print view */

body {
	overflow: visible !important;
	overflow: auto;
}

#mainNav,
#randomImage,
#midCol,
#rightCol,
#footer{
	display:none;
}

#main {
	font-size: 12px;
	text-align: left;
	position:static;
	margin:10px;
}

#head h1 a {
	display:block;
	text-indent:-999px;
	width: 378px;
	height: 87px;
}

#head h1 img {
	position: absolute;
	left: 10px;
	top: 5px;
	border: none;
}

#midCol {
	position:relative;
}

