* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0 0 20px 0;
    font: 16px Georgia, Times, serif;
    text-align: center;
    color: #AFBEA8;
    background: #3F6330 url(images/bg.gif) repeat-x top;
}

h1 {
    padding: 30px 0 0 0;
    font: italic 52px Georgia, Times, serif;
    text-align: center;

    color: #3F6330;
}

h2 {
    padding: 0;
    font: italic 22px Georgia, Times, serif;
    text-align: center;

    color: #829C71;
}

h3 {
    padding: 25px 0 10px 30px;
    font: italic 20px Georgia, Times, serif;
    text-aling: left;
    color: #D3E0BF;
}

h3.firsth3 {
    padding-top: 0;
}

h4 {
    padding: 10px 0 0 0;
    font: bold 14px Georgia, Times, serif;
    text-align: left;
    color: #D3E0BF;
}

h4.firsth4 {
    padding-top: 5px;
}


h5 {
    padding: 25px 0 0 0;
    font: italic 20px Georgia, Times, serif;
    
    color: #D3E0BF;
}

h6 {
    padding: 0 0 0 0;
    font: italic 20px Georgia, Times, serif;
    
    color: #D3E0BF;
}

p {
    padding: 5px 0;
    font: 16px/24px Georgia, Times, serif;
    text-align: justify;
    color: #AFBEA8;
}

a {
    color: #FF9AE7;
    text-decoration: underline;
}

a:hover {
    color: #FFC1F0;
    text-decoration: underline; 
}

#main {
    margin: 0 auto;
    width: 850px;
    text-align: left;
}

#menu {
    height: 60px;
    background: url(images/menu.gif) repeat-x;
}

#menu_2 {
    height: 60px;
    background: url(images/menu_right.gif) no-repeat right;
}

#menu_3 {
    text-align: center;
    height: 60px;
    background: url(images/menu_left.gif) no-repeat left;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: inline;
    padding: 0 25px;
}

#menu ul li a {
    font: 18px/54px Georgia, Times, serif;
    text-decoration: none;

    color: #D3E0BF;
}

#menu ul li a:hover {
    text-decoration: none;
    color: White;
}

#menu ul li a.active {
    text-decoration: underline;
    color: White;
}

#logo {
    padding: 0 50px 0 0;
    height: 240px;
    background: #D3E0BF url(images/background.jpg) no-repeat  bottom left;
}

#bar {
    height: 15px;
    background: url(images/shadow_1.jpg) no-repeat;
    overflow: hidden;
}

#content {
    padding: 0 15px;
    text-align: left;
    background: url(images/shadow_2.jpg) no-repeat;
    
}

#left {
    float: left;
    margin: 0 0 20px 0;
    padding: 0 15px 0 0;
    width: 500px;
    border-right: 
}

#right {
    float: right;
    padding: 27px 0 20px 0;
    width: 280px;
    text-align: center;
}

#right ul {
    list-style: none;
    margin: 0 0 20px 0;
}

#right ul li {
    display: block;
    margin: 0;
}

#right ul li a {
    display: block;
    margin: 0;
    padding: 0 0 0 20px;
    height: 32px;
    font: 16px/32px Georgia, Times, serif;
    text-align: left;
    text-decoration: none;
    color: #AFBEA8;
    border-top: 1px solid #517243;
    border-bottom: 1px solid #355628;
}

#right ul li a:hover {
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    border: none;
}

#rightImg {
    margin: 0 0 15px 0;
    padding: 19px 0;
    background: #476A39;
    border-top: 1px solid #517243;
    border-left: 1px solid #517243;
    border-right: 1px solid #355628;
    border-bottom: 1px solid #355628;
}

#rightImg img {
    border: none;
}

#rightImg a {
color: #D3E0BF;
text-decoration: none;
}


#rightImg a:hover {
color: #D3E0BF;
text-decoration: none;
}
#right p {
    font: 12px/20px Georgia, Times, serif;
}

#footer {
    clear: both;
    height: 60px;
    background: #476A39 url(images/footer.jpg) no-repeat;
    border-top: 1px solid #517243;
    border-left: 1px solid #517243;
    border-right: 1px solid #355628;
    border-bottom: 1px solid #355628;
}

#footer p {
    padding: 0 0 0 140px;
    font: 11px/60px Georgia, Times, serif;
    
}