#menu_wrapper {
	clear: both;
	margin-top: 20px;
}

#menu_nav {
	background: #FF00FF;
	text-align: left;
	float: left;
	width: 200px;
	height: 200px;
}

#menu_desc { 	
	float: left;
	width: 760px;
	text-align: left;
}

#conteudo_informacoes {
	

}


#conteudo_informacoes a{
	text-decoration: none;
	color: #999900;
}



#conteudo_informacoes a:hover{
	text-decoration: none;
	color: #FF8A00;
}



#conteudo_informacoes .titulo{
	font-weight:bold;
	margin-bottom: 20px;
	font-size: 15px;
}

#conteudo_informacoes .titulo hr{
	margin-top: 0px;
	color: #999900;
	background: #999900;
}


#conteudo_informacoes .sub_titulo{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

#conteudo_informacoes .info_texto{
		margin-bottom: 5px;
		text-align: justify;
		font-size: 12px;
}

#conteudo_informacoes .info_texto hr{
	font-size:100%;
	color: #4b0b0b;
	background: #4b0b0b;
}

