* {
    margin: 0;
    padding: 0;
}

body {
    padding: 25px 0 20px 0;
    font: 13px/19px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #9D947D;
    background: #D2E0FA;
}

h3 {
    padding: 0 0 10px 0;
    font: bold 14px/22px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #A0C9FF;
}

h3.firsth3 {
    padding-top: 25px;
}

h4 {
    padding: 30px 0 5px 0;
    font: bold 18px Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #E2DC94;
}

h4.firsth4 {
    padding-top: 0;
}

p {
    padding: 5px 0;
    font: 13px/19px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #9D947D;
}

p.date {
    margin: 0 0 20px 0;
    font-size: 11px;
    border-bottom: 2px solid #FDF6A6;
}

p.comments {
    font-size: 12px;
    text-align: right;
}

a {
    color: #7CAEE1;
    text-decoration: underline;
}

a:hover {
    color: #7CAEE1;
    text-decoration: none;
}

#main {
    margin: 0 auto;
    width: 900px;
    text-align: left;
    background: White url(images/bg.gif) repeat-y;
}

#main_2 {
    background: url(images/bottom.jpg) no-repeat bottom;
}

#top {
    height: 166px;
    background: #FEFBDA url(images/top.jpg) no-repeat;
}

#top h1 {
    padding: 50px 0 0 50px;
    font: 30px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #7DAFFA;
}

#top h2 {
    position: relative;
    top: -2px;
    padding: 0 0 0 50px;
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #7DAFFA;
}

#menu {
    margin: 4px 20px 0 20px;
    width: 860px;
    height: 36px;
    background: #7DAFFA url(images/menu.gif) no-repeat bottom;
}

#menu ul {
    list-style: none;
    padding: 0 0 0 10px;
}

#menu ul li {
    float: left;
    display: block;
    padding: 0 20px;
}

#menu ul li a {
    font: bold 15px/36px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #DAECFF;
}

#menu ul li a:hover {
    text-decoration: none;
    color: White;
}

#middle {
    padding: 30px 20px 0 20px;
}

#left {
    float: left;
    width: 200px;
    background: #FEFDEA url(images/left_bottom.jpg) no-repeat bottom;
}

#left_2 {
    background: url(images/left_top.jpg) no-repeat top;
}

#left ul {
    list-style: none;
    padding: 0 0 25px 0;
}

#left ul li {
    padding: 0 0 0 30px;
    text-align: left;
}

#left ul li a {
    font: 15px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #ECBD8E;
}

#left ul li a:hover {
    text-decoration: none;
    color: #FFD8B0;
}

#right {
    float: right;
    padding: 0 0 30px 0;
    width: 630px;
    text-align: justify;
}

#bottom_1 {
    clear: both;
    height: 60px;
}

#bottom_2 {
    margin: 0 auto;
    width: 900px;
    height: 40px;
    text-align: left;
    background: url(images/bottom_2.gif) no-repeat top;
}

#bottom_2 p {
    padding: 20px 0 0 20px;
    font: 11px/20px Arial, Helvetica, sans-serif;
    color: #8DABE2;
}

#bottom_2 a, #bottom a:hover {
    color: #8DABE2;
}