Sometimes changing <br class="clearBoth" /> to <div class="clearBoth"></div> will help with the spaces.
The stock /classic/ stylesheet rule that gives the sidebox spacing is
Code:
.leftBoxContainer, .rightBoxContainer {
margin: 0em;
border: 1px solid #9a9a9a;
border-bottom: 5px solid #336633;
margin-top: 1.5em;
}
Eliminate the margin-top if you want all sideboxes to touch, or add a new rule for whatever sidebox is at the top of the column if you only want to close the top gap:
Code:
#categories {margin-top: 0;}