body
{
background: #f6f8dd url(bg.jpg) fixed center;
background-repeat: repeat-y;
}

h1
{
color: #500000;
text-align: center;
font-size: 110%;
font-weight: normal;
font-style: italic;
padding-bottom: 20px;
}

h2
{
color: #000000;
border-left: 5px solid #000000;
border-bottom: 1px solid #000000;
font-size: 110%;
font-weight: bold;
text-indent: 5px;
padding: 0;
}

a
{
color: #cc0000;
text-decoration: none;
}

a:hover
{
color: #0000ff;
text-decoration: underline;
}

div#wrapper
{
width: 640px;
margin: 0 auto;
background-color: #f6f8dd;
border-style: solid;
border-color: #500000;
border-width: 10px;
}

div#header
{
background-repeat: no-repeat;
}

div#nav
{
 width: 720px;
 height: 22px;
 margin: 0 auto;
}

ul#nav
{
height: 20px;
list-style: none;
border: none;
}

ul#nav li
{
text-align: center;
font-size: 16px;
font-weight: bold;
list-style: block;
float: left;
background-image: url(nav.gif);
width: 107px;
}

ul#nav li a
{
display: block;
width: 100%;
color: #cccccc;
text-decoration: none;
}

ul#nav li a:hover
{
width: 100%;
color: #000000;
background-color: #ffffff;
}

div#content
{
font-family: sans-seriff;
font-size: 16px;
text-align: left;
width: 96%;
margin: 0 auto;
}

div#spacer
{
margin: 0 auto;
border-top: 1px solid black;
width: 620px;
}

div#footer
{
font-size: 12px;
text-align: center;
width: 96%;
padding-top: 10px;
padding-bottom: 10px;
margin: 0 auto;
}

img
{
border: 0;
}