

#triplet {
	width: 100%;
}

.triplet-title {
    color: #FFFFFF;
	text-align: center;
	background-color: #360d13;
	padding: 12px 4px 4px 4px;
	font-weight: bold;
	height: 24px;
}

.triplet-main {
    color: #000000;
	background-color: #DDDDDD;	
	padding: 8px 4px 20px 4px;	
}

#triplet-1 {
	width: 155px;
	float: left;
	background: url("/ows/templates/hosting_01/images/triplet_1.jpg") no-repeat left top;
}

#triplet-2 {
	width: 155px;
	float: left;
	background: url("/ows/templates/hosting_01/images/triplet_2.jpg") no-repeat left top;
	margin: 0px 0px 0px 12px;
}

#triplet-3 {
	width: 155px;
	background: url("/ows/templates/hosting_01/images/triplet_3.jpg") no-repeat left top;
	margin: 0px 0px 0px 12px;
	float: left;
}

.triplet-divider {
	width: 1px;
	height: 265px;
	float: left;
	background: #dfdfdf;
	margin: 0px 0px 0px 12px;
}

.triplet-link {
	width: 97px;
	height: 28px;
	float: right;
	background: url("/ows/templates/hosting_01/images/learn_more.jpg") no-repeat left top;
	text-align: center;
	line-height: 22px;
	margin: 20px 0px 0px 0px;
}

.triplet-link a {
	color:#FFFFFF;
	font-weight: bold;
	width: 97px;
	height: 28px;
	display: block;
}

.triplet-link a:hover {
	color: #6D6A56;
}