/* This is a Cascading Style Sheet which hides the site menu and tools menu from printers. By doing this, the full width of the page can be used for the page content, meaning less paper is used to print pages */

#menu, #tools
{
	display: none;
}