You can reduce the amount of white space in the header indeed. That makes it easier to browse for your customers. BTW: Very nice design.
And give your website a propoer title. At the moment i read: HOME_PAGE_TITLE. Looks like a missing defninition in the language file.
Code:
Set
.header_t .row1 {
height:89px;
}
Set the height of the spacer for you menu to 49 px
<div class="col2 user_menu">
<img width="1" height="49" alt="" src="includes/templates/template_default/images/pixel_trans.gif"/>
<ul></ul>
<div class="clear"/>
</div>
and maybe reduce the spacing between the header and the main content to 10px
<img width="1" height="10" alt="" src="includes/templates/template_default/images/pixel_trans.gif"/>
<br/>
<div class="main_t">