/* This template is used for rendering a printer friendly version of the 
   current page. It suppresses most of the 'decorative' elements */

#masthead {
	display: none;
}

#wrap #menu{ 
	display: none;
	width: 0;
}
#sponsors {
	display: none;
}
#wrap #content{
	margin: 20px;
	float: left;
	width: 600px;	
}
/* Footer styles */
#wrap #footer {
    clear:both;
    float:left;
    width:600px;
	background-color: white;
}

#wrap {
	margin: 10px;
	background-color: white;
	
	
}
BODY {
	background-color: white;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 90%;
}