body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color: #330000;
font-size:14px;
letter-spacing:0.15em;
background: url(imagens/fundo_body.jpg) top center repeat-y;
}

#tudo {
    margin:0 auto;
	position:relative;
	padding-top:240px;
	width:100%;
	max-width:960px;
	text-align:center;
	}

#topo {
	position:absolute;
	text-align:left;
	width:100%;
	height:200px;
	top:0;
	left:0;
	background:url(imagens/cabe.jpg) top center no-repeat;  
}
#tarja{
	position:absolute;
	text-align:center;
	width:100%;
	height:22px;
	padding:4px 0;
	top:200px;
	left:0;
	color:#ff0000;
	background:url(imagens/fundo_tarja.jpg) top repeat-x;
}

#principal{
width:100%;
height:auto;
}
#principal_left{
float:left;
padding:20px 10px 10px 30px;
}
#principal_right{
float:right;
width:460px;
padding:20px 30px 10px 10px;
}
#principal_right img, #principal_right object{
border:5px double #fff;
}

#rodape {
margin-top:10px;
padding:28px 1% 10px 1%;
clear: both;
height:auto;
width:98%;
border-top:3px double #666600;
}
.center{width:100%; clear:both;}
.float_right{
	width:auto;
	height:auto;
	float:right;
	border: 3px double #ccc;
	margin:0 0 10px 20px;
	}
	
.float_left{
    position:relative;
	width:auto;
	height:auto;
	float:left;
	margin:0 10px 10px 0;
	border: 3px double #ccc;
	}

.box_thumb{
    position:relative;
  	width:130px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:150px;/* a altura varia de acordo com a quantidade de texto a ser exibido */
	float:left;
	padding:4px;
	margin: 8px;
	border:1px solid #ccc;
	text-align:center;
	overflow: scroll;
	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:100px;
	height:100px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:100px;
	height:100px;
	overflow:hidden;
	float:left;
	margin: 6px;
	border: 1px solid #fff;
	}
img{border:0;}
.img{padding: 6px; border: 1px solid #CAE1E1;}
