body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size: 14px;
background: url(imagens/fundo_body.jpg) 20% repeat-y;
}

#tudo {
	position:relative;
	width:100%;
	text-align:center;
	background: url(imagens/fundo_tudo.gif) 78.7% repeat-y;
	}

#topo {
	position:absolute;
	text-align:left;
	width:100%;
	height:60px;
	top:0;
	left:0;
	background-color:#000;
	border-bottom: 3px solid #999;
}
#menu{
	position:relative;
	width:18%;
	height:auto;
	z-index:20;
	padding:1%;
	}

#principal{
line-height:140%;
width:79%;
height:auto;
float:right;
}

#meio{
position:relative;
padding:10px 0 0 0;
width:71%;
height:auto;
float:left;
}

.meio_left{
padding:10px 0 0 0;
position:relative;
width:49%;
height:auto;
float:left;
}
.meio_right{
padding:10px 0 0 0;
position:relative;
width:48%;
height:auto;
float:right;
}
.div{width:100%; height:auto; padding:5px; border-bottom:1px #ccc solid; text-align:left; font-size:12px;}
.float_div{float:left; position:relative; border-right: 1px solid #ccc; margin-right: 6px; padding-right: 4px;}
#anunciantes{
	position:relative;
	padding:1% 1% 1% 2%;
	width:25%;
	height:auto;
	float:right;
	z-index: 5;
	/*background:url(imagens/fundo_anunciantes.jpg) -2px 0  no-repeat;*/
	font-size:90%;
}
#rodape {
padding:5px 3%;
clear: both;
height:auto;
width:94%;
font-size:90%;
margin-top:10px;
background:#e8eec8;
}
.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;
	border:0;
	}

.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:140px;
	height:140px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:140px;
	height:140px;
	overflow:hidden;
	float:left;
	margin: 0 10px 10px 0;
	border: 1px solid #fff;
	}
	
img{
border:3px solid #ccc;
border-right:3px solid #fff;
border-bottom:3px solid #fff;
}
.img{border:0;}