body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Helvetica, Arial, sans-serif;
font-size:14px;
background: url(imagens/fundo_body.jpg) top center no-repeat;
}
	
#topo {
margin:0 auto;
position:relative;
width:100%;
height:150px;
text-align:left;
}

#tudo {
margin:0 auto;
width:90%;
height:auto;
	}

#principal{
float: right;
width:80%;
margin:1%;
height:auto;
}

#principal_left{
float: left;
width:70%;
height:auto;
}
#principal_right{
float: right;
width:25%;
padding:10px;
height:auto;
background:#eee;
}
.separa{clear:both;}
.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{
background:#eee;
width:15%;
margin:1%;
float: left;
text-align:left;
font-size:90%;
letter-spacing:0;
}

#menu table{margin-top:-15px; width:100%;}
#menu a, #menu td a{color: #0033cc;}
#menu div a{color: #0033cc;}
#menu a:hover{color: #3366ff;}
#menu td{font-size:90%; padding: 3px 6px; vertical-align:top; text-align:right;}
#rodape {
margin:10px 0 0 0;
clear: both;
height:auto;
width:100%;
padding:15px 0;
border-top:3px double #eee;
}
#rodape strong {font-size:115%; letter-spacing:2px;}
#parceiros{
width:80%;
margin-left:10%;
height:60px;
overflow:auto;
}

.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;}
.promo{ font-size:24px; color:#ff9900; font-style:italic; margin: 10px 0;}
.clear{clear:both;}
