

body {
	background: white;
	}


#wrapper, #content, #rail, #footer, #column, #column_noline, #header, #branding, #tagline, #logo, #navigation, #dropitdown, # breadcrumb, #copy, #utility
{


background-image: none !important; < - Make sure you set the background to white and none so that there is no colored background to print.
background-color: #FFFFFF !important;
border: none !important;
float: none !important; < - In regards to FirefoxÍs printing errors, MAKE SURE you set the float to none so that the print will print multiple pages.
margin: 8px !important; < - I usually set a 8% margin to allow for proper layout of a print. This usually works well with most printers.
padding: 0% !important;
width: auto !important;
visibility: visible !important; < - Make sure that your header text block that is defined in each page is now visible in the print.
overflow: visible !important; < - Just as important as the float, it is also VERY IMPORTANT to set the overflow to none so that there are no Firefox print issues.
color: black; 
background: transparent none;
}














	.noprint
        {
		display:none;
	}




/*width: 100%; margin: 0; float: none;*/




