/* CSS Document */
#conteudo_inicio {
	width:450px;
	float: left;
}
#conteudo_inicio a{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
#conteudo_inicio a:hover{
	text-decoration: none;
	color: #DA251D;
	font-weight: normal;
}
#conteudo_inicio a:visited{
	text-decoration: none;
	color: #DA251D;
	font-weight: normal;
}
#conteudo_inicio a:active{
	text-decoration: none;
	color: #DA251D;
	font-weight: normal;
}
#esquerda {
    float:left;
    width:150px;
}
#direita {
    float:right;
    width:150px;
}
