body{
   background-color: #f9f8ef;
   margin: 0px;
}
td{
   color: #000000;
   font: 10px Verdana, Arial, Helvetica, sans-serif;
}
th{
	text-align: center;
}
label input, select, textarea{
	margin-top: 5px;
}
fieldset{
	border: none;
}
a{
   color: #630;
   text-decoration: none;
}
a:hover{
   color: #FF0000;
   text-decoration: underline;
}
img{
  border: none;
  filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ? "" :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="imgs/px.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}
.form{
   color: #000000;
   background-color: #F5F6F5;
   border: 1px solid #D9DBD8;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.formbt{
   color: #5F5F5F;
   background-color: #F5F5F5;
   border: 1px solid #5F5F5F;
   font: 10px Verdana, Arial, Helvetica, sans-serif;
}
/*-------------------------------------------------*/
#conteudo{
	position: absolute;
	width: 800px;
	margin-top: 20px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	left: 50%;
	margin-left: -400px;
	background-color: #FFF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#topo{
	width: 100%;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	background-image: url(../imgs/bg_topo.jpg);
}
#logo{
	width: 124px;
	height: 160px;
	background-image: url(../imgs/logo_site.jpg);
}
#tp_flash{
	float: right;
	margin-top: -155px;
	margin-right: 5px;
}
#menu_contato{
	float: right;
	margin-top: -150px;
	width: 100px;
	height: 15px;
	text-align: center;
}
#menu{
	width: 100%;
	height: 20px;
	background-image: url(../imgs/bg_menu.jpg);
	text-align: center;
	padding-top: 8px;
}
#menu a{
   color: #630;
   text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#menu a:hover{
   color: #FFFFFF;
}
#menu span{
   color: #630;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#sub_menu{
	visibility: hidden;
	width: 155px;
	height: 75px;
	background-color: #dfdab4;
	border: 1px solid #c7c29a;
	padding-top: 8px;
	padding-left: 12px;
	position: absolute;
	margin-left: 110px;
}
#sub_menu a{
   color: #630;
   text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#sub_menu a:hover{
   color: #FFFFFF;
}
#conteudo2{
	width: 780px;
	min-height: 380px;
	height: auto !important;
	height: 380px;
	padding-left: 10px;
	padding-right: 10px;
}
#arte{
	width: 100%;
	min-height: 472px;
	height: auto !important;
	height: 472px;
	background-image: url(../imgs/arte.jpg);
}
#arte_txt{
	width: 270px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	position: absolute;
	margin-top: 130px;
	margin-left: 25px;
	text-align: justify;
}
#nav{
	width: 100%;
	min-height: 20px;
	height: auto !important;
	height: 30px;
	margin-top: 10px;
	color: #630;
}
.list_img{
	float:left;
	width: 200px;
	margin-top: 15px;
}
.list_dsc{
	float: right;
	width: 560px;
}
.list_fll{
	width: 100%;
	height: 20px;
	clear: both;
	border-bottom: 1px dashed #CCC;
}
.list_block{
	float: left;
	width: 255px;
	text-align: center;
}
#voltar{
	width: 100%;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	text-align: center;
	clear: both;
}
#rodape{
	width: 100%;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	margin-top: 10px;
	text-align: center;
}
#rodape_logo{
	margin-left:20px;
	vertical-align: middle;
}
#rodape_logo img{
	vertical-align: middle;
}
#rodape_logo a{
	color: #f06100;
	text-decoration: none;
}