body {
	margin: 0px;
	background-image: url(../images/resources/bg.jpg);
}
#aviso {
	height: 120px;
	background-color: #83C124;
}
#aviso .texto h1 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}
#aviso .texto strong {
	color: #FF0;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#aviso .texto {
	padding: 15px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 130%;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
#aviso .texto a {
	color: #CF0;
	text-decoration: none;
}

#topo {
	background-image: url(../images/resources/topo.png);
	background-repeat: no-repeat;
	height: 214px;
	text-align: center;
	background-position: center top;
}
#conteudo {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#menu {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	line-height: 120%;
}
#rabiscaria {
	height: 120px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}


.miniportif {
	margin: 15px;
	height: 179px;
	width: 200px;
	float: left;
	border: 1px dotted #84C225;
}

 
/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(../images/tooltip/black_arrow.png);
	font-size:14px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
 


 use gif image for IE 
[if lt IE 7]>
<style>
.tooltip {
	background-image:url(..images/tooltip/black_arrow.gif);
}
</style>
<![endif]

