body {
margin: 0;
color: black;
font: 12px verdana, sans-serif;
background-color: #ABB298;
}

a {
color: #6C4707;
text-decoration: underline;
}

a:hover {
color: black;
text-decoration: none;
}

h1 {
margin: 0;
width: 246px;
height: 60px;
text-indent: -9999px;
}

h1 a {
display: block;
width: 100%;
height: 100%;
background: url(images/logo.gif) no-repeat;
text-decoration: none;
}

h2 {
margin: 0;
color: white;
font-size: 16px;
}

h2 span {
padding: 0 25px 5px 5px;
background: #6C4707 url(images/h2corner.gif) no-repeat top right;
}

p {
margin-left: 5px;
}

#layout {
width: 700px;
margin: 0 auto;
}

#main {
border-top: 5px solid #6C4707;
border-bottom: 5px solid #6C4707;
background: #E4E6DE url(images/mainbg.gif) repeat-y right;
}

#menu {
width: 165px;
float: right;
}

#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu li {
padding: 0;
border-bottom: 1px solid #6C4707;
}

#menu li a {
color: black;
display: block;
width: 161px;
padding: 5px 2px;
text-decoration: none;
background-color: #C9CCC3;
}

#menu li a:hover {
color: white;
background-color: #6C4707;
}

#content {
margin-right: 170px;
}

p.copyright {
text-align: center;
}