/* CSS Document */

body {
background-color:#ffffff;
background-repeat:repeat-x;
margin:0px;
font-family:arial;
color:#666666;
text-align:left;
font-size:12px
}

#geral {
width:960px;
margin:0px auto 20px auto;
padding-top:10px;
}

#header {
width:960px;
height:100px
}

#logo {
width:160px;
height:100px;
float:left
}

#logo img {
	padding-top:15px;
	border:0px;
}

#banner {
	width:610px;
	height:100px;
	float:left;
	margin-left:15px;
}

#banner img {
padding-top:7px;
border:0px
}

#topsearch {
width:160px;
height:100px;
float:right
}

#conteudo {
	width:960px;
	padding-top:25px
}

#menu {
width:160px;
float:left;
}

#direita {
width:160px;
float:right
}

#meio {
width:610px;
float:left;
margin-left:15px
}

#destaques {
	width:610px;
	height:232px;
	padding-bottom:15px
}

#outras_noticias {
	width:610px;
	padding-bottom:15px
}

#ultimas_noticias {
	width:290px;
	float:right
}
#rodape {
	width:99%;
	margin:0px auto;
	height:110px;
	background-color: #BAD7D5;
	background-image: url(../imagens/bg_rodape.jpg);
	background-repeat: repeat-x;
}
#rodape div {
padding-top:50px;
font-size:11px;
color:#333333;
font-weight:300;
text-align:center;
margin:0px auto;
}

