@import url("/css/services/list.css");

div#surfaces {
	width:200px;
	height:274px;
	float:right;
	position:relative;
	text-align:left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left:20px;
	margin-top:10px;
}
div#surfaces h3,
div#surfaces img,
div#surfaces a {
	position:absolute;
}
div#surfaces h3,
div#surfaces a {
	color:#d4c1a5;	
}
div#surfaces h3 {
	font-size:15px;
	z-index:2;
	left:5px;
}
div#surfaces img {
	width:200px;
	height:274px;	
}
div#surfaces a {
	bottom:10px;
	left:23px;
	font-size:12px;
}
div#surfaces a:hover {
	color:#eddada;
}
span.min {
	font-weight:bolder;
}