@charset "iso-8859-1";
/* CSS Document */

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#D6D6D6;
	border:none;
	margin: 0px;
	padding: 0px;
}

#container {
	width:100%;
	position:relative;  /*Contexto de posicionamento */
	min-height:100%;
}
* html #container {height: 100%;}

#geral {
	border-style:none;
	margin: 0 auto 0 auto;
	width: 980px;
}

#topo {
	height:173px;
	background-image:url(../img/topo.png);
	background-repeat:no-repeat;
	text-align:center;
}

#conteudo {
	width:inherit;
	background-image: url(../img/conteudo.png);
	background-repeat: repeat-y;
	
}

#esquerda {
	float:left;
	width:126px;
	padding-left:50px;
	padding-right:10px;
	min-height:335px;
}

* html #esquerda {height: 335px;}

#meio {
	float:left;
	width:550px;
	padding-left:10px;
	padding-right:12px;
	min-height:335px;
}

#meio a{
	text-decoration:none;
	font-weight:bold;
	color: #B9902B;
}

#meio a:hover{
	text-decoration:none;
	font-weight:bold;
	color: #B9902B;
}

* html #meio {height: 335px;}

#direita {
	float:left;
	width:163px;
	min-height:335px;
	padding-left:8px;
	padding-right:51px;
}

* html #direita {height: 335px;}

#direita a{
	text-decoration:none;
	font-weight:bold;
	color: #B9902B;
}

#direita a:hover{
	text-decoration:none;
	font-weight:bold;
	color: #B9902B;
}

#esquerda a{
	text-decoration:none;
	font-weight:bold;
	color: #B9902B;
}

#esquerda a:hover{
	text-decoration:none;
	font-weight:bold;
	color: #B9902B;
}

#ghost {
	clear:left;
}

#rodape {
	width:inherit;
	font-size:10px;
}

.rodapetopo {
	height:55px;
	background-image:url(../img/base1.png);
	background-repeat:no-repeat;
	text-align:center;
}

.rodapebase {
	height:18px;
	text-align:right;
	background-image:url(../img/base2.png);
	background-repeat:no-repeat;
	padding-right:6px;
}
/* min-height  no mínimo Xpx, mas se for necessário, aumente.... */


.texto {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:520px;
	text-align:justify;
	float:left;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.textonoticias {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:520px;
	text-align:justify;
	float:left;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.links {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:520px;
	text-align:center;
	float:left;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:20px;
}

.texto img {
	float: right;
	padding-left:10px;
	padding-top:10px;
}

#associados {
	font-family:Verdana, Geneva, sans-serif;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	padding-top:10px;
}


.mensagem {
	color: RED;
	font-weight:bold;
	font-size:12px;
}

.textotabela{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.titulo {	
	font-weight:bold;
	font-size:12px;
	width:10em;
	border-bottom:2px;
	border-bottom-style:solid;
	border-bottom-color:#4F4335;
	padding: 8px 0px 10px 3px;
}

.form {
	position:relative;
	font-size:10px;
	padding-top:5px;
	padding-left:3px;
}

.centraliza {
	text-align:center;
}

.slideshow img {
	text-align:center;
}

.slideshow {
	margin:auto;*/
}

.enquete {
	margin-top: 10px;
}

.associese {
	padding-top: 10px;
	padding-left: 40px;
}

.album {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:520px;
	text-align:justify;
	float:left;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
}

.thumb{
	border:2px solid #4F4335;
	border-bottom:2px solid #4F4335;
	padding:2px;
	width:120px;
	height:100px;
}
