* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: Georgia, serif;
    text-align: center;
    color: #9A856E;
    background: #3e8f43;
}

h1 {
    padding: 45px 0 0 60px;
    font: 3em Georgia, Times, serif;
    color: White;
}

h2 {
    font-family: Georgia, Times, serif;
    font-weight: normal;
    color: #64513D;
}

p {
    padding: 5px 0;
    line-height: 1.5em;
    text-align: justify;
}

p#description {
    padding: 0 0 0 60px;
    font-size: 0.8em;
    text-transform: uppercase;
    color: White;
}

a {
    color: #4A94BA;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#header {
    width: 100%;
    text-align: center;
}

#header2 {
    position: relative;
    width: 960px;
    margin: 0 auto;
    height: 225px;
    text-align: left;
    background: #AD9569 url('images/header.jpg') no-repeat top;
}

#menu {
    position: absolute;
    left: 165px;
    top: 181px;
    width: 620px;
    height: 36px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
    display: block;
    margin: 0 8px 0 0;
    width: 142px;
}

#menu ul li a {
    margin: 0;
    display: block;
    width: 142px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    color: White;
    background: url('images/menu.gif') no-repeat;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #523D26;
    background: url('images/menu_over.gif') no-repeat;
}

#middle {
    width: 100%;
    background: #ceecec url('images/border.gif') repeat-x top;
}

#middle2 {
    width: 100%;
    background: url('images/border.gif') repeat-x bottom;
}

#middle3 {
    width: 960px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: left;
    background: White url('images/middle.gif') repeat-x top;
}

#sidebar {
    float: left;
    padding: 0 0 30px 0;
    width: 248px;
}

#sidebar h2 {
    padding: 0 10px 0 60px;
    font-size: 1.5em;
    line-height: 2em;
    border-bottom: 1px solid #64513D;
}

#sidebar ul {
    padding: 0 0 10px 0;
    list-style: none;
}

#sidebar ul li {
    padding: 8px 0 8px 60px;
    line-height: 20px;
    color: #E0D7CE;
    border-bottom: 1px solid #E8E5E2;
}

#right {
    float: right;
    padding: 30px 60px 15px 0;
    width: 592px;
}

#right h2 {
    font-size: 2em;
}

#right .box {
    padding: 15px 0;
}

#right ol {
    margin-left: 40px;
    padding: 20px 0;
}

#right ol li {
    padding: 0;
    line-height: 1.5em;
}

#clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    width: 100%;
}

#footer2 {
    margin: 0 auto;
    padding: 8px 60px 60px 60px;
    width: 840px;
    text-align: left;
    color: #D9D9D9;
    background: #2A231B url('images/footer.jpg') no-repeat top;
}

#footer p.copy {
    margin: 0 0 0 248px;
    padding: 0;
    width: 592px;
    line-height: 36px;
    text-align: center;
    background: url('images/footer.gif') no-repeat top;
}

#footer a, #footer a:hover {
    color: White;
}
