body {
text-align:center;
line-height:110%;
margin:0;
padding:0;
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
color: #4F5E97;
background:#B9D2F9 url(imagens/fundo_body.jpg) center repeat-y;
line-height:130%;
}

#tudo {
margin: 0 auto;
	position:relative;
	padding-top:220px;
	width:100%;
	max-width:1000px;
	text-align:center;
	background-color: #dae1fa;

}

#topo {
	position:absolute;
	text-align:center;
	width:100%;
	height:220px;
	min-width:800px;
	top:0;
	left:0;
	z-index:10;
    background:#B9D2F9;
	background:#B9D2F9 url(imagens/fundo_body.jpg) center repeat-y;
}

#principal{
width:79%;
height:auto;
min-height:400px;
float:right;
text-align: center;
}

#principalleft{
text-align:center;
position:relative;
padding:1%;
width:72%;
height:auto;
float:left;
color:#000;
background-color: #E9F0FE;
min-height:400px;
}

* html #principalleft{ height:400px;}

#principalright{
	position:relative;
	padding:1%;
	width:23%;
	height:auto;
	float:right;
	text-align:center;
}
#menu{
	position:relative;
	width:18%;
	padding:1%;
	height:auto;
	}
	
#rodape {
padding:5px 2%;
clear: both;
height:auto;
width:96%;
border-top: #fff 1px solid;
background-color: #B9D2F9;
}

.center{
text-align:center;
width:100%;
background:transparent;
} 

.float_right{
	width:auto;
	height:auto;
	float:right;
	padding:5px;
	clear:both;
	}
	
.float_left{
	width:auto;
	height:auto;
	float:left;
	padding:6px;
	}

.box_thumb{
    position:relative;
  	width:130px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:160px;/* 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:130px;
	height:130px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:130px;
	height:130px;
	overflow:hidden;
	float:left;
	margin:5px;
	border: 1px solid #fff;
	}
	
img{ border:0; padding:0; margin:0;}	

