/* Creating Power Printer Styles */


#banner {
display:none !important; 
}


/* 
remove all width constraints from content area
*/
#content {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}


img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}