@charset "UTF-8";
/* CSS Document */
@import 'global.css';

#doctor ul {
	float:left;
	width:450px;
}
#doctor p {
	float:right;
	width:180px;
}
#clinicPhotos li {
	display:block;
	float:left;
	width:204px;
}
#clinicPhotos li img {
	display:block;
	padding-bottom:.5em;
}
.paragraph table {
	width:380px;
	margin-bottom:1em;
	border-collapse: collapse;
}
.paragraph table tr td,.paragraph table tr th {
	text-align:center;
	font-weight:normal;
	padding:.2em 0;
	border:#FFF 1px solid;
}
.paragraph table thead tr td {
	text-align:center;
	background-color:#E8E6DD;
}
.paragraph table tbody tr th {
	background-color:#F2F2F2;
}