I figured it out after I kept playing with it. But here is the code and if any suggestions I'm all ears. I put the extra closing div tags in the rectangle_bottom.tpl if that is not where they go where would they go?
Code:
<div class="Headerbackgd">
<div class="HeadLogo"> <a href="{$http_location}/"><img src="{$ImagesDir}/logo.jpg" width="436" height="98" alt="{$smarty.capture.title|replace:"\n":""}"/></a></div>
<div class="HeadRightBox">{if $usertype eq "C"}
{include file="customer/top_menu.tpl"}
{/if}
</div>
<div class="HeadLine">{if $usertype eq "C"}
{ include file="customer/search.tpl" }
{/if}
</div>