/*
	-----------------------------------------
	Desenvolvido por: Weffenson Basilio
	Link websites - www.linkwebsites.com.br
	-----------------------------------------
*/

@import url("barra.css");
@import url("classes.css");
@import url("corpo.css");

/* CONTEUDO */

#principal{
	width: 776px;
	left:50%;
	margin-left:-389px;
	position:absolute;
	background-image:url(../imagens/BG_geral.jpg);
	background-repeat:no-repeat;
	background-position:top;
	z-index:0;
	border-style: solid;
	border-width: 1px;
	border-color:#000000;
}
#table_principal {
	width:776px;
	height:245px;
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:top;
}
#col_esquerda {
	float: left;
	width: 227px;
	padding-left: 19px;
	background-image:url(../imagens/index_03.gif);
	background-repeat:repeat-y;
	background-position:right;
}
#col_direita {
	float: right;
	width: 500px;
	padding-right: 19px;
}
#banner_topo {
	float: left;
	width: 475px;
	padding-left: 23px;
	height: 168px;
	padding-top: 30px;
}
#central_index {
	float: left;
	width: 475px;
	padding-left: 23px;
	padding-top: 30px;
}
#central_esq {
	float: left;
	width: 238px;
}
#central_dir {
	float: right;
	width: 210px;
}
#central_dir img {
	padding-bottom: 5px;
}
#rodape {
	float: left;
	width: 498px;
	padding-top: 30px;
	z-index: 3;
}
#rodape p {
	font-size: 10px;
	padding-top: 10px;
}
#conteudo {
	float: left;
	width: 433px;
	padding: 20px;
	background-color: #160B05;
	z-index: 1;
	border: 2px solid #0E0703;
}
#lista_noticias h2 {
	padding-top: 6px;
	padding-bottom: 6px;
}
#central01 {
	float: left;
	width: 475px;
}
#central02 {
	float: left;
	width: 475px;
}

