* {
    margin: 0;
    padding: 0;
}

body {
    padding: 44px 0;
    font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #817652;
    background: #E4C04B url(images/bg.gif) repeat-x;
}

td {
    text-align:center;
    font: 16px;
}

h1, h2, h3 {
    font-weight: normal;
}

h1 {
    padding: 30px 0 0 41px;
    margin-bottom: 5px;
    font-size: 35px;
    letter-spacing: -1px;
    color: #810706;
}

h1 a, h1 a:hover {
    color: #810706;
    text-decoration: none;
}

h2 {
    padding-left: 41px;
    width: 215px;
    font-size: 25px;
    color: White;
}

h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #810706;
}

p {
    padding: 10px 0;
    line-height: 2em;
}

a {
    color: #cc3300;
    text-decoration: underline;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

img {
    border: 5px solid #810706;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 912px;
    text-align: left;
    background: #EFDA96 url(images/main.gif) repeat-y;
}

#header {
    height: 126px;
    background: #EAD17F url(images/header.jpg) no-repeat;
}

#menu {
    position: absolute;
    top: 78px;
    left: 291px;
    width: 560px;
    height: 48px;
    background: #717892 url(images/menu2.gif);
}

#menu ul {
    list-style: none;
    text-align: center;
}

#menu ul li {
    display: inline;
}

#menu ul li a {
    padding: 0 20px;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #FFFFFF;
}

#menu ul li a:hover {
    color: FFFFFF;
}

#search {
    position: absolute;
    top: 30px;
    right: 61px;
    width: 200px;
    background: #F8EFD3;
    border: 1px solid #EEE0B2;
    border-bottom: none;
}

#search input.text {
    float: left;
    display: block;
    padding: 3px;
    width: 150px;
    font-size: 14px;
    color: #BDA866;
    background: #F8EFD3;
    border: none;
}

#search input.submit {
    float: right;
    display: block;
    padding: 0;
    width: 35px;
    height: 19px;
    background: url(images/submit.gif) no-repeat top;
    border: none;
    cursor: pointer;
}

#middle {
    margin-bottom: 10px;
    padding: 0 26px 0 41px;
}

#sidebar {
    float: left;
    padding: 30px 0 0 0;
    width: 180px;
}

#sidebar .box {
    padding: 0 0 20px 0;
}

#sidebar h3 {
    padding: 0 10px;
    font-size: 16px;
    line-height: 2em;
    color: #F8EFD3;
    background: #810706;
}

#sidebar ul {
    list-style: none;
    padding: 10px 0 30px 0;
}

#sidebar ul li {
    padding: 3px 0;
    line-height: 1.7em;
    border-bottom: 1px dashed  #CEAE4B;
}

#sidebar ul li a {
    padding: 0;
}

#right {
    float: right;
    width: 628px;
    background: #F8EFD3;
    border: 1px solid #EEE0B2;
    border-top: none;
}

#right2 {
    padding: 30px 35px 0 35px;
}

#right  h3 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #810706;
}

#right p {
    text-align: justify;
}

.box {
    padding: 10px 0 40px 0;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#bg1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 912px;
    height: 6px;
    overflow: hidden;
    background: #EFDA96 url(images/bg1.jpg) no-repeat;
}

#footer {
    clear: both;
    margin: 0 20px 0 35px;
    border-top: 1px dashed #CEAE4B;
}

#footer p {
    padding: 20px 0 26px 290px;
}