#estrutura {
	width: 900px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	background-color: #FFFFFF;
}
#menu_principal {
	position:relative;
	width:900px;
	top: 0px;
	left: 0px;
	height: 38px;
	margin-bottom: 15px;
}
#banner {
	position:relative;
	width:900px;
	height:250px;
	margin-bottom: 15px;
}





/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	margin-bottom: 20px;
}
#conteudo_right {
	position:relative;
	width:400px;
	height:570px;
	float: right;
}
#conteudo_left {
	position:relative;
	width:450px;
	height:570px;
	float: left;
}
#conteudo_internas {
	position:relative;
	width:900px;
	float: left;
}
/* Footer */
#base {
	position:relative;
	width:900px;
	height:26px;
	padding-top: 10px;
	text-align: center;
	background-image: url(../img/bg_base.jpg);
}
#copyright
 {
	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;
}

