In the header template find:
HTML Code:
<td align="left">
Replace:
HTML Code:
<td align="center">
And if you not going to use advert in the header remove the code below to perfectly align the header in middle:
HTML Code:
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>