Localiza este código en tu página: Código PHP:
<tr>
<td width="146" height="16" bgcolor="#FFFFFF">
<!-- Search -->
<input type="text" name="search" value="Buscar en Google" maxlength="70" class="input" size="20">
<!-- Search -->
</td>
</tr><tr>
<td><img src="images/search_08.jpg" width="146" height="4"></td>
</tr>
Y cámbialo por este: Código PHP:
<tr>
<td width="146" height="16" bgcolor="#FFFFFF">
<!-- Search -->
<FORM ACTION="http://www.google.com/search" METHOD="get" NAME="f" TARGET="_blank">
<input type="text" name="q" value="Buscar en Google" maxlength="70" class="input" size="20">
<!-- Search -->
</td>
</tr><tr>
<td<INPUT type=image name=btnG src="butt_go.jpg">
</form></td>
</tr>
Permíteme que te de un consejo. Cuanto más te pelees con el código más sabrás y más orgulloso te sentirás de tu página. Si buscas siempre que te den todo hecho no valorarás lo suficiente la página tan bonita que tienes.
Si te surge otro problema avisa. 
Un saludo!