body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color: #fff;
font-size:14px;
background: #000 url(imagens/fundo_body.jpg) top repeat-x;
}
	
#tudo {
margin:0 auto;
position:relative;
width:980px;
background:#000 url(imagens/fundo_tudo.jpg) top repeat-x;
padding-top:150px;
}

#topo {
position:absolute;
top:0;
left:0;
width:980px;
height:150px;
}

#principal{
width:778px;
padding:0 20px 0 0;
height:auto;
float:right;
}

#principal_left{
float:left;
width:510px;
}
#principal_left img{
padding:1px;
border:3px double #ccc;
margin-bottom: 10px;
}
#principal_right{
float:right;
width:250px;
}
#pagina{
width:250px;
clear:both;
}
#menu{
width:140px;
padding:0 10px 10px 10px;
margin-left:10px;
float: left;
}
.menu{color: #0099ff;}
#menu table{width:100%;font-size:13px; border-collapse:collapse;}
#menu a, #menu td a{color:#000;}
#menu div a{color: #000;}
#menu a:hover{color: #03f;}
#menu td{padding: 5px 10px; background:#ffcc00; vertical-align:top; text-align:center; border-bottom:2px solid #000; border-top:2px solid #000;}
#menu td.red{background:#ff0000;}
.aberto{ padding:4px;}
#rodape {
padding:6px 0 30px 0;
clear: both;
height:60px;
width:980px;
margin-top:10px;
background:url(imagens/rodape.png) bottom no-repeat;
}
#rodape strong {font-size:115%;}
#parceiros{
width:900px;
margin-left:40px;
height:60px;
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;}

