body {
	text-align:center; /*centraliza no IE*/
	margin: 0;
	padding: 0;
    font-family:Arial, Helvetica, sans-serif;
	background:url(imagens/fundobody.jpg) repeat-x;
	background-color:#4A81D1;
	color: #000099;
	font-size:14px;
	letter-spacing:1px;
}
#tudo {
    margin: 0 auto; /*centraliza em navegadores padrão*/
	position:relative;
	width:780px;
	height:auto;
	background: url(imagens/fundo_tudo.jpg); 
	background-color:#97B6E4;
	}
#cabe {
	position:absolute;
	width:780px;
	height:320px;
	top:0;
	left:0;

}
#dir {
	position:absolute;
	width:210px;
	height:800px;
	top:0;
	left:780px;
	background: url(imagens/dir.jpg);
}
#esq {
	position:absolute;
	width:210px;
	height:800px;
	top:0;
	left:-210px;
	background: url(imagens/esq.jpg);
}
#principal{
    float:right;
	text-align:center;
	padding: 326px 5px 5px 0;
	width: 560px;
	height:auto;
	min-height: 400px;
}
* html #principal { height: 400px;}
#menu{
	width:200px;
	float:left;
	text-align:center;
	padding: 326px 0 5px 5px;
}

#menu table{width:100%; border:0;}

#menu td {
padding: 2px 0;
border-left:#fff solid 1px;
border-top:#fff solid 1px;
}

#menu td a{
padding:2px 2px 2px 6px;
display:block;
text-decoration:none;
color: #fff;
background-color:#ff0000;
}
#menu td a:hover{
color: #fff;
background-color: #FF9900;
}
#rodape {
    clear: both;
	padding:6px;
	text-align:center;
	width:768px;
	height: auto;
	font-size:90%;
	line-height:140%;
	border-top: 1px solid #000099;
}
.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:140px; /* 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: 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:140px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:80px;
	height:60px;
	overflow:hidden;
	float:left;
	margin: 0 8px 8px 0;
	border: 3px double #fff;
	
	}
	
img{ border:0; padding:0; margin:0;}	
