Usually that happens because that right sidebar is too wide.
Example:
wrapper: 800px
left sidebar: 200px
main content: 500px
right sidebar: 200px;
when you add left, main, and right together you get 900px, but its trying to fit into a box that is only 800px wide
that's just general stuff ok.
Your problem is the right sidebar is nested within the main content section. You need to move div#right just outside. You missed it by one closing </div>