*{
	margin:0 auto;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

body{
	background: url(imagens/bg.jpg) repeat;
}

#geral{
	width:948px;
	height:auto;
	background:#f1e3ed;
	border-left:3px solid #fa8d3a;
	border-right:3px solid #fa8d3a;
	border-bottom:3px solid #fa8d3a;
	
}

#topo{
	width:946px;
	height:202px;
}

#banner{
	width:946px;
	height:160px;
	background:#fff;
}

#conteudo_total{
	width:947px;
	height:auto;

}
#conteudo_total_bolo{
	width:947px;
	height:auto;
	background:url(imagens/bg_bolo.jpg) no-repeat;

}

#menu{
	width:890px;
	height:100px;
}

#conteudo{	
	width:850px;
	height:auto;
	padding:10px 40px 20px 40px;
}

#rodape{
	width:946px;
	height:25px;
	padding:10px;
}

#copy{
	float:left;
}

#ne{
	float:right;
}

.titulo{
	color:#990066;
	font-size:18px;
	font-weight:bold;
}

.subtitulo{
	font-weight:bold;
	font-size:13px;
}