body {
	text-align:center; /*centraliza no IE*/
	margin: 0;
	padding: 0;
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#tudo {
    margin: 0 auto; /*centraliza em navegadores padrão*/
	position:relative;
	width:780px;
	height:auto;
	background:url(imagens/fundo_tudo.jpg) repeat-y;
	}
	
#topo {
	width:780px;
	height:100px;
	background:url(imagens/cabe.jpg) top center no-repeat;
	}
	
#principal{
	position:relative;
	text-align:center;
	margin-top:200px;
	padding: 10px 20px 10px 10px;
	width: 545px;
	height:auto;
	float:right;
}

#menu{
    margin-top:200px;
	padding-left:19px;
	position:relative;
	text-align:center;
	width:181px;
	height:auto;
	float:left;
}

#rodape {
	position:relative;
	text-align:center;
	clear:both;
	padding:5px;
	width: 734px;
	border-left:#fff 18px solid;
	border-right:#fff 18px solid;
	height:auto;
	color:#fff;
	font-size:90%;
	background-color:#6969c4;
}

#rodape a{
color: #00CC00;
}

.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:142px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:170px;/* a altura varia de acordo com a quantidade de texto a ser exibido */
	float:left;
	padding:6px;
	margin: 14px;
	border:1px solid #ccc;
	color: #fff;
	background-color: #000;
	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:142px;
	height:142px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:110px;
	height:110px;
	overflow:hidden;
	float:left;
	margin: 8px;
	border: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-right: 3px solid  #999;
	}
#esq{
width:110px;
height:300px;
position:absolute;
left:-110px;
top:0;
background:url(imagens/esq.jpg);
}
#dir{
width:110px;
height:300px;
position:absolute;
left:780px;
top:0;
background:url(imagens/dir.jpg);
}
#flash{
width:780px;
height:200px;
position:absolute;
left:0;
top:100px;
}
