Quote Originally Posted by gsdcypher View Post
hi jettrue,

i added a blue line to either side of the sidebox.gif and changed the image color to white. that worked well. thanks.

but how would you recommend i stop it from extending past the top sidebox headers (there is a small gap between the top of the sidebox headers and the bottom of the nav bar). And how would you recommend that i close it off on the bottom?

thanks!
Add margin:0;

to

h3.leftBoxHeading, h3.rightBoxHeading


To border it off, you could add a border all across the bottom, like this:

.outer {border-bottom:1px solid #407894}