* {
    margin: 0;
    padding: 0;
}

body {
    padding: 40px 0 30px 0;
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #C7D8E8;
    background: #F0F8FF;
}

h1 {
    padding: 170px 0 0 25px;
    font-weight: normal;
    font-size: 36px;
    color: White;
}

h1 a {
    font-weight: normal;
    text-decoration: none;
    color: White;
}

h1 a:hover {
    text-decoration: none;
    color: White;
}

h2 {
    padding: 3px 0 0 25px;
    font-weight: normal;
    font-size: 20px;
    color: #E16B01;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: underline;
    color: #FF4701;
}

a:hover {
    text-decoration: underline;
    color: #FF7A01;
}

#main {
    margin: 0 auto;
    width: 950px;
    text-align: left;
}

#header {
    height: 270px;
    background: Black url(images/header.jpg) no-repeat;
}

#menu {
    height: 56px;
    background: #375323 url(images/menu.jpg) no-repeat;
}

#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: Black url(images/middle.jpg) no-repeat bottom;
    border: 4px solid #E16B01;
    border-top: none;
}

#middle2 {
    height: 1%;
    background: url(images/middle.gif) repeat-x top;
}

#sidebar {
    float: left;
    padding: 0 0 30px 36px;
    width: 265px;
}

#sidebar h3 {
    padding: 20px 0 10px 0;
    font-weight: normal;
    font-size: 28px;
    color: #CEEFD2;
}

#sidebar ul {
    list-style: none;
    padding: 8px 0 2px 0;
}

#sidebar ul li {
    padding: 0 0 8px 0;
}

#sidebar ul li a {
    display: block;
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    color: #FF4701;
}

#sidebar ul li a.active, #sidebar ul li a:hover {
    text-decoration: none;
    color: #FF7A01;
}

#right {
    float: right;
    padding: 0 36px 30px 44px;
    width: 560px;
    background: url(images/right.jpg) no-repeat;
}

#right h3 {
    padding: 20px 0 10px 0;
    font-weight: normal;
    font-size: 28px;
    color: #FF4701;
}

#right ul ol {
    list-style: none;
    padding: 8px 0 8px 35px;
}

#right ul ol li {
    text-align: justify;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    clear: both;
    padding: 0 40px;
}
