* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 20px;
    font: 13px/21px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #08665E;
    background: #8C3307 url(images/bg.gif) repeat-x top;
}

h1 {
    padding: 25px 0 0 20px;
    height: 75px;
    font-weight: bold;
    font-size: 40px;
    line-height: 75px;
    color: #AFE3E1;
    background: url(images/h1.gif) no-repeat bottom;
}

h1 a {
    text-decoration: none;
    color: #AFE3E1;
}

h1 a:hover {
    text-decoration: none;
    color: #AFE3E1;
}

h1 span {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}

h2 {
    padding: 15px 0 0 40px;
    width: 300px;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    text-indent: 20px;
    text-decoration: none;
    color: #AFE3E1;
}

h3 {
    padding: 0 0 0 35px;
    font-size: 18px;
    line-height: 46px;
    color: #8C3307;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: underline;
    color: #FA9428;
}

a:hover {
    text-decoration: underline;
    color: #EBB35E;
}

#main {
    margin: 0 auto;
    width: 832px;
    text-align: left;
}

#menu {
    height: 52px;
    text-align: center;
    background: #8FD8D4 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: 20px;
    line-height: 52px;
    text-decoration: none;
    color: #8C3307;
}

#menu ul li a.active, #menu ul li a:hover {
    text-decoration: none;
    color: White;
}

#topimg {
    height: 217px;
    background: #5E716F url(images/image.jpg) no-repeat;
}

#middle {
    padding: 0 28px;
    background: #6FDED7 url(images/middle.gif) repeat-y;
}

#left {
    float: left;
    padding: 0 20px;
    width: 220px;
    background: url(images/left.gif) no-repeat top;
}

#left ul {
    list-style: none;
    padding: 0 0 25px 0;
}

#left ul li {
    padding: 0 0 0 15px;
    border-bottom: 1px dashed #5AB5B0;
}

#left ul li a {
    padding: 0;
    font-weight: normal;
    text-decoration: underline;
    line-height: 24px;
    color: #08665E;
}

#left ul li a:hover {
    text-decoration: underline;
    color: #569B96;
}

#right {
    float: right;
    width: 505px;
    background: url(images/right.gif) no-repeat top;
}

#right .box {
    margin-bottom: 15px;
    padding: 0 10px;
}

#right ul {
    padding: 8px 0 8px 35px;
}

#right ul li {
    padding: 0;
    text-align: justify;
}

#right img {
    float: left;
    display: block;
    margin: 10px 20px 5px 0;
    padding: 2px;
    border: 3px solid #1EA498;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    clear: both;
    padding: 20px 35px 0 35px;
    height: 66px;
    background: #6FDED7 url(images/footer.jpg) repeat-x top;
}

#footer p {
    font-size: 12px;
    line-height: 30px;
}
