#navigation, #footer, #breadcrumbs, #homenav
{  /* the navigation and footer are useless in printed copies */
	display:none;
}

#content
{  /* for print, ensure the content takes most of the space */
	border: 0px white none;
	margin-left: 10px;
	padding: 15px;
    background: white;
}

.pagebreak 
{  /* a class to create a delibrate new page in print */
  page-break-after: always;
  page-break-inside: avoid;
}
