* {
    margin: 0;
    padding: 0;
}

body {
    font: 13px/21px Arial, Helvetica, sans-serif;
    text-align: center;
    color: White;
    background: #867B67 url(images/bg.jpg);
}

h1 {
    height: 90px;
    font-weight: normal;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    letter-spacing: -1px;
    color: #DED394;
}

h1 a {
    font-weight: normal;
    text-decoration: none;
    color: #DED394;
}

h1 a:hover {
    text-decoration: none;
    color: #DED394;
}

h1 span {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -.5px;
    color: #92B9C0;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: underline;
    color: #D1391C;
}

a:hover {
    text-decoration: underline;
    color: #D94D31;
}

#main {
    margin: 0 auto;
    width: 840px;
    text-align: left;
}

#menu {
    height: 74px;
    text-align: center;
    background: #7AAAB4 url(images/menu.jpg) no-repeat;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: inline;
}

#menu ul li a {
    padding: 0 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 70px;
    text-decoration: none;
    color: #F0E3A0;
}

#menu ul li a.active, #menu ul li a:hover {
    text-decoration: none;
    color: #BF2609;
}

#middle {
    padding-top: 40px;
}

#left {
    float: left;
    width: 260px;
}

#left h2 {
    padding: 0 0 0 35px;
    height: 50px;
    font-size: 18px;
    line-height: 46px;
    color: #DED394;
    background: url(images/lefth3.jpg) no-repeat top;
}

#left ul {
    list-style: none;
    padding: 5px 20px 25px 20px;
}

#left ul li {
    padding: 0 0 0 15px;
    border-bottom: 2px dashed #696250;
}

#left ul li a {
    padding: 0;
    font-weight: bold;
    text-decoration: none;
    line-height: 22px;
    color: #27241D;
}

#left ul li a:hover {
    text-decoration: none;
    color: #464135;
}

#right {
    padding-top: 25px;
    float: right;
    width: 560px;
    background: url(images/line.jpg) repeat-x top;
}

#right img {
    float: left;
    display: block;
    margin: 10px 20px 5px 0;
    padding: 2px;
    border: 3px solid #696250;
}

#right h2 {
    padding: 0 0 0 15px;
    font-size: 18px;
    line-height: 40px;
    color: #DED394;
}

#right .box {
    margin-bottom: 14px;
    padding: 0 15px 10px 10px;
    background: url(images/line.jpg) repeat-x bottom;
}

#right .lastbox {
    margin-bottom: 15px;
    padding: 0 15px 0 10px;
    background: none;
}

#right ul {
    padding: 8px 0 8px 40px;
}

#right ul li {
    padding: 0;
    text-align: justify;
}

#footer {
    clear: both;
    padding: 20px 35px;
    height: 1%;
    background: url(images/footer.jpg) repeat-x top;
}

#footer p {
    font-size: 11px;
}