@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
h2 {
	color: #022f59;
	font-size: 16px;
	clear: both;
}

#tudo {
	width: 777px;
	_width: 1000px;
	margin: 0 auto;
}
#lateral {
	width: 180px;
	float: left;
	min-height: 400px;
}
#conteudo {
	float: left;
	width: 592px;
	_width: 650px;
	background-repeat: no-repeat;
}
#conteudo #miolo {
	float: none;
	width: 587px;
	padding-left: 3px;

}
#lateral #menuLateral {
	height: 380px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#menuConteudo {
	background: url('../img/menu-acima.jpg') no-repeat;
	height:41px;
	width: 230px;
	margin-top: -3px;
	padding-left: 70px;
	float: right;
}
#menuConteudo li{
	float: left;
	text-align: center;
	width: 95px;
	margin-right: 10px;
	line-height: 35px;
}
#menu li a {
	background: url('../img/bg_menu.jpg') no-repeat;
	width: 140px;
	height: 42px;
	display: block;
	line-height: 42px;
	padding-left: 23px;
	color: #666;
	font-weight: bold;
}
#menu li a:hover {
	background: url('../img/bg_menu_hover.jpg') no-repeat;
	color: #fff;
}
#noticias {
	background: url('../img/noticias_fundo.png') no-repeat;
	width: 350px;
	height: 349px;
	padding: 15px 10px 10px 10px;
	
	
	
}

#artigos {
	background: url('../img/artigos_fundo.png') no-repeat;
	width: 350px;
	height: 200px;
	padding: 5px 5px 5px 5px;
	
	
	
}
.box{
	background: url('../img/noticias_fundo_2.jpg') no-repeat;
	width: 509px;
	height:154px;
	padding: 35px 0 0 35px; 
	
}
#bannerBottom {
	height: 120px;
	clear: both;
	padding-left: 70px;
}
#publicidade {
	width: 130px;
	height: 550px;
	float: right;
	padding-top: 5px;
	position: relative;
}
#rodape {
	clear: both;
	text-align: center;
	color: #666;
}
#rodape p {
	font-weight: bold;
}
#_topnatal {
	position: absolute;
	left: 91px;
	top: 35px;
}
