body {
text-align:center;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color: #fff;
font-size:14px;
background:#000;
}
	
#tudo {
margin:0 auto;
position:relative;
width:980px;
padding-top:150px;
	}

#menu {
	width:980px;
	height:auto;
	text-align:center;
	margin-bottom:10px;
	padding:10px 0;
}
#menu_site {
margin:0 auto;
position:relative;
	width:960px;
	height:auto;
	background:#ffcc00;
	text-align:right;
	padding:10px;
}

#menu_site a{color:#000; font-weight:bold;}
#menu_site a:hover{color: #ff0000; letter-spacing:0.1em;}
#topo{
	position:absolute;
	top:0;
	left:0;
	width:980px;
	height:150px;
}
#menu input, #menu select {background:#ccc;}
#menu td a{color: #fff;}
#menu td a:hover{color: #ff9900;}
#menu td{
width:120px;
font-size:13px;
text-align:center;
padding:4px;
border-left:1px solid #000;
border-right:1px solid #000;
border-collapse:collapse;
}
#principal{
width:980px;
height:auto;
}
#principal_right{padding-right:10px;}
#principal_left{padding-left:10px;}
#rodape {
clear:both;
height:auto;
width:980px;
margin-top:10px;
padding: 10px 0;
border-top: #333 solid 5px;
}
#rodape strong{font-size:120%; letter-spacing: 1px;}

.float_right{
	width:auto;
	height:auto;
	float:right;
	margin:0 0 10px 10px;
	border:#ccc double 3px;
	}
	
.float_left{
	width:auto;
	height:auto;
	float:left;
	margin:0 10px 10px 0;
	}
.principal{
	width:auto;
	height:auto;
	float:left;
	margin:10px ;
	}

.box_thumb{
  	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:4px;
	margin: 8px;
	border:1px solid #ccc;
	text-align:center;
	overflow: scroll;
	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:110px;
	height:110px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:90px;
	height:90px;
	overflow:hidden;
	float:left;
	margin: 2px;
	border: 1px solid #fff;
	}
img{border:0;padding:0;}
.img{padding: 6px; border: 1px solid #CAE1E1;}
.clear{clear:both;}
.procura{width:80px; background:#ff9900;}

