body {
	background: #000;
}

#bg_color{
 	background: #688C55; /*verde*/
	margin: 0 auto;
	width: 1024px;
	position: relative;
	padding-bottom: 15px;
}

#geral{
	background: #fff;
	margin: 0 auto;
	width: 960px;
	height: inherit;
	padding: 10px auto;
}

#topo{
	background: #688C55; /*verde*/	
}

#topo h1{
	background: url('../img/topo.jpg') center center no-repeat;
	height: 80px;
	width: 960px;
	text-indent: -9999px;
}

.animacao{
	margin: 0 -32px;
}

.animacao img{
	vertical-align: top;
}

#conteudo{
	padding: 1.5em;	
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#conteudo h2{
	height: 36px;
	text-indent: -9999px;	
}

	#conteudo h2#apice{
		background: url('../img/h2_apice.jpg') no-repeat;
		margin-bottom: 5px;	
	}
	#conteudo h2#titleServicos{
		background: url('../img/h2_servicos.jpg') no-repeat center right;
		margin-top: 5px;	
	}

	#conteudo h2#titleServicos span{
		display: none;
	}
	
.conteiner{
	position: relative;
	height: 300px;
}
	
div.textLeft{
	width: 630px;
	float: left;
}	

div.imgRigth{
	float: right;
}	

div.textRigth{
	width: 555px;
	float: right;
	text-align:right;
}	

div.imgLeft{
	float: left;
}


#rodape{
	background: #688C55; /*verde*/
	color: #fff;
	border: 1px solid #fff;
	height: 1.5em;

}

#rodape h3{
	text-align: center;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px 0;
}

.slideshow { height: 220px; width: 1024px; background: #000; }
.slideshow img {  background-color: #000; }

