@charset "iso-8859-1";

/**
 *
 * Especialidades: Periodontia
 * http://www.segatoemarkert.com.br/periodontia.php
 *
 **/
div#conteudo {
	position:absolute;
	top:123px;
	left:20px;
	width:708px;
	height:427px;
	padding-right:20px;
	overflow:auto;
}

p {
	text-align:justify;
	margin:15px 0 25px;
}

/* Sinais comuns das doenças periodontais */
ul#doencas {
	float:left;
	width:340px;
	font-size:80%;
	color:#333;
	margin:12px 0 0 20px;
	list-style-type:disc;
}

img#periodontia {
	display:block;
	float:right;
	width:330px;
	height:106px;
	margin-bottom:15px;
}

p.clear { clear:both; }


