body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Currier, Arial, Georgia, sans-serif, Times;
font-size:14px;
background:#faf6ee;
color:#999685;
line-height:1.6em;
}

#tudo {
margin:0 auto;
position:relative;
text-align:center;
width:980px;
height:auto;
}
#grupo{
width:920px;
margin:0 30px;
height:auto;
background:#fff url(imagens/fundo_tudo.jpg) repeat-y;
}
#topo {
width:920px;
margin:0 30px;
height:98px;
text-align:left;
	}
#anima{width:920px; height:auto; margin:0 30px 30px 30px;}
#principal{
width:470px;
margin:10px 35px 10px 70px;
height:auto;
float:left;
}
/*
#principal{
width:920px;
margin:20px;
height:auto;
}
*/
#principal_menu{
	float:left;
	width:120;
	text-align:right;
	font-size: 86%;
	padding-right:5px;
	margin-right:5px;
	border-right:1px solid #eee;
}
#principal_menu a{color:#999;}
#principal_conteudo{
	float:right;
	width:780;
}
.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;}

#menu{
color:#fff;
width:289px;
margin:10px 10px 0 35px;
float: right;
text-align:left;
letter-spacing:0;
}
#menu a{color:#999685;}
#menu a:hover{color:#296b89;}
/*
#menu{
text-align:center;
letter-spacing:1px;
color:#74654E;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
background:#ccc;
width:100%;
height:auto;
}
*/
#menu table{width:229px;font-size:12px; margin:-15px 30px 30px ;}
#menu a, #menu td a{color:#999685; font-weight:bold;}
#menu div a{color:#999685; font-weight:bold;}
#menu a:hover{color:#296b89;}
#menu td{padding: 15px 0 5px 0;vertical-align:top; text-align:left; border-bottom:#cfc4b7 1px solid}
#menu td.red{background:#ff0000;}
.aberto{ padding: 5px 10px 10px 10px; color: #000099; background:#eee;}
#rodape {
margin:0 auto;
text-align:center;
padding:15px 0;
width:920px;
height:auto;
background:#999685;
color:#fff;
margin-top:10px;
line-height:1em;
}
#rodape strong {font-size:115%; letter-spacing:2px; color: #fff;}
.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;}

