#content .col {
	float:left;
	width: 350;
}
#content a {
	float:left;
	display:block;
	width: 325px;
	height: 128px;
	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 h2 {
	color: #CC0000;
	text-decoration: none;
}
#content a ul {
	list-style-type: square;
	margin-bottom: 0px;
	font-weight: normal
}
#content a:hover ul {
	font-weight: bold;
}
