Right. Sorry about that. There's a margin-left property specified that I should have zeroed out.
Take this line of coding:
#content #main {margin-right: 230px; }
And make it look like this:
#content #main {margin-right: 230px; margin-left: 0; }
That will keep your sections from getting smaller.