@charset "utf-8";
/* CSS Document */

p#img_doctor{
	width:256px;
	float:right;
	line-height:1.1;
	margin:0 0 25px 20px;
}

span#name_doctor{
	display:block;
	margin:0 0 0 0;
	text-align:right;
	font-size:150%;
	letter-spacing:1px;
}

span.phd{
	font-size:70%;
}

span#degree{
	font-size:75%;
	margin:0 1em 0 0;
}


.history:first-of-type {
	margin-top: 15px;
}

.history:after {
	content: "";
	display: block;
	clear: both;
}

dl.history dt{
	font-size:100%;
	width:150px;
	float:left;
	line-height:1.1;
	letter-spacing:1px;
	margin:0 0 15px 0;
}

dl.history dd{
	font-size:100%;
	width:570px;
	float:right;
	line-height:1.1;
	margin:0 0 15px 0;
}


ul.qualification{
	padding:0 0 30px 0;
}

ul.qualification li{
	font-size:100%;
	margin:0 0 0 0;
}

.all_clear { clear:both; height:0; }	

