
*{
	margin:0 auto;
	text-decoration:none;
	padding:0;
	list-style-type:none;
	font-family:tahoma,arial, verdana;
}

body{/*background:#FF981F;*/background:url(img/bg2.jpg);
background-repeat:repeat-x;
background-attachment:fixed;}
img{border:none;}

#geral{
	width:851px;
	height:614px;
}
/*INÍCIO DO TOPO*/
#topo{
	width:851px;
	height:135px;
}
#topo_logo{
	width:220px;
	height:105px;
	background:url(img/bg_logo.jpg);
	background-repeat:no-repeat;
	float:left;
}
#topo_logo02{
	width:631px;
	height:105px;
	background:url(img/bg_topo.jpg);
	background-repeat:no-repeat;
	float:left;
}
#menu{
	width:851px;
	height:30px;
	background:url(img/bg_menu.jpg);
	background-repeat:repeat-x;
	clear:both;
	float:left;
}
#menu ul{
	width:auto;
	height:30px
}
#menu li{
	display:inline;
	height:30px;
}
#menu a{
	padding-top:6px;
	padding-left:22px;
	height:22px;
	color:#5F5F5F;
	font-size:10pt;
	font-weight:bold;
	float:left;
	display:block;
}
#menu a:hover{
	color:#d06b13;
	text-decoration:underline;
}
