#content a {
	float:left;
	display:block;
	width: 325px;
	height: 125px;
	color: #000;
	padding: 10px;
	border: solid 1px #FFF;
	text-decoration: none;
	margin-bottom: 5px;
	margin-left: 5px;
	background-image: url(../images/img_pg/service_bk2.jpg);
	background-repeat: no-repeat;
	overflow: visible;
}
#content a:hover {
	border: solid 1px #CC0000;
}
#content a h3 {
	color: #CC0000;
	text-decoration: none;
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 0px;
}
#content a ul {
	list-style-type: square;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
	margin-left:16px;
	padding-left:0px;
}
#content a ul li {
	margin-left: 0px;
	margin-bottom:0px;
}
#content a:hover ul {
	font-weight: normal;
}
#content p.md {
	color: #CC0000;
	margin: 5px 0px 0px 16px;
	font-size: 10px;
	font-weight: normal;
}
#content img.biosm {
	float: right;
	margin: 0px 0px 5px 5px;
	border: solid 1px #333;
}
