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) top center repeat-x;
background-attachment:fixed;
}
	
#tudo {
margin:0 auto;
position:relative;
	width:980px;
	background:#fff;/*url(imagens/fundo_tudo.png);*/
	padding-top:126px;
	border: 10px solid #ccc;
	margin-top:15px;
	}

#topo {
position:absolute;
top:0;
left:0;
	width:980px;
	height:126px;
}
#tarja{
	width:980px;
	height:20px;
	padding: 10px 0;
	margin-bottom:10px;
	background:#007569;
	border-bottom:6px solid #ccc;
}
#tarja h1 {
margin:0;
font-size:15px;
color: #fff;
text-align:center;
}
#principal{
width:778px;
padding:0 20px 0 0;
height:auto;
float:right;
}

#principal_left{
width:360px;
height:auto;
float:left;
text-align:left;
font-size:12px;
}
#principal_right{
width:360px;
height:auto;
float:right;
text-align:left;
}
#principal_orcamento{
width:360px;
height:auto;
float:right;
text-align:left;
padding:10px;
border-left: 1px solid #ccc;
font-size:12px;
}
#pagina{
width:250px;
clear:both;
}
#menu{
width:140px;
padding:0 10px 10px 10px;
margin-left:10px;
float: left;
}

#rodape {
padding:6px 0 30px 0;
clear: both;
height:60px;
width:980px;
margin-top:10px;
border-top: #eee solid 3px;
background:url(imagens/rodape.png);
}
#rodape strong {font-size:115%;}
#parceiros{
width:900px;
margin-left:40px;
height:60px;
overflow:auto;
}
.centralizada{width:770px; clear:both; text-align:center;}

.box_thumb{
    position:relative;
  	width:150px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:200px;/* a altura varia de acordo com a quantidade de texto a ser exibido */
	float:left;
	padding:4px;
	margin: 15px;
	border:1px solid #ccc;
	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:140px;
	height:140px;
	overflow:hidden;
	text-align:center;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:110px;
	height:110px;
	overflow:hidden;
	float:left;
	margin: 4px;
	}
img{border:0;padding:0;}
.img{padding: 6px; border: 1px solid #CAE1E1;}
