Your HTML source has
Code:
<!--bof-branding display-->
<div id="logoWrapper">
<address style="float:right; text-align:right; margin: 105px 40px 1px 1px; font-weight:bold;">Fast'n'Loud<br />
Swingin' and Rockin' Shop Deluxe<br />
Kalevankatu 40<br />
00180 Helsinki<br />
Finland<br />
+358440350668<br />
[email protected]</address>
<div class="headerTitle"><h1 class="shadow">Fast'n'Loud</h1><h1>Fast'n'Loud</h1></div>
<div id="taglineWrapper">
<div id="tagline">TagLine Here</div>
</div>
<br class="clearBoth" />
<!--bof-header ezpage links-->
You need to remove everything in your tpl_header.php file between <!--bof-branding display--> and <!--bof-header ezpage links--> (this will include a bunch of PHP code that doesn't show here), leaving this section of the file looking like
Code:
<!--bof-branding display-->
<!--bof-header ezpage links-->