body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size: 14px;
background: #ff9900;
}

#tudo {
    margin:0 auto;
	position:relative;
	padding-top:211px;
    width:980px;
	margin-top:20px;
	text-align:center;
	background: #fff url(imagens/fundo_tudo.jpg) right top repeat-y;
	border: 10px solid #FFCC66;
	}

#topo {
	position:absolute;
	text-align:left;
	width:980px;
	height:200px;
	top:0;
	left:0;
	background:#fff url(anima/1.jpg);
}
#tarja{
	position:absolute;
	text-align:center;
	width:100%;
	height:10px;
	top:200px;
	left:0;
	background:#ffcc66 url(imagens/fundo_tarja.jpg) top center repeat-y;
	border-bottom:1px solid #666;
}

#menu{
	position:relative;
	width:180px;
	height:auto;
	padding:10px 0 0 10px;
	background:url(imagens/fundo_menu.jpg) bottom right no-repeat;
	}

#principal{
position:relative;
padding:10px;
line-height:140%;
width:769px;
height:auto;
float:right;
}

#meio{
width:560px;
height:auto;
float:left;
min-height:250px;
}
.meio_left{
position:relative;
width:46%;
height:auto;
float:left;
}
.meio_right{
position:relative;
padding:10px 2% 0 1%;
width:47%;
height:auto;
float:right;
}

#parceiros{
    float:right;
	position:relative;
	padding:0 0 0 19px;
	width:190px;
	font-size:90%;
}
#parceiros form{margin:0;}
#rodape {
padding:10px ;
clear: both;
height:auto;
width:960px;
font-size:90%;
background: #ffcc66;
}
.center{width:100%; clear:both;}
.float_right{
    position:relative;
	width:auto;
	height:auto;
	float:right;
	border: 3px double #ccc;
	margin:0 0 10px 10px;
	}
	
.float_left{
    position:relative;
	width:auto;
	height:auto;
	float:left;
	margin:0 10px 10px 0;
	border: 3px double #ccc;
	}

.box_thumb{
    position:relative;
  	width:156px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:195px;/* 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:130px;
	height:130px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:130px;
	height:130px;
	overflow:hidden;
	float:left;
	margin: 0 6px 6px 0;
	border: 1px solid #fff;
	}
img{border:0;}
.img{padding: 6px; border: 1px solid #CAE1E1;}

form{text-align:left;}
form textarea{width:96%; margin:0 1%;}
.sessenta{width:60%;}
.oitenta{width:80%;}
.trinta{width:30%;text-align: right;}
.cem{width:100%;}
.cinquenta{width:50%;}
.restrita{width:20%; background:#ff9900;margin-left:9%;}
.controle{width:30%; background:#ff9900;margin-left:9%;}

.submit{width:60px; height:20px; font-size:10px;}