/* Remove unwanted elements */
body {
 background: none;
}

#menuarea, #crumb, #Facebook, #shadow, #footer, #next, #back, .boxshadow, .footerbox, .footershadow, .noprint {
 display: none;
}

.notesbox {
 background: #fff;
}

/* Ensure the content spans the full width */
#content {
 position: relative;
 top: 0;
 left: 0;
 width: 100%; 
 float: none;
 margin: 0;
}

/* insert page breaks */
.page-break {
 display: block; page-break-before: always;
}
