body {
margin: 0;
color: #404040;
font: 12px verdana, sans-serif;
background: url(images/bg.gif);
}

a {
color: #992935;
text-decoration: none;
}

a:hover {
color: #808080;
text-decoration: underline;
}

p {
margin: 12px 5px;
}

h2 {
margin: 0;
color: #837E5D;
clear: both;
font: 16px georgia, serif;
font-weight: bold;
border-top: 2px solid #EEE6AA;
}

h2 span {
padding: 0 35px 2px 5px;
background: #EEE6AA url(images/h2.gif) no-repeat bottom right;
}

#layout {
width: 600px;
margin: 0 auto;
background: white;
border-top: 10px solid #23385B;
border-bottom: 3px solid #23385B;
}

#container {
border-left: 1px solid #808080;
border-right: 1px solid #808080;
}

#header {
height: 170px;
background: url(images/header.gif) no-repeat;
}

#nav {
float: right;
width: 315px;
height: 100%;
font-size: 10px;
overflow: auto;
}

#nav ul {
list-style-type: none;
padding: 0;
margin: 0;
float: left;
}

#nav ul.one {
width: 125px;
}

#nav ul.two {
margin-left: 15px;
width: 140px;
}

#nav li {
padding: 0;
}

#nav li a {
border-bottom: none;
display: block;
width: 100%;
color: #808080;
}

#nav li a:hover {
color: white;
background-color: #992935;
background-position: 0 50%;
text-decoration: none;
}

#footer {
text-align: center;
font-size: 10px;
padding: 2px 0;
padding-top: 35px;
font-style: italic;
}