body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color: #000;
font-size:14px;
background: url(imagens/fundo_body.jpg) center center no-repeat;
background-attachment:fixed;
}
#altura{/*para pegar a altura da página - interage com javascript*/
	position: absolute;
	top:50%;
	left:0;
	width:2px;
	height:2px;
}	
#tudo {
margin:0 auto;
position:relative;
	width:599px;
	padding:20px 0 0 381px;
	}

#menu {
	width:599px;
	height:50px;
	text-align:center;
	background:url(imagens/menu.png) top center no-repeat;
	
}
#menu_link{
font-weight:bold;
color:#fff;
letter-spacing:2px;
	position:absolute;
	top:33px;
	left:402px;
	width: 560px;
	height:20px;
	text-align:center;
	font-size:115%;

}
#menu_link a{color:#663300;}
#menu_link a:hover{color: #0066ff;}
#principal{
width:599px;
background:url(imagens/fundo_tudo.png);
height:auto;
}
#principal_dentro{
width:579px;
margin-left:10px;
clear:both;
overflow:auto;
}
#pagina{
width:250px;
clear:both;
}

#rodape {
padding: 10px 0;
height:auto;
width:599px;
border-top: #fff solid 1px;
background:url(imagens/rodape.png) bottom;
}
#rodape strong {font-size:115%;}
#parceiros{
width:540px;
margin-left:30px;
height:60px;
overflow:auto;
}
.centralizada{width:599px; clear:both; text-align:center;}

.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: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:108px;
	height:108px;
	overflow:hidden;
	float:left;
	border:1px solid #ccc;
	margin:3px;
	}
img{border:0;padding:0;}
.img{padding: 6px; border: 1px solid #CAE1E1;}

input {
background:#fff;
width:340px;
margin-bottom: 3px;
/*border:1px solid #CC9933;*/
}
textarea {
font-family:Arial, Helvetica, sans-serif;
background:#FFFFFF;
display:block;
width:100%;
margin-bottom: 3px;
/*border:1px solid #CC9933;*/
}
select {
background:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
width:100%;
margin-bottom: 3px;
/*border:1px solid #CC9933;*/
}
.submit {
clear:both;
width:100px;
color:#fff;
background:#BA960A;
}
.topo{width:120px;}
.right{float:right; width: 47%;}
.left{float:left; width: 47%;}
.center{ clear:both; width:100%;}
.center1 {clear:both; width:100%;}

#form{
	position:relative;
	text-align:left;
	width: 80%;
	margin-left: 10%;
}

form input {
background:#FFFFFF;

width:100%;
margin-bottom: 3px;
/*border:1px solid #CC9933;*/
}
form textarea {
font-family:Arial, Helvetica, sans-serif;
background:#FFFFFF;
display:block;
width:100%;
margin-bottom: 3px;
/*border:1px solid #CC9933;*/
}
form select {
background:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
width:100%;
margin-bottom: 3px;
/*border:1px solid #CC9933;*/
}
form input#submit {
clear:both;
width:auto;
color:#000;
background:#22A0AE;
}

