body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Helvetica, Arial, sans-serif;
color: #000;
font-size:14px;
background: #eee;
}
	
#tudo {
margin:0 auto;
position:relative;
width:980px;
height:auto;
background:#fff;
margin-top:30px;
	}

#topo{
	width:980px;
	height:190px;
}

#principal{
width:940px;
margin:0 20px 10px 20px;
height:auto;
}


#menu{
	position:absolute;
	top:133px;
	left:331px;
	width:731px;
	height: 29px;
}
#menu ul{margin-top:-10px;}
*html #menu{left:290px;}

#rodape {
margin:10px 10px 0 10px;
clear: both;
height:auto;
width:960px;
border-top: #eee solid 3px;
background:url(imagens/fundo_rodape.jpg) bottom repeat-x;
padding:10px 0 20px 0;
}
#rodape strong {font-size:115%; letter-spacing:2px; color: #0000cc;}
#parceiros{
width:940px;
margin:10px;
height:55px;
overflow:auto;
}
.float_left{
float:left;
width:auto;
height:auto;
margin:0 20px 10px 0;
border:3px double #eee;
}
.float_right{
float:right;
width:auto;
height:auto;
margin:0 0 10px 20px;
border:3px double #eee;
}

.box_thumb{
  	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: 3px;
	}
img{border:0;padding:0;}
.img{padding: 6px; border: 1px solid #CAE1E1;}
