@charset "iso-8859-1";

/**
 *
 * Profissionais
 * http://www.segatoemarkert.com.br/profissionais.php
 *
 **/
div#conteudo {
	position:absolute;
	top:120px;
	left:20px;
	width:728px;
}

p {
	text-align:justify;
	margin:15px 0 25px;
}

p strong {
	display:block;
	margin:0 0 -10px;
}

/* Primeiro parágrafo */
p#p1st { width:568px; }


/* Foto 1 */
img#foto1 {
	position:absolute;
	top:150px;
	left:0;
}
/* Legenda foto 1 */
p#legFoto1 {
	position:absolute;
	top:320px;
	left:0;
	width:400px;
	text-align:left;
}

/* Foto 2 */
img#foto2 {
	position:absolute;
	top:35px;
	right:0;
}
/* Legenda foto 2 */
p#legFoto2 {
	position:absolute;
	top:205px;
	left:328px;
	width:400px;
	text-align:right;
}


