*{
	margin:0 auto;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	line-height:16px;
}

body{
	background:#5b0202;
}

#geral{
	margin:0 auto;
	width:1024px;
	height:auto;
}

#topo{
	width:1024px;
	height:160px;
	background:url(imagens/fundo_topo.jpg) no-repeat;
	
}

#imagem{
	float:left;
	background:url(imagens/logo.gif) no-repeat;
	width:300px;
	height:77px;
	margin:35px 0 0 30px;
}

#meio{
	width:1024px;
	height:210px;
	margin:10px 0;
}

#flash{
	width:740px;
	height:210px;
	background:#fff;
	float:left;
}

#menu{
	width:280px;
	height:210px;
	float:right;
}

#conteudo{
	width:1020px;
	height:auto;
	background:#fff;
	border:4px solid #5b5c5c;
	padding-bottom:20px;
}

#texto{
	margin:20px 0 20px 100px;
	width:800px;
}

#bg_titulo{
	width:1020px;
	height:auto;
	background:url(imagens/bg_noticias.gif) #f2f2f2 repeat-y;
	border-bottom:1px solid #5b5c5c;
}

.titulo{
	font-size:16px;
	color:#767777;
	padding:10px;
	font-weight:bold;
}
	
.noticia{
	width:800px;
	height:auto;
	border-bottom:1px solid #f2f2f2;
	margin:20px 0 20px 100px;
	padding-bottom:15px; 
	
}

.endereco{
	text-align:center;
	color:#666;
}
	
#rodape{
	width:1024px;
	height:30px;
	margin-top:10px;
}

#texto_rodape p{
	width:1024px;
	color:#ccc;
	font-size:10px;
	font-weight:bold;
	height:30px;
}

#logo_ne{
	width:186px;
	height:26px;
	float:right;
}

form{
	margin-left:200px;
	width:200px;
}

.subtitulo{
	color:#999;
	font-size:12px;
}

.link a{
	color:#000;
	text-decoration:none;
}

.link a:hover{
	color:#CCC;
}

.link_cor a{
	color: #990000;
	text-decoration:none;
}

.link_cor a:hover{
	color:#CCC;
}

img{
	border:none;
}

