body {
margin: 0 85px;
color: #606060;
font: 12px arial, sans-serif;
background: white url(images/topbg.gif) repeat-x top;
}

a {
color: #15A515;
text-decoration: underline;
}

a:hover {
color: #FF7E00;
}

#header {
margin: 25px 0 15px 0;
padding-bottom: 11px;
border-bottom: 5px solid #A99060;
}

h1 {
margin: 0;
width: 350px;
height: 88px;
text-indent: -9999px;
}

h1 a {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
background: url(images/logo.gif) no-repeat top left;
}

h1 a:hover {
background-position: top right;
}

h2 {
margin: 0;
font-weight: normal;
font-size: 22px;
}

#ad {
float: left;
width: 120px;
}

#nav {
float: right;
width: 200px;
padding-top: 15px;
background: #F0F0F0 url(images/navtop.gif) no-repeat top left;
}

#nav ul {
margin: 0;
padding: 0 0 15px 0;
list-style-type: none;
background: url(images/navbottom.gif) no-repeat bottom left;
}

#nav li {
padding: 0;
}

#nav a {
display: block;
width: 177px;
padding: 3px 0 3px 23px;
text-decoration: none;
background: url(images/navarrow.gif) no-repeat 0 50%;
}

#nav a:hover {
background-color: white;
background-position: 100% 50%;
}

#content {
margin-left: 125px;
margin-right: 215px;
}

p.copyright {
font-style: italic;
}