body {
	text-align:center; /*centraliza no IE*/
	margin: 0;
	padding: 0;
	letter-spacing:0.1em;
	color:#36405a;
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	background: #fff url(imagens/fundo_body.jpg) center repeat-y;
}

#tudo {
margin: 0 auto; /*centraliza em navegadores padrão*/
position:relative;
width:780px;
height:auto;
}

#cabe {
padding: 10px;
position:relative;
width:760px;
height:150px;
background:url(imagens/cabe.jpg) top left no-repeat;
text-align:left;
}
	
#topo {
	position:absolute;
	top:0;
	left:539px;
	width:220px;
	height:220px;
	}

		
#principal{
	padding:60px 20px 30px;
	float:right;
	width: 556px;
	height:auto;
}
* html #principal{height:300px;}
#menu{
	width:170px;
	padding:20px 5px 5px;
	height:auto;
	float:left;
}

#rodape {
	position:relative;
	text-align:center;
	clear:both;
	padding:5px;
	width:770px;
	border-top:#fff 6px double;
	border-bottom:#fff 6px double;
	background:#fff;
	height:auto;
	font-size:90%;
}


.center{
text-align:center;
width:100%;
background:transparent;
} 
img{border:0;}

.float_right{
    position:relative;
	width:auto;
	height:auto;
	float:right;
	margin: 0 0 10px 10px;
	}
	
.float_left{
    position:relative;
	width:auto;
	height:auto;
	float:left;
	padding:6px;
	margin: 0 10px 10px 0;
	}

.box_thumb{
    position:relative;
  	width:130px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:170px;/* a altura varia de acordo com a quantidade de texto a ser exibido */
	float:left;
	padding:6px;
	margin: 14px;
	border:1px solid #ccc;
	color: #fff;
	background-color: #000;
	text-align:center;
	overflow:hidden;
	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:130px;
	height:130px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:130px;/*tamanho diferente devido ao antigo painel em flash*/
	height:130px;
	overflow:hidden;
	float:left;
	margin: 2px;
	border: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-right: 3px solid  #999;
	}
.sb{border:0;}