body{
	background-image: url(imagens/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #452C03;
}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #452C03;
	background-color: #FFFFFF;
	border: 1px solid #AB986D;
	text-indent: 10px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #452C03;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #8A5906;
    text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #452C03;
	text-decoration: underline;
}

#fundo_todo {
	position:absolute;
	width:760px;
	z-index:1;
	
}

#historico {

	position:absolute;
	width:480px;
	z-index:1;
	left: 10px;
	top: 380px;
	background-color: #FFFFFF;
	border: 1px solid #AB986D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #2F1F06;
	text-align: left;
	text-indent: 10px;
}

#noticias {
	position:absolute;
	width:222px;
	z-index:1;
	left: 504px;
	top: 175px;
	background-color: #FFFFFF;
	border: 1px solid #AB986D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #2F1F06;
	text-align: left;
	text-indent: 10px;
	padding: 10px;
}

#diretoria {
	position:absolute;
	width:222px;
	
	z-index:1;
	left: 505px;
	top: 441px;
	background-color: #FFFFFF;
	border: 1px solid #AB986D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #2F1F06;
	text-align: left;
	text-indent: 10px;
	padding: 10px;
}

#objetivo {
    position:absolute;
	width:480px;
	z-index:1;
	left: 10px;
	top: 175px;
	background-color: #FFFFFF;
	border: 1px solid #AB986D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #2F1F06;
	text-align: left;
	text-indent: 10px;

}
#rodape_inicio {
	position:absolute;
	width:200px;
	height:81px;
	z-index:2;
	left: -6px;
	top: 641px;
	
}
#associados {
    position:absolute;
	width:460px;
	z-index:1;
	left: 71px;
	top: 18px;
	background-color: #FFFFFF;
	border: 1px solid #AB986D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #2F1F06;
	text-align: left;
	text-indent: 10px;

}
.texto_concurso {	
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #452C03;
	
	}
.texto_aviso {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #452C03;
	background-color: #e7dec1;
	border: 1px solid #AB986D;
	text-indent: 10px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
}	

.botao {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #462909;
	background-color: #FFFFFF;
	border: 1px solid #462909;
}
.linha1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #452C03;
	background-color: #EBE3CB;
}
.linha2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #452C03;
	background-color: #FBFAF4;
}
