@charset "utf-8";
/* TOPO */

#header, #content, #footer {
	margin:0 auto;
	width:950px;
}

#header {
	height:140px;
	width:100%;
	margin-bottom:20px;
}

#header .topo_print { display:none; }

#header .topo {
	height:110px;
	width:100%;
	background:top url(../images/topo.jpg) no-repeat;
	clear:both;
}

#header ul.topo_links {
	padding-top:8px;
	height:29px;
	margin:0 auto;
	width:950px;
}

#header ul.topo_links li {
	list-style:none;
	display:inline;
}

#header ul.topo_links li a {
	padding:3px;
	padding-left:15px;
	background:left no-repeat;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	float:right;
	margin-right:5px;
}
#header ul.topo_links li a:hover {
	text-decoration:underline;
}

#header ul.topo_links li a.topo_rss { background-image:url(../images/topo_ico_rss.gif); }
#header ul.topo_links li a.topo_home { background-image:url(../images/topo_ico_home.gif); }
#header ul.topo_links li a.topo_cadastro { background-image:url(../images/topo_ico_cadastro.gif); }
#header ul.topo_links li a.topo_fale { background-image:url(../images/topo_ico_fale.gif); }
#header ul.topo_links li a.topo_mapa { background-image:url(../images/topo_ico_mapa.gif); }

#header .topo a.logo {
	height:110px;
	width:550px;
	float:left;
}
