body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Helvetica, Arial, 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;
height:auto;
background:#fff;
margin-top:30px;
	}

#topo{
	width:980px;
	height:250px;
	background:url(imagens/topo.jpg) top center no-repeat;
}

#principal{
width:700px;
margin-right:30px;
height:auto;
float:right;
}
.float_left{ width:auto; height:auto; float:left; margin:0 10px 10px 0;}
.float_right{width:auto; height:auto; float:right; margin: 0 0 10px 10px;}

#menu{
width:160px;
margin-left:30px;
float: left;
}

#rodape {
margin:10px;
clear: both;
height:auto;
width:960px;
border-top: #eee solid 3px;
background:url(imagens/rodape.png);
color:#fff;
padding:10px 0;
}
#rodape strong {font-size:115%; letter-spacing:2px; color: #990000;}
#parceiros{
width:940px;
margin:10px;
height:55px;
overflow:auto;
}

#menu_topo{
	position:absolute;
	top:172px;
	left:714px;
	text-align:left;
	letter-spacing:2px;
	width:200px;
	height:30px;
}
#menu_topo a{
color: #0033ff;
}
#menu_topo a:hover{
color: #00CC00;
font-weight:bold;
}
.centralizada{width:700px; clear:both; text-align:center;}<!-- tem que ter o mesmo tamanho da principal ou onde será usada-->
.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: 4px;
	}
img{border:0;padding:0;}
.img{padding: 6px; border: 1px solid #CAE1E1;}

