PHP include.
Rename all pages to .php, and create a header.php and footer.php and place your header and footer in those, respectively.
Then, at the top of every page, add:
<?php
include "header.php";
?>
and at the bottom..
<?php
include "footer.php";
?>
I've also chosen science over religion, and I seriously agree that pushing religion onto someone isn't right. What's the point of religion anyways, I could understand religion if it was thousands of years ago when there was little scientific knowledge, but in 2008? It just doesn't make sense.