body {
	min-width: 0;
}
#container {
	width:auto !important;
	margin-left: 5% !important;
	margin-right: 5% !important;	
}

/* Neutralize backgrounds and colors */
#masthead {
	background: none !important;
	background-color: white !important;
	color: black !important;
}

/* Neutralize positioning */
/* position:static;
left:auto;
top:auto; */

/* Neutralize widths, padding, and margins */
#content {
	width:auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
}

/* Neutralize heights */
#masthead  {
	height: auto !important;
	min-height: 0 !important;
}

/* Get rid of floats */
#content {
	width: auto !important;
	float: none !important;
	display: block !important;
}

/* Hide things that should not print */
#logo, #masthead #utility, #mainnav, #footernav, #subnav, #breadcrumb, #pagetools {
	display: none !important;
}

/* Misc resetting */
.printonly {
	display: block !important;
}


/* Optional rules */

/*This rule drops in the URL of the link after any printed link in the content area or sidebar, in parentheses.  
#content a:after, #sidebar a:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }*/

/* If you end up using root-relative links later, this rule should make sure that the printed links have the full URL.  
#content a[href^="/"]:after, #sidebar  a[href^="/"]:after{
  content: " (http://www.yourwebsite.com" attr(href) ") ";
   }*/