body {
    background: #D5D8D8 url(./fundo.png) repeat-x ;
    font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

#container {
    width: 1080px;
    margin: 0 auto;
}

a:link, a:active, a:visited {
    color: #af670a;
    text-decoration: none;
}

a:hover {
    color: #227115;
}

#logo {
    float: left;
    margin-top: 35px
   
}

#logo a {
    width: 248px;
    height: 21px;
    display: block;
    text-indent: -99999px;
    background: url(./logo.png);
    
 
}

header {
    padding: 15px 0px ;
    height: 200px;
}

nav ul {
    list-style: none;
    margin: 20px;
    float: right;
}

nav ul li {
    float: left;
}

nav ul li a {
    display: block;
    margin-right: 25px;
    padding-bottom: 3px;
    text-transform: uppercase;
}

nav ul li a  {
    border-bottom: 2px solid #535858;
}

#conteudo {
    width: 710px;
    float: left;
    margin-bottom: 20px;
   
}

aside {
    width: 450px;
    float: left;
    background: #ebe7dd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-left: 60px;
    
}

section#visita {
    background: #cdc8b1;
    width: 350px;
    padding: 10px 27px 27px 27px;
    margin-top: 38px ;
    text-align: center;
    
}

section#galeria {
    padding: 10px 27px 0 27px;
    text-align: center;
}

article#video {
    float: left;
    width: 310px;
    margin-left: 25px;
    
}

article#mapa {
    float: left;
    width: 310px;
    margin-left: 37px;
}

article#exposiçoes {
    float: left;
    width: 310px;
    margin: 15px 0 0 25px;
    
}

article#historia {
    float: left;
    width: 310px;
    margin: 15px 0 0 37px;
    text-align: justify;
    
}

section#galeria a {
    display: block;
    background: url(./fundo-foto.png) no-repeat;
    float: left;
    padding: 17px 15px 17px 15px;
    margin: 10px 0 0 20px;
}

section#galeria img {
    margin-left: 2px;
    margin-top: 3px;
}

h3 {
    color: #227115 ;
    font-size: 1.0em;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 10px;
}

h4{
    color: #86521a;
    text-transform: uppercase;
    padding-bottom: 3px;
    margin-bottom: 0;

}

footer{
    padding: 20px 0 30px 0 ;
    text-align: center;
    background: url(./fundo-rodape.png) no-repeat center top;
    margin-top: 20px;
}

footer>p a {
    padding: 2px 10px;
}

input{
    height: 20px;
    width: 80x;
    background #fff;
    border: none;
    font-size: 1em;
}

input.campo{
    border: 1px solid #ada484;
}

input.botao {
    background: #9b9271;
    color: white;
    width: 100%;
    height: 40px;
    font-size: 1.2em;
}

fieldset{
    border: none;
}

legend{
    display: none;

}


