body {
text-align:center;
line-height:120%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
background:url(imagens/fundo_esq.jpg) left repeat-y;
background-color:#82b49b;
font-size:14px;
}

#tudo{
position:relative;
	width:94%;
	margin:3%;
	height:auto;
	background-color:#e6f0eb;
	border:2px solid #fff;
	border-bottom:#999 solid 2px;
	border-right:#999 solid 2px;
}
#topo {
    margin:1%;
	text-align:center;
	width:98%;
	height:150px;
	background: url(imagens/cabe_fundo.jpg) top repeat-x;
}

#principal{
line-height:140%;
width:73%;
padding:1%;
height:auto;
float: right;
}

#menu {
float:left;
	width:22%;
	height:auto;
	padding:1%;
}
#data {
	position:absolute;
	width:90%;
	height:auto;
	top:26px;
	left:63px;
	z-index:20;
	text-align: right;
	color:#000;
	font-size:12px;
}

#tarja{
position:relative;
width:100%;
height:20px;
border: solid #fff;
border-width: 1px 0;
}

.center{
text-align:center;
width:100%;
background:transparent;
} 

.float_right{
    position:relative;
	width:auto;
	height:auto;
	float:right;
	padding:6px;
	margin: 0 0 10px 10px;
	}
	
.float_left{
    position:relative;
	width:auto;
	height:auto;
	float:left;
	padding:6px;
	margin: 0 10px 10px 0;
	}

.box_thumb{
    position:relative;
  	width:140px; /* 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:140px;
	height:120px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:140px;
	height:120px;
	overflow:hidden;
	float:left;
	margin: 8px;
	border: 1px solid #fff;
	}

#rodape {
clear: both;
height:auto;
padding: 10px 0 0;
width:98%;
margin:1%;
text-align: center;
background: url(imagens/rodape_fundo.jpg) bottom repeat-x;
border-top:#fff solid 1px;
}
#info{
	position:relative;
	width: 100%;
	height: 60px;
	overflow:auto;
	text-align:center;
}

img{border:0;}
.img_right {float:right;}
.img_left {float:left;}
