#estrutura {
	width: 800px;
	margin: 0 auto;
}
#topo {
	width: 800px;
	height: 90px;
	position: relative;
	background: #ffffff;
}
#menu_principal {
	position:relative;
	width:800px;
	top: 0px;
	left: 0px;
	height: 70px;
	background: #ffffff;
}
#banner {
	position:relative;
	width:800px;
	height:190px;
	background: #ffffff;
}





/* Page */

#page {
	width: 780px;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	background: #FFFFFF;
}
#conteudo {
	position:relative;
	width:780px;
	z-index:4;
}
#left {
	position:relative;
	width:550px;
	float: left;
}
#right {
	position:relative;
	width:215px;
	float: right;
}
#texto {
	position:relative;
	width:550px;
	background-color: #F4F4F4;
	padding: 0px 0px 5px 0px;
}


#base {
	position:relative;
	width:800px;
	height:30px;
	padding-top: 20px;
	text-align: center;
	background-image: url(../img/bg_base.jpg);
	color: #FFFFFF;
}

#copyright/* Footer */

 {
	clear: both;
	width: 750px;
	height: 30px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
}
#copyright  p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}
#copyright  a {
	color: #FFFFFF;

}
