find the following around line #154 of inc_top.asp:
<td valign="top" width="50%"><a href="default.asp"><img alt="<% =strForumTitle %>" border="0" src="<%=strTitleImage%>"></a></td>
<td align="center" valign="top" width="50%">
try changing it to this:
<td align="center" valign="top"><a href="default.asp"><img alt="<% =strForumTitle %>" border="0" src="<%=strTitleImage%>"></a></td>
</tr>
<tr>
<td align="center" valign="top">