Quote Originally Posted by gjh42 View Post
Several divs have margin: auto; applied. That causes the div to center in the whole available space... which for the first div to load, is the whole screen.

You can try commenting out the "margin:auto;" for the relevant div and see if that helps.
Kudos to you! I believe that fixed the problem. When I commented out margin: auto for #navColumnOneWrapper, the right column appears on the left, where it belongs. I knew it was something simple, just didn't know what.
Many thanks