h3 {
	margin: 0;
	font-size: 100%;
	}
	
span.item {
	background-color:#d6a5a5;
	color:#ffffff;
	padding: 3px 5px;
	}


#left {
	float: left;
	width: 346px;
	margin-right: 10px;
	}
	
#right {
	float: right;
	width: 416px;
	text-align: center;
	padding-bottom: 20px;
	}

#right img {
	display: inline;
	margin: 0px;
	padding: 0px;
	}

#right a img {
	border: 1px solid #eeeeee;
	}

#right a:hover img {
	border: 1px solid #ff0000;
	}
	
dt {
	display:inline;
	background-color:#d6a5a5;
	color:#ffffff;
	padding: 3px 5px;
	float: left;
	width: 6em;
	margin-right: 1em;
	text-align: center;
	white-space: nowrap;
}

dd {
	margin: 4px 0px 1em 0px;
	padding: 3px 5px;
	width: 400px;
	}
	
	/* the lists of services */
#data {
	margin-bottom: 30px;
	}
	
#data td {
	padding: 4px 10px;
	vertical-align: top;
}

#data td.s {
	background-color:#d6a5a5;
	color:#ffffff;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}

#data td.p {
	text-align: left;
}

a.button {
	display: block;
	border:2px solid #ebb5b5;
	background-color:#ffefef;
	background-image: url("../img_common/flower2.png");
	background-position:right center;
	background-repeat:no-repeat;
	padding: 10px 20px 10px 10px;
	margin-bottom: 10px;
	color: #c43b1d;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	white-space: nowrap;
	width: 200px;
	text-align: center;
	}

a.button:hover {
	background-image: url("../img_common/flower2_on.png");	
	background-color:#ebb5b5;
	border-color:#ffefef;
	color: #ffffff;
	}
