.titulo_ajuda {
	margin: 20px auto 0px auto;
    color: #ffffff;
	font-size:13px;
	font-weight: bold;
    height: 20px;
    text-align: left;
	background-color: #00B4CB;
    border: 2px solid #00B4CB; 
}


#subtitulo {
	margin-top: -5px;
	font-weight: bold;
	font-size: 12px;
}

#pesquisa, #coeficientes{
	margin-top: 20px;
	width: 715px;
	margin-bottom: 20px;
}
#pesquisa{
	height: 200px;
}
#coeficientes{
	height: 630px;
}

#pesquisa_img, #coeficientes_img{
	margin-top: 5px;
	width: 220px;
	float: left;	
}
#coeficientes_img{
	width:712px;
	height: 435px;
}
#pesquisa_txt, #coeficientes_txt{
	margin-top: 5px;
	width: 470px;
	float: right;
	padding: 5px;
}

#coeficientes_txt{ 
	float: left;
	width: 705px;
}
#clear {
	clear: both;
}