It seems as there was no starting table info in your header. So i added that and on the <td> tag i added the value valign="bottom" which will tell it to align to the bottom of the table cell.
Try this:
HTML Code:
<!-- logo -->
<a name="top"></a>
<table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]">
<tr>
<td valign="bottom" align="left"><a href="index.php?"><img src="http://crunktimes.com/ct/techforums/misc/crunk.png" border="0" padding-left="50px" alt="Crunk Times Forums" /></a></td>
<td align="right" id="header_right_cell">
</td>
</tr>
</table>
<!-- /logo -->