* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 30px;
    font: 13px/20px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000000;
    background:  url(img/bg1.jpg) ;
	background:     #C6E2BC;

}

h1 {
    width: 860px;
    font-weight: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
 
    font-size: 24px;
    line-height: 50px;
    color: #571E12

}

h1 a, h1 a:hover {
    font-weight: normal;
    text-decoration: none;
    color: White;
}

p {
    padding: 8px 0;
    font-size: 14px;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #5891A7;
}

a:hover {
    text-decoration: underline;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 910px;
    text-align: left;
    background: #E5D466;
}

#header {
    padding-left: 40px;
    height: 60px;
}

#top {
    width: 600px;
    height: 430px;
}

#menu {
    padding-left: 60px;
    height: 30px;
	
}

#menu ul {
    position: absolute;
    top: 40px;
    left: 630px;
    list-style: none;
    border-top: 1px solid #343434;
}



#menu ul li {
    width: 220px;
}

#menu ul li a {
    display: block;
    height: 40px;
    padding-left: 20px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 40px;
    text-decoration: none;
    color: #8A0808;
    border-bottom: 1px solid #343434;
}

#menu ul li a:hover, #menu ul li a.active {
    text-decoration: none;
    color: White;
    background: #A3371A;
}


#middle {
    float: left;
    padding: 0 15px 10px 15px;
    width: 880px;
    background: #FFF;
}



#footer {
    clear: both;
    padding: 0 30px;
    height: 42px;
    background: #C7C99E;
}

#footer p {
    padding: 4px 0 0 0;
    line-height: 24px;
    color: White;
}
