body {
background: #ffffff;
text-align:center;
margin:0;
padding:0;
color:#5F3F1F;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #ffffff;
background-color: #ffffff;
}
a:link {
	color: #5F3F1F;
	text-decoration:none;
}
a:visited {
	color: #5F3F1F;
	text-decoration:none;
}
a:hover {
	color: #5F3F1F;
	text-decoration:underline;
}
a:active {
	color: #5F3F1F;
	text-decoration:none;
}
.formularios {
background:#FCFCFC;
color: #5F3F1F;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
border: 1px solid #5F3F1F;
}
.formularios_busca {
	background:#FCFCFC;
	color: #BE9B63;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:solid 1px 1px 1px 1px;
	border-color:#FFFFFF;
	border-style: none;
}
.bt_f {
position:relative;
font-size:10px;
color:#5F3F1F;
}
#conteudo {
	margin:auto;
	width:978px;
	height:auto;
	background-color:#FFFFFF;
	padding-top: 0px;
}
#centro {
	float:left;
	width:978px;
	height:auto;
	margin:0;
	background-color:#FFFFFF;
	background-image:url(../images/topo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	position: relative;
}
#esquerda{
	position:relative;
	float:left;
	width:5px;
	height:auto;
	background-image:url(../images/sombra_e.gif);
	background-repeat:repeat-y;
}
#rodape {
	position:relative;
	float:left;
	width:978px;
	height:130px;
	clear:both;
	background-image:url(../images/rodape.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:5px;
}
