/*******************************************
Cam Theme for Drupal
D.R. Wilkins - September 2008

print.css : overrides for printing
*******************************************/

body
{
	background: none;
}
div#sidebar
{
	display: none !important;
}
div#content-primary {
	width: 97% !important;
}
div#content-header {
	display: none !important;
}
div.tabs {
	display: none !important;
}
div#header {
	height: 86px !important;
}
div#header div#panel{
	margin-top: 0 !important;
}
div#navtabs {
	display: none !important;
}
div#breadcrumb{
	margin-left: 0 !important;
	padding-left: 0 !important;
}