div#special {
	width: 700px;
	margin: 10px auto;
	background-image: url(../special/images/line_vertical.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
div#special div.special {
	background-image: url(../special/images/line_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px 0px;
	_padding-bottom: 0px;
}
div#special div.special table {
	width: 340px;
}
div#special div.special table.left {
	float: left;
}
div#special div.special table.right {
	float: right;
}
div#special div.special td {
	vertical-align: top;
}
div#special div.special td.hospital {
	vertical-align: top;
}
div#special div.special td.hospital h3 {
	font-size:small;
	line-height:1.2;
}
div#special div.special td.hospital p {
	font-size:x-small;
	line-height:1.4;
	margin-top: 4px;
}
div#special div.special td.img {
	background-image: url(../special/images/image_bg.gif);
	background-repeat: no-repeat;
	padding-right: 2px;
}
div#special div.special td.img {
	width: 128px;
	height: 128px;
}

div#special div.special td.link {
	text-align: right;
	vertical-align: bottom;
}
div#special div.special td.link a {
	background-image: url(../special/images/icon_dot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	height: 1.3;
}