body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Helvetica, Arial, sans-serif;
color: #000;
font-size:14px;
background: #6699ff;
}
	
#topo {
margin:0 auto;
position:relative;
width:960px;
height:auto;
text-align:center;
background: #83D9F5;
margin-top:10px;
	}

#tudo {
margin:0 auto;
width:960px;
height:auto;
background:#fff;
	}

#principal{
width:750px;
margin:10px 15px 10px 0;
height:auto;
float:right;
}
.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{
color:#867855;
width:150px;
margin:10px 0 10px 15px;
float: left;
text-align:center;
font-size:90%;
letter-spacing:0;
}
.menu{color: #0099ff;}
#menu table{width:100%;font-size:13px; border-collapse:separate;}
#menu a, #menu td a{color:#03c;}
#menu div a{color: #03c;}
#menu a:hover{color: #000; font-weight:bold;}
#menu td{padding: 5px 10px 5px 5px; background: #fc0; vertical-align:top; text-align:right; border:1px dotted #f90;}
#menu td.red{background:#ff0000;}
.aberto{ padding:4px;}
#rodape {
margin:10px 0;
clear: both;
height:auto;
width:960px;
padding:15px 0;
background: #6633ff;
color:#fff;
border-top:3px double #4A696E;
}
#rodape strong {font-size:115%; letter-spacing:2px; color:#fff;}
#parceiros{
width:860px;
margin-left:50px;
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;}

