@import url("_incluir/galeria.css");

/* CSS Document */
*{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#00626E;
}


body{
margin:0;
padding:0;
background:#A1C3C9 url(_img/fundo-body.jpg) repeat-x;
}

#corpo,#topo,#navega,#menu,#img,#conteudo,#rodape{
border:0px solid #000;
}

#corpo{
width:778px;
margin:0 auto;
}
#topo{
background:url(_img/fundo-topo.jpg) no-repeat;
height:174px;
}
#topo h1{
display:none;
}
#navega{
height:375px;
border-bottom:7px solid #00626E;
border-top:7px solid #00626E;
}
#menu{
float:left;
width:272px;
background:#CB4920;
}
#img{
float:right;
width:500px;
height:375px;
}
#conteudo{
width:778px;
padding:0 0 10px 0;
}
#texto{
width:685px;
padding:15px 20px 20px 40px;
margin:0 0 0 15px;
background:#fff url(_img/fundo-corpo.jpg) no-repeat bottom left;
}
#texto img{
border:7px solid #eee;
}
#rodape{
text-align:center;
}
