You have some bizarrely mixed HTML in your template.
Your footer has mixed content which you appear to have copied verbatim from other parts of the main layout, thus ending up with duplicate id elements and a table for the footer appears to be embedded in column two code, etc.
HTML Code:
<td id="navColumnTwo" class="columnRight" style="width: 219px">
<div id="navColumnTwoWrapper" style="width: 219px"></div></td>
</tr>
<tr>
<td bgcolor="#e6e6e6" class="columnLeft" id="navColumnOne" style="width: 231px"> </td>
<td valign="top"><table width="540" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="491" bgcolor="#e6e6e6"><FONT color=#cdcdcd> <FONT face=Verdana
color=#b4b4b4> <FONT color=#9a9a9a size=1>© 2007 Michael
Weinig AG </FONT></FONT></FONT></td>
<td width="49" bgcolor="#e6e6e6"><a href="#" onclick="window.scrollTo(0,0); return false"><IMG height=17
src="http://www.........com/navimages/top.gif" width=18 align=right
border=0></A><a href="javascript:window.print()"><IMG height=17
src="http://www..........com/navimages/print.gif" width=18 align=right
border=0></a></td>
</tr>
</table></td>
<td id="navColumnTwo" class="columnRight" style="width: 219px"> </td>
Plus, you put your header into a table completely outside the original "headerWrapper", making it unreachable by built-in styling. This is fine as long as you add the required id's and classes to it so it can be influenced by the stylesheet.
And the main reason you're getting a blank "stage" as you call it when you try to print is because you have not retained matched tags when you edited your navigation area ... you're missing a closing </div> and therefore your whole "centerColumn" is being treated as though it's inside the "navMainWrapper" ... which is hidden for printing purposes.
HTML Code:
<!--bof-navigation display-->
<div id="navMainWrapper">
<div id="navMain">
<ul class="back">
<li><a href="http://........../">Profile Catalog Home</a></li>
<li><a href="http://......index.php?main_page=login">Log In</a></li>
</ul>
<br class="clearBoth" />
</div>
<!--eof-navigation display-->
<!-- bof breadcrumb -->
<!-- eof breadcrumb -->
<!-- bof upload alerts -->
<!-- eof upload alerts -->
<div class="centerColumn" id="indexCategories">
<h1 id="indexCategoriesHeading">Bar Rails</h1>