#conteudo p {
	clear: both;
}
#destaque1 {
	position: relative;
	float: left;
	width: 322px;
	height: 97px;
	_width: 342px;
	_height: 117px;
	font-size: 13px;
	text-align: center;
	padding: 10px;
	padding-top: 13px;
	background-image: url(imagens/fundo_purpura.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	margin-bottom: 15px;
}
#destaque2 {
	position: relative;
	float: right;
	width: 322px;
	height: 97px;
	_width: 342px;
	_height: 117px;
	font-size: 13px;
	text-align: center;
	padding: 10px;
	padding-top: 13px;
	background-image: url(imagens/fundo_areia.jpg);
	background-repeat: no-repeat;
	color: #333;
	margin-bottom: 15px;
}
