body {
	text-align:center; /*centraliza no IE*/
	margin: 0;
	padding: 0;
    font-family:Arial, Helvetica, sans-serif;
	line-height: 140%;
	letter-spacing:1px;
	background: #000 url(imagens/fundo_body.jpg) top center no-repeat;
	background-attachment:fixed;
	font-size:14px;
	color:#fff;
scrollbar-face-color: #0C1220;
scrollbar-highlight-color: #29344A;
scrollbar-3dlight-color: #29344A;
scrollbar-darkshadow-color: #000;
scrollbar-shadow-color: #000;
scrollbar-arrow-color: #29344A;
scrollbar-track-color: #000;
/*direction: rtl;*/
}
#tudo {
    margin: 0 auto; /*centraliza em navegadores padrão*/
	position:relative;
	width:960px;
	height:auto;
	padding-top:65px;
	border-right: 6px solid #0C1220;
	border-left: 6px solid #29344A;
	}	
#cabe {
text-align:center;
	position:absolute;
	width:100%;
	height:65px;
	top:0;
	left:0;
}
#altura{/*para pegar a altura da página - interage com javascript*/
	position: absolute;
	top:50%;
	left:0;
	width:2px;
	height:2px;
}
#principal{
    float:right;
	text-align:center;
	width:697px;
	overflow:auto;
	padding:20px 10px 20px 10px;
}
#principal_left{
float:left;
width:402px;
}
#principal_right{
float: right;
width:270px;
}

#menu{
float:left;
width:230px;
}

#rodape {
    clear: both;
	text-align:center;
	width:960px;
	height:50px;
	padding:10px 0;
	font-size:90%;
	background: url(imagens/fundo_rodape.png) top center no-repeat;
}
.center{
text-align:center;
width:100%;
background:transparent;
} 
.borda{height:250px; width:650px; border:3px double #fff; padding:0;}
.float_right{
    position:relative;
	width:auto;
	height:auto;
	float:right;
	padding:5px;

	}
	
.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:110px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:140px;/* 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:80px;
	height:80px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:3px;
	border: 1px solid #fff;
	}
	
img{ border:0; padding:0; margin:0;}
.img{margin: 5px 0; border: 1px solid #ccc;}
