#geral{
	width: 750px;
	margin: 0 auto;
	border: 3px solid #FFF;
}
#topo {
	width: 100%;
	line-height: 50px;
	text-align: center;
	background: #c3bfa2;
	border-bottom: 3px solid #FFF;
	font-size: 14px
}
#topo a{color:#69563d;font-weight:bolder}
#topo a:hover{color:#fff;text-decoration:none}
#logo {
	border-bottom: 3px solid #FFF;
}
#artigos {
	float: left;
	width: 200px;
}
#noticia {
	float: right;
	width: 200px;
}
#conteudo {
	width: 550px;
	float: right;
}
#subpagina {
	background: #f2f2e8;
	min-height: 350px;
}
#titulo {
	line-height: 50px;
	text-indent: 10px;
	width: 100%;
	background: #c3bfa2;
}
#texto {
	padding: 10px;
}
#rodape {
	padding: 50px 0;
	border-top: 3px double #0099CC;
	color:#FFFFFF;
	background-color: #00CCFF;
	clear:both;
}