#estrutura {
	width: 900px;
	margin: 0 auto;
}
#topo {
	width: 900px;
	height: 128px;
	position: relative;
	background-image: url(../img/bg_topo.jpg);
}
#banner {
	position:relative;
	width:900px;
	height:245px;
}
#menu_principal {
	position:relative;
	width:900px;
	top: 0px;
	left: 0px;
	height: 92px;
}





/* Page */

#page {
	width: 860px;
	margin: 0px auto;
	padding: 20px 20px 10px 20px;
	background: #FFFFFF;
	background-image: url(../img/bg_page.jpg);
	background-repeat: repeat-x;
}
#tt_internas {
	position:relative;
	width:860px;
	height:48px;
	background-image: url(../img/bg_tt_internas.png);
}

#conteudo_right {
	position:relative;
	width:250px;
	float: right;
	padding: 10px 0px 15px 0px;
}
#conteudo_left {
	position:relative;
	width:610px;
	float: left;
	padding: 10px 0px 15px 20px;
}

/* Footer */
#base {
	position:relative;
	width:900px;
	height:40px;
	padding-top: 25px;
	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;
}
