* {
	font-family: "Trebuchet MS" ,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding:0;
}


#conteudo {
	background: #fff url(imagens/fundo2.jpg) no-repeat center;
	width:770px;
	height: 1094px;
	margin: auto;
	text-align: justify;
}


#topo h1{
	background: url(imagens/topo.jpg) no-repeat center;
	text-indent: -9999px;
	width: 770px;
	height: 122px;
	float: left;
	display: block;
}


#esquerda {
	background: url(imagens/lado_esquerdo.jpg) no-repeat left top;
	width: 185px;
	height: 480px;
	float: left;
}


#baixo h2{
	background: url(imagens/baixo.jpg) no-repeat left;
	width: 770px;
	height: 152px;
	text-indent: -9999px;
	float: left;
	display: block;
}

#texto {
	background: url(imagens/texto.jpg) no-repeat left top;
	width: 505px;
	float: left;
	padding: 15px 45px 0 35px;
}

#texto p {
	padding: 5px 0;
}

#texto h3 {
	padding: 20px 0 0 0;
	font-size: 14px;
	color: #C10001;
}

#rodape {
	clear: both;
	border-top: 1px solid #000;
	width: 770px;
}

#rodape p {
	padding: 10px;
	color: #999;
	clear: both;
}
