/* Básico */
body,
h1,
h2,
h3,
h4,
dl,
dd,
dt,
form{
	background-color: #ceb471;
	margin:0px;
	padding:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	scrollbar-face-color: #37200b;
	scrollbar-shadow-color: #513216;
	scrollbar-arrow-color: #fff5d6;
	scrollbar-highlight-color: #754f2d;
	scrollbar-base-color: #271607;

}
*{
	background-repeat: no-repeat;
	border: 0
}
A {
	TEXT-DECORATION: none;
	color: #0069a1;
}
A:hover {
	TEXT-DECORATION: underline;
}
body{
	background: url(img/fundo.jpg) repeat-x;
}
ul,
ol,
li{
	list-style:none;
	margin:0px;
	padding:0px;
}
img {
	border: none;
}
p{
	margin:0px;
	padding:0px;
}
/* Fim Básico*/
#topo{
	position: absolute;
	top: 0px;
	left:0px;
	width: 534px;
	height: 41px;
	background-image: url(img/topo.gif);
	background-repeat: no-repeat;
}
#navegacao{
	position: absolute;
	top: 38px;
	left:89px;
	z-index: 20;
}
.abaon,
.abaoff{
	background: url(img/aba_off.gif) no-repeat;
	font: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff5d6;
	text-align: center;
	padding-top: 3px;
	width: 28px;
	height: 18px;
	display: block;
	float: left;
}
.abaon{
	background: url(img/aba_on.gif) no-repeat;
	padding-top: 3px;
}
#mapa{
	position: absolute;
	top: 56px;
	left:9px;
	z-index: 10;
}
#fundo{
	position: absolute;
	top: 38px;
	left:8px;
	z-index: 0;
	width: 518px;
	height: 337px;
	background: url(img/fundo.gif) no-repeat;
}
#mapadireita{
	position: absolute;
	top: 55px;
	left:526px;
	width: 323px;
	height: 320px;
	background-image: url(img/mapa_d_00.gif);
}
#texto{
	position: absolute;
	top: 254px;
	left:8px;
	width: 506px;
	_width: 516px;
	height: 98px;
	_height: 105px;
	padding: 3px 5px;
	overflow: auto;
}
#ant{
	position: absolute;
	top: 361px;
	left:14px;
}
#prox{
	position: absolute;
	top: 361px;
	left:466px;
}
#banner{
	position: absolute;
	top: 383px;
	left: 19px;
	border: 1px solid #959385;
}
