body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color: #000;
font-size:14px;
background: #eee url(imagens/fundo_body.jpg) top repeat-x;
}
	
#tudo {
margin:0 auto;
position:relative;
width:980px;
padding-top:260px;
background: #fff url(imagens/fundo_tudo.jpg) top repeat-x;
	}

#topo {
	position:absolute;
	top:0;
	left:0;
	width:980px;
	height:200px;
}

#principal{
width: 770px;
padding:0 20px 20px 0;
height:auto;
float:right;
}

#principal_left{
width:360px;
height:auto;
float:left;
text-align:left;
font-size:12px;
}
#principal_right{
width:380px;
height:auto;
float:right;
text-align:left;
}
#principal_orcamento{
width:350px;
height:auto;
float:right;
text-align:left;
padding:10px;
border-left: 1px solid #ccc;
font-size:12px;
}
#pagina{
width:100%;
clear:both;
}

#menu{
width:180px;
margin-left:10px;
float: left;
}

#rodape {
clear: both;
height:auto;
width:980px;
padding:10px 0;
border-top: #eee solid 3px;
background:#ddd;
}
#rodape strong {font-size:110%;}
#parceiros{
width:100%;
height:70px;
font-size:85%;
letter-spacing:2px;
line-height:145%;
overflow:auto;
}
.centralizada{width:696px; clear:both; text-align:center;}

.box_thumb{
    position:relative;
  	width:150px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:210px;/* a altura varia de acordo com a quantidade de texto a ser exibido */
	float:left;
	padding:4px;
	margin: 10px 16px;
	border-bottom:1px solid #eee;
	text-align:center;
	font-size: 13px;/* definindo em pixel fica mais fácil determinar as linhas que serão exibidas no box*/
	line-height:120%;
	}
.box_thumb strong{color:#ff0000; font-size: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;
	border:0;
	padding:0 0 5px 0;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:110px;
	height:110px;
	overflow:hidden;
	float:left;
	margin: 4px;
	}
img{border:0;padding:0;}

.float_left{
float:left;
margin:0 20px 0 0;
width:auto;
height:auto;
border:3px double #ccc;
}
.float_right{
float:right;
margin:0 0 0 20px;
width:auto;
height:auto;
}

