body {
	margin: 0px;
	padding: 0px;
}
#Geral {
	width: 1000px;
	height: auto;
	float: left;
}
a{
	color:#C09329;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

A:visited {color:#947022}


/* TOPO |--------------------------------------------------------------------------------------*/
#Topo {
	width: 1000px;
	height: 137px;
	position: relative;
	border: 0px solid #000000;
	float: left;
	background-image: url(../images/cabecalho.jpg);
	background-repeat: no-repeat;
}


/* MENU |--------------------------------------------------------------------------------------*/
#Menu {
	width: 1000px;
	height: 20px;
	position: relative;
	border: 0px solid #000000;
	float: left;

}


/* CENTRO |--------------------------------------------------------------------------------------*/
#Centro{
	width:1000px;
	height: 1240px;
	position: relative;
	border: 0px solid #FF0000;
}


/* ESQUERDO |--------------------------------------------------------------------------------------*/
#Esquerdo{
	width:109px;
	height: 1240px;
	position: relative;
	border: 0px solid #000000;
	float:left;
}


/* MEIO |--------------------------------------------------------------------------------------*/
#Meio{
	width:732px;
	height: 1240px;
	margin: 0px 0px 0px 30px; 
	border: 0px solid #000000;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 10px;
	font-weight:400;
	color: #C09329;
}

#Meio #Texto {
	width:732px;
	margin: 40px 0px 0px 0px;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 10px;
	font-weight:400;
	color: #C09329;
	/* color:#FF9933 */
}


/* DIREITO |--------------------------------------------------------------------------------------*/
#Direito{
	width:129px;
	height: 1240px;
	position: relative;
	border: 0px solid #000000;
	float:right ;
	background-image: url(../images/Coluna_Direita.jpg);
	background-repeat: no-repeat; 
}


.Titulo{
	font-family: Tahoma, Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-align:center;	
}

.style3 {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #C09329; }

/* RODAPE |--------------------------------------------------------------------------------------*/
#Rodape{
	width:1000px;
	height: 100px;
	position: relative;
	border: 0px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/rodape.jpg);
	background-repeat: no-repeat; 
	float:left;
 	margin:0; 
    padding:0; 
    clean:both !important;
}

