Try style in your css.
i inspected your elements and i can see that u have not used floats.
try out using float:left and floating your right sidebar to the right.
Go to your style.css
and change the following code to :
.aligncenter {
display: block;
margin: 5px auto;
position: relative;
bottom: 110px;
}