/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0 }
.widget-area { display: none; }
#footer, #primary, #header { display: none; width: 0;}
#content { width: 100%; margin: 0; border: none;}
}
