#estrutura {
	width: 900px;
	margin: 0 auto;
}
#menu_principal {
	width: 900px;
	height: 30px;
	position: relative;
	background: #E9E6DF;
}
#topo_logo {
	position:relative;
	width:900px;
	height:150px;
	z-index:3;
	background: #ffffff;
}
#img_topo {
	position:absolute;
	width:125px;
	height:122px;
	left: 751px;
	top: 18px;
}

#animacao {
	position:relative;
	width:900px;
	top: 0px;
	left: 0px;
	height: 445px;
	background: #E9E6DF;
}
#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: #FFFFFF;
}
#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: 20px 0px 10px 0px;
}
#logo_rodape {
	position:relative;
	width:150px;
	height:50px;
	float: right;
	top: 0px;
	margin-right: 30px;
}



#copyright/* Footer */

 {
	clear: both;
	width: 100%;
	margin: 0px auto 0px auto;
	background-color: #E9E6DF;
}
#copyright  p {
	margin: 0px;
	padding: 0px 0px 5px 10px;
	text-align: left;
	line-height: normal;
	font-size: 11px;
}
