* {
margin: 0;
padding: 0;
}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* html #tudo {
	height: 100%;
}

body {
	background-color: #FFF;
}

#tudo {
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	background-image: url(../imagens/cabecalho_fundo.png);
	background-repeat: repeat-x;
	background-position: top;
}

#conteudo {
	width: 100%;
	padding-bottom: 157px;
}
#internas_conteudo {
	background-color: #FFF;
	width: 100%;
}
#internas_conteudo_container {
	width: 1003px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#internas_conteudo_dados {
	width: 100%;
	background-color: #EDEDED;
}
#internas_conteudo_dados_container {
	width: 1003px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F5F5F5;
}


#slider {
	height: 345px;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	position: relative;
	z-index: -999;
	top: -13px;
	background-color: #666;
}


#cabecalho {
	height: 90px;
}

#cabecalho_container {
	width: 1003px;
	height: 90px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../imagens/cabecalho_fundo_container.png);
	background-repeat: no-repeat;
}

#rodape {
	height: 145px;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #010161;
	background-image: url(../imagens/rodape_fundo.png);
}

#rodape_container {
	width: 953px;
	height: 120px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
