body {
margin: 0;
color: black;
font: 12px verdana, sans-serif;
background: #402400 url(images/body.gif) repeat-y top center;
}

a {
color: #665D50;
text-decoration: underline;
}

a:hover {
color: white;
background-color: #804900;
text-decoration: none;
}

h2 {
margin: 0;
font-size: 22px;
font-weight: normal;
border-bottom: 1px solid;
}

p {
margin: 0;
padding: 7px 0;
}

#container {
width: 600px;
margin: 0 auto;
}

#header {
height: 200px;
background: url(images/header.gif) no-repeat top left;
}

#header h1 {
display: none;
}

#content {
padding: 0 10px;
background-color: white;
}

#footer {
padding-top: 60px;
background: url(images/footer.gif) no-repeat top left;
}

#footer ul {
color: #804900;
float: left;
margin: 0;
padding-left: 40px;
}

#footer p.copyright {
clear: left;
padding-top: 35px;
text-align: center;
}