<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en>
<head>
<title>Chinese Zodiac</title>
<meta http-equiv="Content-Type" content="text/html; charset="utf-8"/>
<title>Chinese Zodiac</title>
<link href="stylesheets/chinese_zodiac_styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container">
<div class="header">
<h1>HEADER</h1>
</div>
<div id="nav">
<h2>Navigation Buttons</h2>
</div>
<div class="content"><br />
<h3>Dynamic Content</h3>
<p>Text Navigation Links<p>
</div>
<div class="footer">
<p>Footer</p>
</div>
</div>
</body>
</html>