Since I've changed all my templates I can't test it, but try this:
Change the code at the top of head.tpl:
Code:
{assign var="all_languages_numba" value=0}
{* $Id: head.tpl,v 1.22 2002/10/17 13:54:56 zorg Exp $ *}
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 class=HeadBox width=100%>
to this:
Code:
{assign var="all_languages_numba" value=0}
{* $Id: head.tpl,v 1.22 2002/10/17 13:54:56 zorg Exp $ *}
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 class=HeadBox width="780">