I could be wrong but what it sounds like is you want a standard 'template' for every page?
If so, I would suggest checking out the
Zend Framework Webinars
In particular there is one called 'Zend_Layout and Zend_View Enhancements'. This will show you how to use the new ZF 1.5 Layouts to have a standard layout with view content being inserted in it.
Also, check out:
PHP VIDEO TUTORIALS FOR WEB DESIGNERS. There are some good screencasts by Jon Lebensold. I believe one touches on the new Layout features. It's a good series to go through.