body {
	text-align:center; /*centraliza no IE*/
	margin: 0;
	padding: 0;
	letter-spacing:0.1em;
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000066;
	text-align:center;
	background:url(imagens/fundo_body.jpg) top center repeat-y;
}

#tudo {
padding: 260px 0 0 0;
margin: 0 auto; /*centraliza em navegadores padrão*/
position:relative;
width:780px;
height:auto;
background: #e6eaeb;
}
	
#topo {
position:absolute;
top:0;
left:0;
	width:780px;
	height:260px;
	}
	
#principal{
	padding:10px 10px 5px 15px;
	float:right;
	width: 570px;
	height:auto;
	min-height:300px;
	border-left: #ccc double 3px;
	z-index:30;
}
* html #principal{height:300px;}
#menu{
	width:160px;
	padding: 10px;
	height:auto;
	float:left;
}

#rodape {
	position:relative;
	text-align:center;
	clear:both;
	padding:5px;
	width:770px;
	border-top: 3px double #C5C6C8;
	height:auto;
	font-size:90%;
	background:#C5C6C8;
	color:#000066;
}

#rodape a{
color: #ff9900;
}

.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:142px; /* 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:110px;
	height:110px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:80px;/*tamanho diferente devido ao antigo painel em flash*/
	height:60px;
	overflow:hidden;
	float:left;
	margin: 4px;
	border: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-right: 3px solid  #999;
	}
