#estrutura {
	width: 770px;
	margin: 0 auto;
}
#topo {
	width: 770px;
	height: 100px;
	position: relative;
}
#img_topo {
	position:absolute;
	width:215px;
	height:100px;
	left: 450px;
	top: 0px;
}
#banner {
	position:relative;
	width:750px;
	height:250px;
	background-color: #FFFFFF;
	padding: 10px 10px 0px 10px;
}

#menu_principal {
	position:relative;
	width:770px;
	z-index:1;
	top: 0px;
	left: 0px;
	height: 27px;
}
#base {
	position:relative;
	width:770px;
	height:23px;
	padding-top: 15px;
	text-align: center;
	background-image: url(../img/bg_base.jpg);
	color: #FFFFFF;
}





/* Page */

#page {
	width: 750px;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	background: #FFFFFF;
}
#conteudo {
	position:relative;
	width:750px;
}

#coluna_esquerda {
	position:relative;
	width:180px;
	float: left;
	padding: 10px 0px 10px 0px;
}
#coluna_direita {
	position:relative;
	width:560px;
	float: right;
	padding: 10px 0px 10px 0px;
}

#paginacao {
	text-align: center;
	background-color: #F3F3F3;

}


#copyright/* Footer */

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

}

