#estrutura {
	width: 800px;
	margin: 0 auto;
}
#topo {
	width: 800px;
	height: 180px;
	position: relative;
	background: url(../img/logo_topo.png) no-repeat left center;
}
#menu_principal {
	position:relative;
	width:800px;
	z-index:1;
	top: 0px;
	left: 0px;
	height: 30px;
	background-color: #423830;
}





/* Page */

#page {
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	background-image: url(../img/bg_page_internas2.jpg);
}
#conteudo {
	position:relative;
	width:580px;
	z-index:1;
	padding: 15px 0px 0px 0px;
}
#page_home {
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #423830;
	background-image: url(../img/bg_page.jpg);
}
#conteudo_left {
	position:relative;
	width:200px;
	z-index:4;
	float: left;
}
#conteudo_left a:hover {
	background: none;	
}
#conteudo_right {
	position:relative;
	width:590px;
	z-index:4;
	float: right;
}

#base {
	position:relative;
	width:800px;
	height:25px;
	padding-top: 10px;
	text-align: center;
	background-color: #333333;
}



#copyright/* Footer */

 {
	clear: both;
	width: 750px;
	height: 50px;
	margin: 10px auto 0px auto;
	text-align:left;
}
#copyright  p {
	margin: 0px;
	text-align:left;
	line-height: normal;
	font-size: 11px;
	color: #FFFFFF;
}
#copyright  a {
	color: #FFFFFF;

}

