#conteudo{
	overflow: auto;
	text-align: justify;
}
#conteudo section{
	padding-right: 20px;
	border-right: 1px solid #dedede;
	width: 690px;
	float: left;
}
#conteudo h1 a{
	color: #222222;
}
#conteudo img{
	margin: 0px 5px;
	
	border: 1px solid #dedede;
	border-radius: 3px;
}
#conteudo * p{
	margin-bottom: 8px;
}

#conteudo div.assinatura{
	margin-top: 30px;
	color: #555555;
	font-weight: bold;
	clear: both;
}
#conteudo .assinatura .fonte, #conteudo .assinatura .tags{
	font-size: 10px;
}

#conteudo aside{
	width: 240px;
	float: right;
}
#conteudo aside .noticia{
	margin-top: 5px;
	border-top: 1px solid #dedede;
	width: 240px;
	float: left;
}
