In the CSS file, if you add a negative margin-left to this css block:
#bottomcontent #GreySidebar
you can move the GreySideBar to be over the grey section of the left side bar.
Instead of having margin: 0; you can change it to margin: 0 0 0 -251px; or another value depending on where you want the div positioned.


