﻿* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 40px;
    font: 13px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #7E7D62;
    background: #49B6C3;
}

h1 {
    width: 310px;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-align: center;
    color: Black;
}

h1 a, h1 a:hover {
    color: Black;
    text-decoration: none;
}

h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #810706;
}

p {
    padding: 10px 0;
    line-height: 2em;
}

a {
    color: #3EABB9;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 900px;
    text-align: left;
}

#header {
    padding-top: 50px;
    height: 210px;
    background: #EA5735 url(header.jpg) no-repeat;
}

#intro {
    width: 310px;
}

#intro p {
    padding: 40px 30px 0 30px;
    font-size: 13px;
    line-height: 26px;
    color: #FEAC98;
}

#menu {
    height: 50px;
    background: #690203 url(menu.jpg);
    border-left: 2px solid #47AFB4;
    border-right: 2px solid #47AFB4;
}

#menu ul {
    list-style: none;
    padding-left: 318px;
}

#menu ul li {
    display: block;
    float: left;
    padding: 0 20px;
}

#menu ul li a {
    padding: 0;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    color: #BFE5EA;
}

#menu ul li a:hover {
    color: White;
}

#search {
    position: absolute;
    top: 273px;
    left: 22px;
    width: 268px;
}

#search input.text {
    float: left;
    display: block;
    padding: 3px;
    width: 210px;
    font-size: 13px;
    color: #7E7D62;
    background: #F0DEBD;
    border: 1px solid #EBBDA3;
}

#search input.submit {
    float: right;
    display: block;
    padding: 3px 0;
    width: 40px;
    font-size: 13px;
    color: #EC9381;
    background: #690203;
    border: 1px solid #EC9381;
    cursor: pointer;
}

#middle {
    background: #F5E8CE;
    border-left: 2px solid #47AFB4;
    border-right: 2px solid #47AFB4;
}

#sidebar {
    float: left;
    padding: 50px 30px 0 30px;
    width: 248px;
    background: url(left.jpg) no-repeat;
}

#sidebar h2 {
    font-size: 16px;
}

#sidebar ul {
    list-style: none;
    padding: 20px 0 60px 0;
}

#sidebar ul li {
    padding: 5px 0;
    line-height: 2em;
    color: #1A6E9D;
    border-bottom: 1px dashed  #DF9C65;
}

#sidebar ul li a {
    padding: 0;
}

#right {
    float: right;
    padding: 50px 30px 0 0;
    width: 528px;
    background: url(right.jpg) no-repeat top right;
}

#right  h2 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #810706;
}

.box {
    padding: 20px 0 60px 0;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    clear: both;
    height: 72px;
    background: #F0E0BF url(footer.jpg);
}

#footer p {
    padding: 30px 0 10px 0;
    text-align: center;
}
