Forum Moderators: not2easy
have a another css file and import like:
<link href="print.css" rel="stylesheet" type="text/css" media="print">
and then in that file have e.g.
.navigation {
display:none;
}
this might give you more room on your print out for the real content.
ben