body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color: #000;
font-size:14px;
background: #fff url(imagens/fundo_body.jpg) top repeat-x;
}
	
#tudo {
margin:0 auto;
position:relative;
	width:980px;
	background:url(imagens/fundo_tudo.jpg) top center no-repeat;
	padding-top:240px;
	}

#topo {
	position:absolute;
	top:0;
	left:0;
	width:980px;
	height:240px;
}

#principal{
width:728px;
padding:10px 20px;
margin-right:10px;
height:auto;
float:right;
background:url(imagens/fundo_70.png);
}

#principal_left{
float:left;
width:510px;
}
#principal_left img{
padding:5px;
margin-bottom: 10px;
}
#principal_right{
float:right;
width:250px;
}
#pagina{
width:100%;
clear:both;
}
#menu{
width:180px;
padding:0 5px 5px 5px;
margin-left:10px;
float: left;
}

#rodape {
padding:6px 0 30px 0;
clear: both;
height:60px;
width:980px;
margin-top:10px;
border-top: #eee solid 3px;
background:url(imagens/fundo_tudo.png);
}
#rodape strong {font-size:115%;}
#parceiros{
width:900px;
margin-left:40px;
height:55px;
overflow:auto;
}
.centralizada{width:100%; clear:both; text-align:center;}

.float_right{
	width:auto;
	height:auto;
	float:right;
	border: 3px double #ccc;
	margin:0 0 10px 10px;
	}
	
.float_left{
    position:relative;
	width:auto;
	height:auto;
	float:left;
	margin:0 10px 10px 0;
	}
.principal{
	width:auto;
	height:auto;
	float:left;
	margin:10px ;
	}

.box_thumb{
    position:relative;
  	width:110px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:140px;/* a altura varia de acordo com a quantidade de texto a ser exibido */
	float:left;
	padding:4px;
	margin: 8px;
	border:1px solid #ccc;
	text-align:center;
	overflow: scroll;
	font-size: 12px;/* definindo em pixel fica mais fácil determinar as linhas que serão exibidas no box*/
	line-height:120%;
	}
	
.thumb {/* tem que ter medidas exatas para manter padrão -  está vinculado com o php que gera as miniaturas da galeria*/
	width:110px;
	height:110px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:110px;
	height:110px;
	overflow:hidden;
	float:left;
	margin: 5px;
	border:1px solid #fff;
	}
img{border:0;padding:0;}
.img{padding: 6px; border: 1px solid #CAE1E1;}