@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.sombra{
	width:100%;
	background-image:url(imagens/fundo_pattern.png);
	background-position:center;
	background-repeat:repeat-y;
}
.fundo {
	text-align: left;
	width: 1024px;
	margin: auto;
	padding: auto;
	background-image:url(imagem/fd_prin.jpg);
}
#banner {
	width:1024px;
	height:349px;
	background-image:url(imagens/banner.png);
	z-index: 2;
	position: relative;
}
#menu {
	width:184px;
	height:527px;
	margin-left:40px;
	margin-top:-120px;
	z-index: 3;
	position: relative;
}
#principal{
	text-align:left;
	width:759px;
	margin-left: 265px;
	margin-top:-580px;
	z-index: 1;
	position: relative;
}
#conteudo{
	width:700px;
	padding-top:150px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#contato{
	width:759px;
	height:590px;
	background-image:url(imagens/fund_cont.jpg);
	background-repeat:no-repeat;
}
#noticias{
	width:239px;
	height:541px;
	padding-left: 10px;
	background-image:url(imagens/f_noti.jpg);
	background-repeat:no-repeat;
}
#depoimentos{
	width:239px;
	height:541px;
	background-image:url(imagens/f_noti.jpg);
	background-repeat:no-repeat;
}
#info{
	background-image:url(imagens/fundo_fotos.jpg); 
	background-repeat:no-repeat; width:142px; 
	height:304px; 
	margin-left:600px; 
	margin-top:-300px;
}
#rodape{
	width:1024px;
	height:84px;
	background-image:url(imagens/rodape.jpg);
}