#estrutura_topo {
	width: 100%;
	margin: 0 auto;
	height: 150px;
	background-image: url(../img/bg_topo.jpg);
}
#topo_logo {
	position:relative;
	width:900px;
	height:150px;
	margin: 0px auto;
}
#menu_principal {
	width: 900px;
	height: 30px;
	position: relative;
	background: #E9E6DF;
	margin: 0px auto;
}
#banner {
	position:relative;
	width:660px;
	padding-bottom: 15px;
}
#topo_faixa {
	position:relative;
	width:860px;
	top: 0px;
	left: 0px;
	height: 200px;
	background: #4B4243;
	padding: 20px 20px 20px 20px;
}




/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/bg_page.jpg);
	position: relative;
	background-color: #FFFFFF;
}
#coluna_left {
	position:relative;
	width:200px;
	float: left;
	padding: 15px 5px 15px 5px;
}

#coluna_right {
	position:relative;
	width:660px;
	float: right;
	padding: 15px 15px 15px 15px;
}
.destaque {
	position:relative;
	width:630px;
	height:215px;
	padding: 15px 15px 0px 15px;
	background-image: url(../img/bg_destaque.jpg);
	margin-bottom: 15px;
	float: right;
}
.foto {
	position:relative;
	width:165px;
	height:165px;
	float: left;
}
.texto {
	position:relative;
	width:465px;
	float: right;
}
.maisdetalhes {
	position:absolute;
	width:107px;
	height:27px;
	z-index:1;
	left: 535px;
	top: 188px;
}

#corpo_internas {
	position:relative;
	width:860px;
	background: #ffffff;
	padding: 20px 20px 5px 20px;
}
#conteudo_internas {
	position:relative;
	width:860px;
}
#texto_internas_left {
	position:relative;
	width:600px;
	float: left;
}
#fotos_right {
	position:relative;
	width:230px;
	float: right;
}
#rodape {
	width:850px;
	margin: 0 auto;
	padding: 30px 0px 10px 0px;
}
#logo_rodape {
	position:relative;
	width:315px;
	float: right;
	top: 0px;
}



#copyright/* Footer */

 {
	clear: both;
	width: 100%;
	margin: 0px auto 0px auto;
	background-image: url(../img/bg_rodape.jpg);
	height: 160px;
}
#copyright  p {
	margin: 0px;
	padding: 0px 0px 5px 10px;
	text-align: left;
	line-height: normal;
	font-size: 11px;
}

