/** css for printing only **/
/** this file contains css to override the css commands in affinite.css **/

#leftbar, #topbar, #rightbar {
	display:none;
	}
	
#container, #banner, #content, #footer {
	width: 98%;
	margin: 0;
	padding: 0;
	float: none;
	color: black;
	}
