Here's your problem, you add a spacer after the welcome message
Code:
<strong><phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase></strong><br />
Remove this <br /> and try changing the image style to "display:inline;" instead of the float.
Add the <br /> after the <if> tags surrounding the image to keep the next line spaced properly.
Tell me what happens