* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 30px;
    font: 13px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #F2E7DA;
    background: #15636F url(images/bg.gif) repeat-x;
}

h1 {
    padding: 80px 0 0 40px;
    font-weight: normal;
    font-size: 36px;
    color: White;
}

h1 a, h1 a:hover {
    text-decoration: none;
    color: White;
}

h2 {
    padding-left: 40px;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #C5C4C1;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    text-decoration: underline;
    color: #03CCE6;
}

a:hover {
    text-decoration: none;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 980px;
}

#main2 {
    margin: 0 auto;
    width: 870px;
    text-align: left;
    background: #5C2E0C url(images/main.gif) repeat-y;
}

#corner1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 130px;
    background: url(images/corner1.jpg) no-repeat;
}

#corner2 {
    position: absolute;
    top: 0;
    left: 915px;
    width: 65px;
    height: 130px;
    background: url(images/corner2.jpg) no-repeat;
}

#menu {
    margin: 0 10px;
    width: 850px;
    height: 75px;
    text-align: center;
    background: #EE1F33 url(images/menu.jpg) no-repeat;
}

#menu ul {
    list-style: none;
    padding: 15px 0 0 150px;
}

#menu ul li {
    display: block;
    float: left;
    padding: 0;
    color: White;
}

#menu ul li a {
    display: block;
    margin: 0 4px;
    padding: 10px 0;
    width: 100px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: White;
    border: 1px solid #F24C52;
}

#menu ul li a.active, #menu ul li a:hover {
    text-decoration: none;
    background: #F24C52;
}

#intro {
    margin: 25px 35px 16px 35px;
    height: 282px;
    background: url(images/image.jpg) no-repeat;
}

#middle {
    padding: 0 35px;
}

#left {
    float: left;
    width: 775px;
}

#left h3 {
    margin-bottom: 15px;
    padding: 9px 0 0 25px;
    height: 50px;
    font-weight: normal;
    font-size: 14px;
    line-height: 50px;
    color: #794A1A;
    background: #D6A548 url(images/h3left.jpg) no-repeat;
}

#left h4 {
    padding: 8px 0;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #D4A447;
}

#left .box {
    padding: 0 25px 15px 25px;
}

#sidebar {
    float: right;
    width: 270px;
}

#sidebar h3 {
    margin-bottom: 15px;
    padding: 9px 0 0 25px;
    height: 50px;
    font-weight: normal;
    font-size: 14px;
    line-height: 50px;
    color: #794A1A;
    background: #D6A548 url(images/h3right.jpg) no-repeat;
}

#sidebar ul {
    list-style: none;
    padding: 20px 0 20px 25px;
}

#sidebar ul li {
    padding: 0 0 6px 0;
}

#sidebar ul li a {
    padding: 0;
}

#footer {
    clear: both;
    height: 120px;
    background: url(images/footer.jpg) no-repeat bottom;
}

#footer p {
    padding: 9px 0 0 0;
    line-height: 75px;
    text-align: center;
}
