if you only want to change the spacing for category box , then add following to your stylesheet.css
#categoriesHeading {
height:20px;
}
if you want to change for all side boxes .. then locate this rules .
.leftBoxHeading {stylesheet.css (line 560)
background-image:url(../images/leftboxbg.gif);
background-repeat:no-repeat;
color:#7C7C7C;
height:30px;
width:150px;
}
change the height value to something else and this will effect all left side boxes.
hope this helps.


now I have it like I want it in FF it has a big white space problem in IE! the pink header bar appears twice as tall and there is a big space btw header and logo.

