/*rodape*/
div#footer {
	float:left;
	line-height:20px;
	width:780px;
	height:38px;
	padding-bottom:10px;
}

div#footer h2{/********************************/
	font-size:12px;
	font-weight:normal;
	border:0;
	float:left;
	width:300px;
	padding:0;
	margin:0;
}

div#footer a{
	color:#333333;
	font-size:9px;
	font-weight:normal;
	margin-left:5px;
	margin-right:5px;
}
div#footer a:hover{
	color:#f60;
	/*font-weight:bold;*/
	text-decoration:none;
}
#footer ul li {
	display:inline;
	color:#333333;
}

#footer ul {
	text-align:center;
}

#footer ul img{
	vertical-align:middle;
	margin-top:-3px;
	
}

#f_menu ul {
	text-align:center;
	margin:18px auto 0;
}


