/* -----------------------------------------------------------------------------------------------

Sacramento Aquarium Society - CSS for BAP/HAP Web Pages

Web				:http://www.sacramentoaquariumsociety.org/
Filename				:/stylesheets/print.css
Version				: 070419

Copyright				: (c) 2007 Sacramento Aquarium Society
Author				: Tony Griffitts

---------------------------------------------------------------------------------------------------*/

/*copy and paste link into web page "<link rel="stylesheet" type="text/css" media="print" href="stylesheets/print.css" />"*/
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#leftSidebar, #r_sidebar {
	display: none;
}


#content {
	float: none;
	width: 980px;
}