body {
	text-align:center; /*centraliza no IE*/
	margin: 0;
	padding: 0;
    font-family:Arial, Helvetica, sans-serif;
	background:url(imagens/fundo_body.jpg) top repeat-x;
}
#tudo {
padding-top:300px;
    margin: 0 auto; /*centraliza em navegadores padrão*/
	position:relative;
	width:780px;
	height:auto;
	background:url(imagens/fun_prin.jpg) 0 300px no-repeat;
	background-color:#fff;
	}
#cabe {
	position:absolute;
	width:1000px;
	height:230px;
	top:0;
	left:-110px;

}
#dir {
	position:absolute;
	width:110px;
	height:450px;
	top:300px;
	left:780px;
	background:url(imagens/dir.jpg);
}
#esq {
	position:absolute;
	width:110px;
	height:450px;
	top:300px;
	left:-110px;
	background:url(imagens/esq.jpg);
}

#topo {
position:absolute;
left:-110px;
top:0;
	width:1000px;
	height:300px;
}

#principal{
	position:relative;
	text-align:center;
	padding: 0 0 0 26px;
	width: 580px;
	height:auto;
	float:right;
	min-height: 400px;
}
* html #principal{height:400px;}
#menu{
	position:relative;
	text-align:left;
	width:170px;
	height:auto;
	float:left;
}

#rodape {
    clear: both;
	padding:6px;
	text-align:center;
	width:768px;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:170%;
	color: #000;
}

#rodape a{
color:#ff0000;
}

.center{
text-align:center;
width:100%;
background:transparent;
} 

.float_right{
    position:relative;
	width:auto;
	height:auto;
	float:right;
	padding:6px;
	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:90px; /* 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:6px;
	margin: 0 10px 10px 0;
	border:1px solid #fff;
	color: #0066CC;
	background-color: #fff;
	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:90px;
	height:120px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:90px;
	height:120px;
	overflow:hidden;
	float:left;
	margin: 10px;
	border: 1px solid #fff;
	}
img{border:0;}
