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.