* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 40px;
    font: 12px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #6A5C39;
    background: #D0F298;
}

h1 {
    position: relative;
    padding: 50px 0 0 140px;
    font: normal 44px Arial, Helvetica, sans-serif;
    letter-spacing: -2px;
    color: #81A050;
}

h1 a, h1 a:hover {
    color: #81A050;
    text-decoration: none;
}

h2 {
    font-weight: normal;
    color: #B3964E;
}

p {
    padding: 5px 0;
    line-height: 1.5em;
    text-align: justify;
}

p#description {
    position: relative;
    padding: 0 0 0 140px;
    width: 300px;
    text-transform: uppercase;
    color: #81A050;
}

a {
    color: #6B96C8;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

#header {
    width: 100%;
    text-align: center;
}

#header2 {
    width: 970px;
    margin: 0 auto;
    height: 142px;
    text-align: left;
    background: url('images/header.jpg') no-repeat left;
}

#logo {
    position: absolute;
    top: 40px;
    left: 70px;
    width: 80px;
    height: 91px;
}

a img#logo {
    border: none;
}

#wrapper {
    width: 100%;
    min-width: 970px;
    background: White url('images/wrapper.gif') repeat-x top;
}

#wrapper2 {
    margin: 0 auto;
    width: 970px;
    height: 700px;
    text-align: left;
    background: url('images/wrapper.jpg') no-repeat left;
}

#menu {
    position: relative;
    height: 120px;
}

#menu ul {
    list-style: none;
}

#menu ul li a {
    position: absolute;
    display: block;
    width: 140px;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
    text-transform: lowercase;
    color: White;
    background: #F5CD6B;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #FBEFD1;
}

#menu1 {
    top: 63px;
    left: 140px;
}

#menu2 {
    top: 40px;
    left: 250px;
}

#menu3 {
    top: 10px;
    left: 360px;
}

#menu4 {
    top: -18px;
    left: 470px;
}

#menu5 {
    top: -39px;
    left: 580px;
}

#middle {
    padding: 0 200px 0 175px;
}

#content_title {
    padding: 30px 0 0 90px;
    height: 67px;
    text-align: center;
}

#content_title h2 {
    font-size: 1.75em;
}

#content {
    padding-right: 10px;
    height: 400px;
    overflow: auto;
    background: #F6EC97;
}

#content h2 {
    font-size: 1.25em;
    text-transform: uppercase;
}

#content .box {
    padding: 15px 0 30px 0;
}

#content .lastbox {
    padding: 15px 0 0 0;
}

#content ol {
    margin-left: 40px;
    padding: 20px 0;
}

#content ol li {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

#clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    background: url('images/footer.gif') repeat-x top;
}

#footer2 {
    margin: 0 auto;
    width: 595px;
    padding: 75px 200px 0 175px;
    background: url('images/footer.jpg') repeat-x top left;
}

#footer p.copy {
    padding-bottom: 20px;
    text-align: right;
}
