* {
	margin:0;
	padding:0;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
}
img {
	border:none;
}
h2 {
	color:#39c;
}
h3 {
	color:#39c;
	font-size:1.3em;
}
h4 {
	color:#39c;
	font-size:1em;
}
a {
	color:#39c;
	text-decoration:none;
}
a:hover {
	color:#fff;
	background-color:#CCC;
}
#geral { 
	margin:0 auto;
	position:relative;
	width:770px;
}
#topo {
	background:#FFF url("images/topobg.jpg") bottom repeat-x;
	height:200px;
}
#ulnoticia ul {
	list-style:none;
	margin-left:5px;
}

div#cesquerda {
	padding:5px;
	float:left;
	width:180px;
}
	div#cesquerda p {
		margin-top: 10px;
		color:#666;
		line-height:1.2em;
	}
	div#cesquerda p .leia {
		float:right;
	}
	
div#ccentro {
	border-right:1px solid #CCC;
	border-left:2px dotted #CCC;
	float:left;
	width:387px;
	padding:5px;
}
	.itens {
		margin-top:15px;
		width:378px;
		min-height:70px;
		border-bottom:1px dashed #CCC;
		padding-bottom:3px;
	}
	.itens img {
		float:left;
		margin-right:10px;
	}
	
div#cdireita {
	width:180px;
	_width:170px;
	margin-left:590px;
	background-color:#f2f3f7;
	min-height:675px
}
	#fale {
		padding:5px;
	}
	#fale img {
		margin-right:10px;
	}
	
	#labs {
		padding:5px;
		color:#666;
	}
	.itemlab {
		margin-top:10px;
	}

#rodape {
	clear:both;
	height:41px;
	background:#fff url("images/rodapebg.jpg") center repeat-x;
}
#rodape img {
	margin-left:50%;
	margin-top:10px;
	position:relative;
	left:-153px;
}