body {
	text-align:center; /*centraliza no IE*/
	margin: 0;
	padding: 0;
    font-family:Arial, Helvetica, sans-serif;
	background:url(imagens/fundobody.jpg) repeat-x;
	background-color:#7BAFD6;
	color:#fff;
	font-size:14px;
}
#tudo {
    margin: 0 auto; /*centraliza em navegadores padrão*/
	position:relative;
	width:780px;
	height:auto;
	background:url(imagens/fundo_tudo.jpg) 0 290px no-repeat;
	}
#cabe {
	position:absolute;
	width:1000px;
	height:290px;
	top:0;
	left:-110px;

}
#dir {
	position:absolute;
	width:210px;
	height:350px;
	top:0;
	left:780px;
	background: url(imagens/cabedir.jpg);
}

#principal{
	text-align:center;
	padding: 300px 0 6px 0;
	width: 780px;
	height:auto;
    background:url(imagens/fundo_principal.jpg) 0 290px no-repeat;
}

#menu{
	position:absolute;
	width:510px;
	left: 180px;
	top: 220px;
}

#rodape {
margin-top:15px;
    clear: both;
	padding:6px;
	text-align:center;
	width:768px;
	height: auto;
	font-size:90%;
	line-height:140%;
	background: url(imagens/tarja.jpg) top center no-repeat;
}

#flutua_esq{
    position:relative;
	width:auto;
	height:auto;
	float:left;
	margin:0 40px 0 0;
	border: 3px solid #ccc;
	}
	
.float_right{
	width:auto;
	height:auto;
	float:right;
	margin:0 0 10px 10px;
	}
	
.float_left{
	width:auto;
	height:auto;
	float:left;
	margin:0 10px 10px 0;
	border: double 3px #eee;
	}

.box_thumb{
    position:relative;
  	width:140px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:auto;/* a altura varia de acordo com a quantidade de texto a ser exibido */
	float:left;
	margin: 6px;
	border:1px solid #fff;
	text-align:center;
	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:140px;
	height:140px;
	overflow:hidden;
	border: 1px solid #fff;
	}
	
.thumb_float {/* igual ao decima porém flutuante  - SOMENTE .thumb= usado na pagina portoes e similares*/
	width:140px;
	height:140px;
	overflow:hidden;
	float:left;
	margin: 0 10px 10px 0;
	border: 1px solid #fff;
	}
	
img{ border:0; padding:0; margin:0;}	
