You made your sidebox 9px larger, but did not adjust the css at all. Find the section starting at:
.outer {
padding-left: 165px; /* Same width as margin-left for the float-wrap div */
padding-right: 150px; /* Our right column width */
}
and make all the 165px's and the 150px's 9px larger.
Bookmarks