Hi,
I just checked your code and it comes up like this:
<body>
<table width="100%" cellspacing="0" cellpadding="5" border="0">
</table>
<hr/>
<div id="content" class="narrowcolumn">
</div>
<div id="sidebar">
</div>
<hr/>
<div id="footer">
</div>
<script type="text/javascript">
</script>
<img width="1" height="1" alt="" style="display: none;" src="http://www.beyourowndetective.com/cgi-bin/axs/ax.pl/ax.pl?mode=img&ref="/>
<noscript> <img src="http://www.beyourowndetective.com/cgi-bin/axs/ax.pl?mode=img" height="1" width="1" style="display:none" alt="" /> </noscript>
<p> </p>
</body>
It seems like your header as the div commented out.
<!--
<div id="page">
<div id="content" class="narrowcolumn">
<div id="header">
<div id="headerimg">
<h1><a href="http://www.beyourowndetective.com/blog">Net Detective blog</a></h1>
<div class="description">Net Detective Blog</div>
-->
just take the div page and place it after that code like this:
<!--
<div id="content" class="narrowcolumn">
<div id="header">
<div id="headerimg">
<h1><a href="http://www.beyourowndetective.com/blog">Net Detective blog</a></h1>
<div class="description">Net Detective Blog</div>
-->
<div id="page">
Don't forget to close the div in the footer too.
Should do the trick. check header.php
cheers