Using the auto margins technique, we have centered the layout in the browser window. We also added text-centering to the body element so that older verisions of IE center the layout also.

Because zeroing out the default margins collapsed the space between the paragraphs, and moved the list containing the links against the side of the container, new styles have been added to replace the margins on these elements.

We added margins to the elements, rather than add padding to their containers, to avoid box model differences in old versions of IE Win.

This template uses floats with the Aslett clearing method.