/* This is a Cascading Style Sheet which hides the navigation elements 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 */

#sidebar, #mainmenu, #news, #breadcrumbs, .donotprint
{
	display: none;
}