/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:transparent;
}
#topo{
background:url(cont_top.gif) no-repeat 58px; 
width:100%;
height:77px;
color:#FFFFFF;
}

#conteudo{
	width:100%;
	height:740px;
	background:url(cont_lateral.gif);
	margin:0px;
}
#conteudo img{
margin-left:3px;

}

#rodape{
	width:100%;
	height:22px;
	background:url(cont_rodape.gif) no-repeat 56px;
}

.textos, .textos table tr td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#titulo{
color:#f6a322;
font-weight:bolder;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;		
padding-left:70px;
padding-top:10px;
}

#dicas{
width:100%;
height:auto;
padding-left:100px;
padding-top:15px;
}

.dicas{
border:1px dotted #999999;
margin-bottom:15px;
padding:15px;
background-image:url(../imagens/bg_botao.png);
width:590px;
}

.dicas img{
margin-right:10px;
}

.dicas a{
color:#edea1e;
text-decoration:none;

}
