Quote Originally Posted by FunkyPapa View Post
Thank you JTheed that worked fabulously!! I just moved it up, and since I have home, login, and shopping cart links all in the drop down bar, I decided to omit the header navigation. Doing that made it all line up nice, I just had to move the center body section up to the top to get it all together.

Thanks alot for your quick response.


I have a few more questions that I haven't had much luck in finding the answers to if anyone would be able to answer:


2. I noticed at the bottom of the page just before the footer areas...that the borders of the center content area are missing on the left and right sides adjacent to the corner.
In stylesheet.css around line 437 find:
Code:
#bottomwrapper {
   top:  2.18em
}
change it to be :


Code:
#bottomwrapper {
   top:  0.18em
}