#estrutura {
	width: 800px;
	margin: 0 auto;
}
#topo {
	width: 800px;
	height: 210px;
	position: relative;
	background-image: url(../img/bg_topo.jpg);
}
#menu_principal {
	position:relative;
	width:800px;
	z-index:1;
	top: 0px;
	left: 0px;
	height: 35px;
	background-color: #FFFFFF;
}
#base {
	position:relative;
	width:800px;
	height:30px;
	z-index:5;
	padding-top: 20px;
	text-align: center;
	background-color: #3081CD;
}





/* Page */

#page {
	width: 780px;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	background: #FFFFFF;
}

#copyright/* Footer */

 {
	clear: both;
	width: 800px;
	height: 50px;
	margin: 0px auto 0px auto;
}
#copyright  p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}
#copyright  a {

}

