Try editing style.css and changing:
#l_sidebar h2 {
background:transparent url(images/sidetitle_bg.jpg) no-repeat scroll left top;
border-bottom:1px dotted #AAAAAA;
color:#B8AC16;
font-family:Arial,Tahoma,Verdana;
font-size:14px;
font-weight:bold;
margin:0 0 5px;
padding:0 0 6px 30px;
text-transform:uppercase;
}
to
#l_sidebar h2 {
background:transparent url(images/sidetitle_bg.jpg) no-repeat scroll left top;
border-bottom:1px dotted #AAAAAA;
color:#B8AC16;
font-family:Arial,Tahoma,Verdana;
font-size:14px;
font-weight:bold;
margin:20px 0 5px;
padding:0 0 6px 30px;
text-transform:uppercase;
}
Remember to press CTRL and F5 simultaneously when viewing the updated site. Or try emptying your browser cache. This should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache.