OK. I am completely perplexed. I resized the rectangle_top.tpl to 75% and deleted both spacer cells in home.tpl. The site looks fine in Safari, but in Firefox the cells with the search bar in them are too narrow.
Here is a screenshot:
www.mountainhideout.com/example.htm.
Here is the table code in home.tpl:
<TABLE width="75%" border="0" align="center" cellpadding="0" cellspacing="0">
Here is the table code in head.tpl:
<TABLE width="75%" border="0" align="center" cellpadding="0" cellspacing="0">
<TR>
<TD align="center">[img]{$ImagesDir}//mountain-range-header2.png[/img]</TD>
</TR>
</TABLE>
<TABLE width="75%" border="0" align="center" cellpadding="0" cellspacing="0">
Here is the table code in rectangle_top.tpl:
<TABLE align="center" border="0" cellpadding="0" cellspacing="0" width="75%" height="100%">
[/b]