body {
	background:#c4dcce url(../imagens/fundo.jpg) no-repeat top right;
	margin:0;
	border:0;
	font-family:'Arial', Helvetica, sans-serif;
	font-size:16px;
}
#topo {
	position:relative;
	width:900px;
	height:180px;
	margin:auto auto;;
}
.logo {
	margin-left:57px;
	margin-top:32px;
}

/* */

.menu{ position: absolute;	top: 146px;	left: 449px;}

.btn_home a { position:absolute; background-image:url(../imagens/b_home.png); width:93px; height:34px; background-position:0 0;}
.btn_home a:hover, .btn_home_sel { position:absolute; background-image:url(../imagens/b_home.png); width:93px; height:34px; background-position:0 34px;}

.btn_sobre a { left:108px; position:absolute; background-image:url(../imagens/b_sobre.png); width:118px; height:34px; background-position:0 0;}
.btn_sobre a:hover, .btn_sobre_sel { left:108px; position:absolute; background-image:url(../imagens/b_sobre.png); width:118px; height:34px; background-position:0 34px;}

.btn_galeria a { left:241px; position:absolute; background-image:url(../imagens/b_galeria.png); width:116px; height:34px; background-position:0 0;}
.btn_galeria a:hover, .btn_galeria_sel { left:241px; position:absolute; background-image:url(../imagens/b_galeria.png); width:116px; height:34px; background-position:0 34px;}

.btn_contato a { left:372px; position:absolute; background-image:url(../imagens/b_contato.png); width:79px; height:34px; background-position:0 0;}
.btn_contato a:hover, .btn_contato_sel { left:372px; position:absolute; background-image:url(../imagens/b_contato.png); width:79px; height:34px; background-position:0 34px;}



#centro {
	position:absolute;
	background:#FFF;
	width:100%;
}
.conteudo {
	position:relative;
	width:900px;
	left:50%;
	margin-left:-450px;
	color:#004641;
	text-align:justify;
}
.conteudo p { margin-top:25px; margin-bottom:75px;}
.banner {margin-top:30px; }
.box {
	position:relative;
	width:390px;
	height:115px;
	border-radius:10px;
	border:#c4c4c4 1px solid;
	backgroud:#fff;
	margin:15px;
	margin-top:25px;
	margin-bottom:75px;
	padding-top:25px;
	
}
.esquerda { float:left;}
.direita { float:right;}

.margem { margin:0px 100px;}

.btn_ler a { position:absolute; right:5px; bottom:5px; text-align:right; text-decoration:none; color:#000; font-size:14px; }
.btn_ler a:hover { text-decoration:underline; }

.btn_mais_contato a { position:absolute; left:172px; bottom:25px; text-decoration:none; color:#004641; font-size:14px;}
.btn_mais_contato a:hover { text-decoration:underline; }

.icon_contato { position:absolute; top:10px; left:10px;}
.text_contato {	position: absolute;	top: 25px;	left:172px;}

#rodape{ position:fixed; bottom:0px; width:100%; height:21px; padding-top:10px; text-transform:uppercase; font-size:10px; background:url(../imagens/bg_rodape.png); text-align:center;}