#estrutura {
	width: 800px;
	margin: 0 auto;
}
#banner {
	position:relative;
	width:800px;
	height:100px;
	z-index:3;
}
#menu_principal {
	position:relative;
	width:800px;
	top: 0px;
	left: 0px;
	height: 30px;
	text-align: center;
}
#menu_principal a:hover {
	background: none;
}

/* Page */

#page {
	width: 780px;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	background: #FFFFFF;
	background-image: url(../img/bg_corpo.jpg);
}
#conteudo {
	position:relative;
	width:780px;
	z-index:4;
}
#tt_internas {
	position:relative;
	width:570px;
	height:27px;
	z-index:6;
	padding: 7px 0px 0px 10px;
	background-image: url(../img/bg_tt_internas.jpg);
}

#coluna_esquerda {
	width:180px;
	z-index:6;
	float: left;
}
#coluna_esquerda a:hover {
	background: none;
}
#menu {
	position:relative;
	width:180px;
}
#coluna_direita {
	width:580px;
	z-index:8;
	float: right;
}

/* Rodape */
#base {
	position:relative;
	width:100%;
	height:45px;
	text-align: center;
	background-image: url(../img/bg_base.jpg);
	padding: 10px 0px 0px 10px;
}
#rodape {
	width:800px;
	margin: 0 auto;
	padding: 20px 0px 10px 0px;
}
#logo_rodape {
	position:relative;
	width:150px;
	height:50px;
	float: right;
	top: 0px;
	margin-right: 30px;
}
#copyright
 {
	clear: both;
	width: 100%;
	margin: 0px auto 0px auto;
	background-color: #E4E4E4;
}
#copyright  p {
	margin: 0px;
	padding: 0px 0px 5px 20px;
	text-align: left;
	line-height: normal;
	font-size: 11px;
}
#copyright  a {
	font-weight: bold;

}
