Layout issue in IE7

In this URL:

Home

In IE7, the center content bumps to the bottom of the page and the right sidebar is not flush right.

Can anyone suggest a fix for IE7 on this? Looks good in all other browsers.
Thank you.

Hi,

You need to remove the margins form the right column and the width from the center column.


#rightSidebar{margin:0}
.se-body-content {
    padding: 30px 30px 150px;
    /*width: 720px;*/
}


Worked perfectly. Thank you so much for your time!