I am trying to work out how to decrease the space between my sidebox heading and the content below (see Search and Currencies over here

I managed to move the headers over to the right by doing this:

PHP Code:
#currenciesHeading, #searchHeading {
    
padding-left2em;

And I experimented with top and bottom padding definitions there also but it didn't work...

Can anyone please help me?

I think I need to hire someone to make these changes and clean up my awful CSS mess!