* { font-family:Verdana, Arial, Helvetica, sans-serif; }

body {
  background: url(../imgs/fundo_geral_.jpg) repeat;
}

#principal {
	margin:0 auto;
  	width: 916px;
	text-align: justify;
  	font: 12px verdana;
  	border: solid 1px #ac1f17;
  	background: #E5C685;
  	clear: both;
}

#topo {
  width: 916;
  height: 150px;
  /*background: url(../imgs/fundo_topo.jpg) no-repeat;*/
}

#menu {
  width: 916;
  height: 30px;
  text-align: left;
  font: 12px verdana;
  color: #000;
  background: url(../imgs/fundo_menu.jpg) no-repeat;
}

div#conteudo { overflow:auto; width:916px; height:100%; }

a.link {
  margin: 0px;
}

#form_login {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 290px;
  height: 27px;
  font: normal 12px Tahoma;
  color: #fff;
  background: none;
  margin: 0px;
  padding: 4px 0px 0px 0px;
  float: right;
  vertical-align: middle;
}

#input_menu {
  width: 70px;
  height: 15px;
  border: none;
  background: #fff;
  margin: 0px;
}


#meio {
  width: 760px;
  background: #f2eff1;
  padding: 10px 10px 10px 10px;
  clear: both;
}

a.linkmais {
  text-decoration: none;
  font: normal 12px Lucida Sans;
  color: #ac1f17;
}

a.linkmais:hover {
  text-decoration: underline;
}



#rodape {
  width: 910px;
  background-color:#CBA24A;
  font: normal 10px Lucida Sans;
  color: #000;
  margin: 5px 0px 5px 0px;
  padding: 3px 0px 3px 5px;
  clear: both;
}