Thank you

Should be:
Code: 
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
    <td>
        <table class="tablebg" width="100%" cellspacing="0" id="post-3">
        <caption>
        <div class="cap-left">
            <div class="cap-right">
                Latest Searches
            </div>
        </div>
        </caption>
        <table width="50%" border="0">
        <tr>
            <td class="row1">
<?=$core->templateVar("recentSearches")?></li>
            </td>
        </tr>
        </table>
    </td>
    <td>
        <table class="tablebg" width="100%" cellspacing="0" id="post-3">
        <caption>
        <div class="cap-left">
            <div class="cap-right">
                Top Searches
            </div>
        </div>
        </caption>
        <table width="50%" border="0">
        <tr>
            <td class="row1">
<?=$core->templateVar("TopSearches")?></li>
            </td>
        </tr>
        </table>
    </td>
</tr>
</table>
Looks sexy now