* {
    margin: 0;
    padding: 0;
}

body {
    padding: 40px 0 30px 50px;
    font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000000;
    background: #848484;
}

h1 {
    padding: 70px 0 0 25px;
    font-weight: normal;
    font-size: 36px;
    color: #000000;
}

h1 a {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

h1 a:hover {
    text-decoration: none;
    color: #000000;}

h2 {
    padding: 3px 0 0 0;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

h3 {
    padding: 3px 0 25px 0;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}

h4 {
    font-weight: normal;
    font-size: 11px;
    color: #000000;
}

h5 {
    padding: 3px 0 0 0;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #862800;
}

a:hover {
    text-decoration: none;
    color: #FF7A01;
}

#main {
    margin: 0 auto;
    width: 950px;
    text-align: left;
}

#header {
    height: 540px;
    background: #848484;
    vertical-align: top;
}

#helper {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

img {
    vertical-align: top;
}

#menu {
    height: 56px;
    background: #375323;
}

#menu ul {
    list-style: none;
    padding: 0 0 0 10px;
}

#menu ul li {
    padding: 0 35px;
    display: block;
    float: left;
}

#menu ul li a {
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 56px;
    text-decoration: none;
    color: #A9B59F;
}

#menu ul li a.active, #menu ul li a:hover {
    text-decoration: none;
    color: White;
}

#middle {
    background: #ffffff;
    border: 2px solid #000000;
    border-top: 2px solid #000000;
padding: 36px 36px 30px 44px;
width: 500px;
text-align: justify;

}

#middle2 {
    height: 1%;
    background: #ffffff;

}

#right {
    float: right;
    padding: 0 36px 30px 44px;
    width: 560px;
    background: #ffffff;
}

#right h3 {
    padding: 20px 0 10px 0;
    font-weight: normal;
    font-size: 28px;
    color: #000000;
}

#right ul {
    list-style: none;
    padding: 8px 0 8px 35px;
}

#right ul li {
    text-align: justify;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    clear: both;
    padding: 0 40px;
}
