body {
text-align:center;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color: #000;
font-size:14px;
background:url(imagens/fundo_body.jpg) top center;
background-attachment:fixed;
}
	
#tudo {
margin:0 auto;
position:relative;
width:910px;
background: url(imagens/setenta_br.png);
	}

#topo {
	width:910px;
	height:220px;
}

#menu{
	position:absolute;
	top:155px;
	left:13px;
	width:884px;
	height:30px;
	z-index:20;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#menu_home{
	position:absolute;
	top:94px;
	left:338px;
	width:567px;
	height:auto;
	text-align:left;
}
#menu_home td a{color:#000;}
#menu_home td a:hover{color: #00cc00;}
#menu_home td{
font-size:12px;
width:150px;
height:30px;
background:url(imagens/bot.png) top center no-repeat;
text-align:center;
padding:14px 0 6px 0;
font-weight:bold;
}
#principal{
width:890px;
padding:10px;
height:auto;
}

#rodape {
height:auto;
width:910px;
padding: 20px 0;
border-top: #fff solid 3px;
background: url(imagens/setenta_br.png);
}
#rodape strong{color:#ff0000; font-size:120%; letter-spacing: 1px;}

.float_right{
	width:auto;
	height:auto;
	float:right;
	border: 3px double #ccc;
	margin:0 0 10px 10px;
	}
	
.float_left{
	width:auto;
	height:auto;
	float:left;
	margin:0 10px 10px 0;
	border: 3px double #ccc;
	}
.principal{
	width:auto;
	height:auto;
	float:left;
	margin: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:90px;
	height:90px;
	overflow:hidden;
	float:left;
	margin: 2px;
	border: 1px solid #fff;
	}
img{border:0;padding:0;}
.img{padding: 6px; border: 1px solid #CAE1E1;}
.clear{clear:both;}