body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color: #663300;
font-size: 14px;
background:#ff9900;
}

#tudo {
    margin: 20px auto; /*centraliza em navegadores padrão*/
	padding-top:170px;
	position:relative;
	width:780px;
	height:auto;
	background: #f4f0e1 url(imagens/fundo_tudo.jpg) left repeat-y;
	border:10px solid #F3C796;
	}

#topo {
	position:absolute;
	text-align:center;
	width:100%;
	height:160px;
	top:30px;
	left:0;   
}
#menu{
	width:170px;
	margin:10px;
	height:auto;
	float:left;
	}

#principal{
padding:10px;
width:569px;
height:auto;
float:right;
}

#parceiros{
	position:relative;
	padding:5px 1% 0 1%;
	width:25%;
	height:auto;
	float:right;
	z-index: 5;
	/*background:url(imagens/fundo_anunciantes.jpg) -2px 0  no-repeat;*/
	font-size:90%;
}
#rodape {

padding:10px 3% 5px 3%;
clear: both;
height:auto;
width:94%;
font-size:90%;
margin-top:10px;
background:#f3c796;
}
.center{width:100%; clear:both;}
.float_right{
    position:relative;
	width:auto;
	height:auto;
	float:right;
	padding:5px;
	clear:both;
	}
	
.float_left{
    position:relative;
	width:auto;
	height:auto;
	float:left;
	padding:6px;
	}

.box_thumb{
    position:relative;
  	width:156px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:195px;/* 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:130px;
	height:130px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:130px;
	height:130px;
	overflow:hidden;
	float:left;
	margin: 0 6px 6px 0;
	border: 1px solid #fff;
	}
	img{border:0;}
.img{padding: 6px; border: 1px solid #CAE1E1;}