@charset "utf-8";
/* CSS Document */

#tudo {
	width: 984px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	}
	
#topo {
	width: 984px;
	height: 200px;
	background-color: #FFFFFF;
	}
	
#menu {
	width: 964px;
	height: 26px;
	padding: 4px 10px;
	background-image: url(img/menu.jpg);
	clear:both;
	}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a1a1a1;
	font-weight: bold;
	text-align:justify;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #85b916;
}
a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#base {
	width: 984px;
	height: 201px;
	clear:both;
	}
	
#conteudo {
	width: 984px;
	height: 300px;
	font-size:12px;
	font-family: Arial, Helvetica;
	color: #7b5b1d;
		}
	
#esquerda {
	width: 750px;
	height: 270px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px 0px 10px 20px;
	font-size: 12px;
	color: #9E9E9E;
	overflow: auto;
	font-weight: normal;
	}
	
#blank {
	width: 984px;
	height: 10px;
	}
	
.titulo_home_esq {
	color: #513b10;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica,;
	text-align: left;
	}
	
#direita {
	width: 210px;
	height: 290px;
	float: right;
	background: #FFFFFF;
	bottom: 0px;
	}	

#esquerda_esquerda {
	width: 500px;
	float:right;
	font-size: 12px;
	color: 7b5b1d;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#esquerda_direita {
	position:fixed;
	padding:10px;
	width:220px;
	height:224px;
	left:220px;
	background-image:url(img/linha_noticias.png);
	background-repeat:no-repeat;
	background-position:center;
	}
	
.titulo_noticias {
	font-family: Arial, Helvetica, sans-serif;
	color: #b6b6b6;
	font-size: 17px;
	font-weight: bold;
	float:none;
	}

