Hi Mike,
You can eliminate the border in ie5.5. by shifting the element #bh 1px to the left. You can hide it from other browers if you want but it shouldn't make much difference either way.
Code:
.bh { position:relative;height:70px;background-color:#ffffcc;width:100%;z-index: 10;left:1px;}
I'm not sure why you has a negative margin top in there so I took it out and took out the margin:top from here to match.
Code:
.center { margin: 0px -8px 0 -2px; }
I coudn't see the problem with netscape/mozilla.
You do realise that the subheader is only as wide as the centre content?
Otherwise it looks fine 
Paul
Bookmarks