* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 40px;
    font: 13px/21px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #554A36;
    background: #8C3307 url(images/bg.gif) repeat-x top;
}

h1, h2 {
    vertical-align: baseline;
}

h1 {
    padding: 0 20px;
    font: normal 32px "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    color: #E8D2B1;
}

h1 a {
    text-decoration: none;
    color: #E8D2B1;
}

h1 a:hover {
    text-decoration: none;
    color: #EBD9BF;
}

h2 {
    padding: 0 20px;
    font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #F1E6D6;
}

h3 {
    padding-left: 20px;
    font-size: 18px;
    line-height: 46px;
    font-weight: normal;
    color: #E8D2B1;
    background: #498B31 url(images/h3.jpg) no-repeat;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    text-decoration: underline;
    color: #2A811F;
}

a:hover {
    text-decoration: none;
}

img {
    border: 3px solid #CDA46F;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 960px;
    text-align: left;
}

#main2 {
    border: 1px solid #A45E36;
}

#header {
    padding: 90px 0 10px 0;
}

#search {
    position: absolute;
    top: 67px;
    right: 25px;
    width: 285px;
}

#search input.text {
    float: left;
    display: block;
    padding: 2px;
    width: 160px;
    font-size: 14px;
    color: #8C3307;
    background: #E8D2B1;
    border: none;
}

#search input.submit {
    float: right;
    display: block;
    padding: 0;
    width: 30px;
    height: 19px;
    background: url(images/submit.gif) no-repeat top;
    border: none;
    cursor: pointer;
}

#menu {
    height: 54px;
    text-align: center;
    background: #498B31 url(images/menu.jpg) no-repeat;
    border-bottom: 1px solid #8C3307;
}

#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: 54px;
    text-decoration: none;
    color: #FFCC00;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #F1E6D6;
}

#topimg {
    height: 250px;
    background: #8A744B url(images/image.jpg) no-repeat;
}

#middle {
    padding: 15px 15px 0 15px;
    height: 1%;
    background: #E8D2B1;
}

#left {
    float: left;
}

#right {
    float: right;
}

.sidebar {
    width: 220px;
}

.sidebar h3 {
    line-height: 40px;
    background: #498B31 url(images/sidebarh3.jpg) no-repeat;
}

.sidebar ul {
    list-style: none;
    margin-bottom: 15px;
    padding: 10px 0 0 0;
}

.sidebar ul li {
    padding: 0 0 0 10px;
    border-bottom: 1px solid #D7B482;
}

.sidebar ul li a {
    padding: 0;
    line-height: 24px;
}

#content {
    float: left;
    margin-left: 15px;
    width: 898px;
}

.box {
    margin-bottom: 15px;
    padding: 10px 10px 0 10px;
    background: #DEBE8F;
    border: 1px solid #D7B482;
}

#content ul {
    padding: 8px 0 8px 25px;
}

#content ul li {
    padding: 0;
    text-align: justify;
}

.imgblock {
    display: block;
    margin: 10px 0 0 0;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    clear: both;
    margin: 0 auto;
    width: 960px;
}

#footer p {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #E8D2B1;
}

#footer p a {
    color: #2DB520;
}