body{
background-image: url("images/gradient.jpg");
background-color: #3CB500;
background-repeat: repeat-x;
margin:0 auto;
text-align: center;
color: #5c1408;
}

.contact a:link{
text-decoration:underline;
color:#5c1408;
}

.contact a:hover{
text-decoration:underline;
font-weight:bold;
color:#5c1408;
}

.contact a:active{
text-decoration:underline;
color:#5c1408;
}

.contact a:visited{
text-decoration:underline;
color:#5c1408;
}



.back{
width:989px; 
margin-left: auto; 
margin-right: auto; 
}

.header{
width:989px;
height:226px;
background-image:url(images/headers/original.jpg);
background-repeat: no-repeat;
}

.nav{
font-weight:600;
padding: 5px 5px 5px 5px;
width:989px;
height:42px;
padding-top:10px;
background-color:#5C1408;
border: .1em solid #5C1408;
color: #5C1408;
margin:0 auto;
}

.main{
width:989px;
padding: 5px 5px 5px 5px;
background-color:#D8A352;
border: 1px solid #5C1408;
color: #5C1408;
}

.footer{
height:77px;
margin-top:35px;
background-image:url(images/footer.jpg);
background-repeat: no-repeat;
text-align: center;
}


