body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color: #000;
font-size:14px;

}
	
#tudo {
margin:0 auto;
text-align:center;
position:relative;
width:910px;
border:5px solid #eee;
background:#fefbed;
margin-top:20px;
	}

#principal{
width:890px;
padding:10px;
height:auto;
float:right;
}
#principalleft{
width:380px;
height:auto;
float:left;
text-align:left;
}
#principalright{
width:480px;
height:auto;
float:right;
border:1px solid #fff;
}
h1{text-align:center;}
#menu{
width:910px;
height:auto;
padding:4px 0;
background:#F6F6D7;
border-bottom:1px solid #ccc;
}
#menu a, #menu td a{color:#960;}
#menu div a{color: #960;}
#menu a:hover{color: #06f;}
#menu td{padding: 5px 15px; vertical-align:top; text-align:center;font-size:13px;}
#menu td.red{background:#ff0000;}
.aberto{ padding:4px;}
#rodape {
padding:6px 0 10px 0;
clear: both;
height:auto;
width:910px;
margin-top:10px;
border-top: #eee solid 3px;
background: url(imagens/fundo_tudo.png);
}
#rodape strong {font-size:115%;}
#parceiros{
width:870px;
margin-left:20px;
height:50px;
font-size:90%;
letter-spacing:2px;
line-height:140%;
overflow:auto;
}
.separa, .clear{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;}
.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;}
