About the template...Content sections are managed in divisions. Content within each division is managed via php include. Any changes to the php include file will be cascaded to wherever the include is used. Example: If a navigation element needs to be changed (say, replace Services with Support) the change is cascaded to each page. A great time saver if the site contains ten or more pages. Style for each division is managed via cascading style sheet. Any changes to the style sheet will be cascaded to wherever the style is used. Example: If the background color is changed for the entire page, or a division, the change is cascaded to each page. See the page source code for more information.