/* CSS file specially targeted for print media */


/* Don't display header, meta and submenu */
#header, #meta, #submenu {
	display: none;
}
.printonly { display: block; }

body { border: 0; }

#page, #content { width: 100%; }