body{
	margin: 0px;
    background: #D1D7B6;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 14px;
	line-height: 140%;
}
img{
	border: 0;
}
#geral{
    width: 990px;
    margin: 0 auto;
	background: url(imagens/barraFundo.jpg) repeat-y white;
	overflow: hidden;
}
#cabec{
	height: 200px;
}
#menu{
	text-align: right;
    color: #069442;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-right: 15px;
}
#menu a {
	text-decoration: none;
    color: #069442;
}
#menu a:hover{
	text-decoration: underline;
}
#conteudo{
	position: relative;
    width: 990px;
	background: url(imagens/tronco.jpg) no-repeat;
	overflow: hidden;
}
#conteudoPrincipal{ 
	height: 357px; 
	padding-top: 26px;
	padding-right: 433px;
	padding-bottom: 20px;
    margin-left: 30px;
    margin-top: 15px;
	background: url(imagens/fotoFundo.jpg) no-repeat right bottom;
}
#conteudoPrincipal p {
	text-align: left;
    text-indent: 30px;
    margin-bottom: 15px;
    margin-left: 30px;
}
#conteudoPrincipal dl{
	margin-left: 60px;
}
#conteudoPrincipal dd{
	margin-top: 2px;
}
#conteudoReservas{
	float: left;
	padding-left: 75px;
	padding-bottom: 30px;
}
#form{
	width: 435px;
    height: 315px;
    float: right;
    margin: 10px;
    color: #008000;
}
#form fieldset{
	background: #E7E7E7;
	margin-top: 1px;
    padding: 1px;
}

#conteudoImagens{
    margin-bottom: 30px;
	background: url(imagens/tronco.jpg) no-repeat;
	overflow: hidden;
}
#imagens{
    margin: 0px 30px;
}
.blocoimg{
	color: #008000;
    margin-bottom: 30px;
}
.blocoimg legend{
 	color: #008000;
    font-weight: bold;
    margin-left: 10px;
}
.blocoimg img{
	border: 1px #E7E7E7 solid;
	margin-top: 5px;
    margin-left: 5px;
}
.blocoimg p{
	margin: 5px 10px;
}
#localizacao{
	position: relative;
	margin-left: 50px;
	margin-bottom: 30px;
}
#linksmaps {
	position: absolute;
    top: 380px;
    left: 15px;
    font-size: 10px;
    z-index:2;
}
#mostramapa{
	position: absolute;
    width: 910px;
    height: 618px;
}
/* #############  RODAPE ###################*/
#rodape{
	background: #ABB57F;
    height: 33px;
    padding: 15px;
}
#rodape p {
	text-align: center;
    margin-top: 0px;
}