homeofgoodies,
Just curious, but if you want to fill the whole window, why would you change from 100% to 760px?
That limits you to a fixed width and would not size properly for anyone viewing your site with a different resolution.
I think the borders you are looking for are in "stylesheet_new" under "#navColumnOne" and "#navColumnTwo" approx. lines 274 and 278, and in "stylesheet_original" under "TABLE.footer", approx. line 244.
I didn't see a border around your header area.
Something I did notice:
Code:
<td id="navColumnOne" class="columnLeft" style="width: 150px">
but immediately following you have these widths:
Code:
<div id="navColumnOneWrapper" style="width: 200px"><!--// bof: loginbox //-->
<table width="200px"
I don't know if that could cause any problems or not (I'm still learning this stuff myself)
Very nice site, by the way.