#body {
	background-image: url(imagens/fundo_vermelho.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
	margin-left: auto; 
	margin-right: auto;
	width: 70%;
}
#base {
	width: 730px;
	height: 560px;
	margin-top: 20px;
	background-color:#FFFFFF
	
	
}
#logo {
	width: 174px;
	height: 218px;
	float: left;
	background-image: url(imagens/logo.jpg);
	
}

#topo {
	width: 556px;
	height: 218px;
	background-color: #0099FF;
	float:right;
	background-image: url(imagens/topo.jpg);}
#esq {
	width: 174px;
	height: 342px;
	float: left;
	background-repeat:no-repeat;
}
#copyright {
		width: 730px;
		background-color:#FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #999999;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
}
#centro {
	width: 556px; 
	height: 342px;
	float: right;
	overflow: auto;
	text-align: justify;
	line-height: 20px;
}
#conteudo {
margin-left: 20px;
margin-top: 20px;
margin-right: 20px;
}
.textocentro{
	font-family: Arial, Helvetica, sans-serif
	font-size: 14px;
	color: #666666;
}
.destacado {
color: #FF0000
}
.textologo{
	font-family: Arial, Helvetica, sans-serif
	font-size: 8px;
	color: #666666;
	}