body {
	text-align:center; /*centraliza no IE*/
	margin: 0;
	padding: 0;
    font-family:Arial, Helvetica, sans-serif;
	background:url(imagens/fundo_body.jpg) center repeat-y;
	font-size:14px;
	color:#000;
	/*color:#596947*/
}
#tudo {
    margin: 0 auto; /*centraliza em navegadores padrão*/
	position:relative;
	width:1000px;
	height:auto;
	background: url(imagens/fundo_principal.jpg) center bottom no-repeat;
	}
#cabe {
	position:absolute;
	width:1000px;
	height:283px;
	top:0;
	left:0;

}

#principal{
float:right;
	text-align:center;
	padding: 300px 10px 10px;
	width: 760px;
	height:auto;
	min-height:250px;
}
*html #principal{height:250px;}
#menu{
padding: 300px 10px 20px 10px;
float:left;
width:198px;
height:auto;

}

#rodape {
    clear: both;
	padding:10px 20px;
	text-align:center;
	width:960px;
	height: auto;
	line-height:150%;
	color:#000;
	border-top:3px solid #cc3333;
}
.center{
text-align:center;
width:100%;
background:transparent;
} 
iframe{
padding:2px;
border: 2px 0;
border-color:#fff;
border-style: 1px;
margin-bottom:10px;
}

.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:10px 2px 2px 10px;
	margin:3px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	background:url(imagens/fundo_float_left.gif) top left no-repeat;
	}

.box_thumb{
    position:relative;
  	width:130px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:160px;/* a altura varia de acordo com a quantidade de texto a ser exibido */
	float:left;
	padding:6px;
	margin: 0 10px 10px 0;
	border:1px solid #fff;
	color: #0066CC;
	background-color: #fff;
	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:130px;
	height:130px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:130px;
	height:130px;
	overflow:hidden;
	float:left;
	margin: 0 10px 10px 0;
	border: 1px solid #fff;
	}
	
img{ border:0; padding:0; margin:0;}	
