/* print.css */
body,#container,#header,#maintext,#stafflist
{
	float: none !important;
	width:auto !important;
	margin:0 !important;
	padding:0 !important;
	color:black;
	background-color:white;
}

#container{
	position:relative;
	top:0;
	left:10px;
	width:auto;
	min-width:0;
	margin:0;
	}

#mainnav,#topquote,#logo{
  display: none !important;
}

h1,h2{
	margin-left:0;
}