/*** Print Media Style Sheet for ProNerve.com ***
 ***  Copyright (c) 9.2007 by R. Burney  ***/
 
 
/* remove all margins and padding */
* {	margin:0; padding:0; }

/* serif font for legibility */
body { font-family:Georgia, "Times New Roman", serif; color:#000; background-color:#fff; }

/* default link colors for legibility */
a { color:blue; text-decoration:underline; }

/* larger fonts and spacing */
p { font-size:90%; line-height:1.5em; letter-spacing:0.01em; text-align:justify; }

/* remove non-essential areas */
#admin-navigation, #nav, #sidebar, #footer, .bodyText img { display:none; }

/* alter presentation of other areas */
#header { text-align:left; }
#header img { width:200px; height:68px; }

#main-content { padding-left:0; }

#body { width:640px; }

#footer-print { display:block; font-size:90%; border-top:1px solid black; }