/*
 * PVL UK
 *
 * Style sheet: print.css
 * Basic styling for printing
 * Read by all CSS browsers with 'print' media
 *
 * Note that this style sheet is referenced before the screen style
 * sheets in the HTML. This is in case any browsers that don't
 * understand the media attribute apply it for screen viewing; then
 * the screen styles will override the print styles.
 *
 * By Andy Smith, Preview Graphics
 * www.preview.co.uk
 */


/*
 * Stop navigation etc from printing
 */
 
#page-main-nav, #page-sub-nav, #page-user-info, #page-login, #page-footer,
#page-contact, #page-end-nav, #page-credits {
  display: none;
}

