body {
margin: 0;
font: 12px verdana, sans-serif;
color: black;
background-color: #505050;
}

p {
margin: 12px 5px;
}

a {
color: #474339;
text-decoration: underline;
}

a:hover {
color: white;
text-decoration: none;
}

h1 {
margin: 0;
height: 65px;
width: 325px;
text-indent: -9999px;
}

h1 a {
background: url(images/logo.gif) no-repeat;
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}

h2 {
color: #474339;
margin: 0;
font-size: 22px;
font-weight: normal;
background: #A19881 url(images/content_corner.gif) no-repeat top right;
padding-left: 3px;
padding-bottom: 3px;
}

#layout {
margin: 0 auto;
width: 775px;
}

#container {
padding: 7px;
padding-bottom: 0;
background-color: #303030;
}

#menu {
float: left;
width: 162px;
}

#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu li {
padding: 0 0 3px 0;
}

#menu li a {
color: black;
display: block;
padding: 3px;
width: 154px;
text-decoration: none;
border-left: 3px solid #8CA697;
background: #8CA697 url(images/nav.gif) no-repeat top left;
}

#menu li a:hover {
background-position: top right;
background-color: #5E6B64;
color: white;
}

#content {
margin-left: 170px;
background-color: #BBB196;
border-bottom: 10px solid #303030;
height: 655px;
}

#ads {
float: right;
width: 120px;
}

p.copyright {
margin-top: 35px;
margin-bottom: 5px;
font-style: italic;
}