@charset "utf-8";
#titulo {
	background-image: none;
	float: left;
	height: 42px;
	width: 450px;
	margin-top: 10px;
	padding-left: 30px;
}
#empresa {
	background-image: url(../imagens/empresa.jpg);
	float: left;
	height: 400px;
	width: 574px;
	margin-left: 2px;
	background-repeat: no-repeat;
}
#texto_empresa {
	font-family: verdana;
	font-size: 11px;
	color: #2C4F3B;
	width: 276px;
	float: left;
	height: 200px;
	margin-top: 15px;
	text-align: justify;
	padding-left: 27px;
}
.nome {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #275E47;
}
