* { margin:0; padding:0; list-style:none;}
body {
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	background:url(imagens/bg.jpg) center center repeat-x #ffffff;
	color:#000;
}
a {color:#000; text-decoration:none}
a:hover {color:#000; text-decoration:none}


#linha_cima {
	width:100%;
	height:4px;
	background:url(imagens/linha_cima.png);
}

#geral {
	width:900px;
	margin:0 auto;
}

#geral #topo {
	width:900px;
	height:180px;
}
#geral #topo #topo_esquerdo {
	width:480px;
	height:180px;
	float:left;
}
#geral #topo #topo_direito {
	width:420px;
	height:180px;
	float:right;
}

#geral #destaque {
	width:900px;
	height:500px;
	background:#C31026;
}



#geral #menu_meio {
	width:900px;
	height:50px;
}
/*--- INICIO MENU CIMA --*/
#geral #menu_cima #menu {
	width:900px;
	height:50px;
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	display:block;
	font-size:16px;
	background:transparent url("imagens/menu_a.png") repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}
#geral #menu_cima #menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
}
#geral #menu_cima #menu li a{
	display:block;
	text-decoration:none;
	padding:15px 22px 15px 22px;
	color:#FFF;	
	background:transparent url("imagens/menu_s.png") no-repeat top right;
}
#geral #menu_cima #menu li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color:#750916;
	background:transparent url("imagens/menu_h.png") no-repeat top right;
}
/*--- FIM MENU CIMA --*/


#geral #corpo {
	width:900px;
}

/*--- INICIO BARRA CONTEUDO --*/
#barra_conteudo {
	width:900px;
	height:40px;
	line-height:40px;
	text-indent:32px;
	background:url(imagens/barra_conteudo.png) repeat-x;
	font-size:13px;
	font-weight:bold;
	color:#750916;
	clear:both;
}
#geral #corpo #tamanho {
	width:800px;
	margin:0 auto;
}
/*--- FIM BARRA CONTEUDO --*/


#geral #rodape {
	width:900px;
	height:80px;
	line-height:80px;
	border-top:#750916 solid 2px;
	clear:both;
	color:#750916;
	font-size:13px;
}











