Actually what you want to edit is includes/templates/YOURTEMPLATE/common/tpl_header.php

When you open this file to edit it you will see that just after the close of the headerWrapper div there is a <br class="clearBoth"

Change that to <div class="clearBoth"></div>

that should take out the white space you mention.

HTH