you can look into the header and footer directive of apache, describedUsing the directives below.
<Directory "/usr/local/www/data/scott">
Options +Indexes
AllowOverride All
AddOutputFilter LAYOUT html htm shtml
LayoutComment On
LayoutHeader /wrappers/scott-header.html
LayoutFooter /wrappers/scott-footer.html
</Directory>
More reading is here: http://wannabe.guru.org/scott/hobbies/apache/