body {
	text-align:center; /*centraliza no IE*/
	margin: 0;
	padding: 0;
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.4em;
	color:#596947;
	background:#FFF4E8;
}
#tudo {
    margin: 0 auto; /*centraliza em navegadores padrão*/
	position:relative;
	width:980px;
	height:auto;
	border:10px solid #fff;
	margin-top:10px;
	background: #FEFAEB;
	}
#cabe {
	position:absolute;
	width:980px;
	height:200px;
	top:0;
	left:0;
    border-bottom:10px solid #fff;
}

#principal{
	text-align:center;
	padding: 250px 10px 10px 10px;;
	width: 960px;
	height:auto;
}

#menu{
	position:absolute;
	width:980px;
	height:24px;
	padding: 3px 0;
	top: 210px;
	left:0;
	background: #FF9900;
	color:#ff0000;
}
#menu a{
color: #fff;
}
#menu a:hover{
color: #0066ff;
}
#rodape {
    clear: both;
	padding:10px;
	text-align:center;
	width:960px;
	height: auto;
	background: #FF9900;
	color:#fff;
	border-top:10px solid #fff;
}
#rodape strong{color:#fff;}
.center{
text-align:center;
width:100%;
background:transparent;
} 
.float_left{
float:left;
width:auto;
height:auto;
margin: 10px 20px 160px 0;
padding:3px;
border:1px solid #e4e7d6;
}
#principal_right{
	width:180px;
	height:auto;
	float:right;
	padding: 0 0 0 10px;
	border-left: 3px solid #fff;
	color: #6699cc;
	}
	#principal_right img{margin-bottom:10px; border:0;}
	
.img_float{padding:3px; border: #fff double 3px; margin:15px;}	
#principal_left{
	width:740px;
	height:auto;
	float:left;
	}

.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:10px;
	border: 1px solid #fff;
	}
	
img{ border:0; padding:0; margin:0;}
.left_rodape{float:left; margin:0 15px; width:140px; height:60px;}
.right_rodape{float:right; margin:0 15px; width:140px; height:60px;}
.letrinha{font-size:70%; line-height:120%; text-indent:0;}
