/*
Holiday Homes portugal
golf.css
*/

.imagetext {
	width:425px;
	height:210px;
    margin:5px 0 0 0;
	float:left;
	color:#555;
	background:#dbdbdb url("../img/whitefade.jpg") repeat-x top;
	/*padding:10px;*/
}.imagetext p,.imagetext h2		{		margin:10px;		}

#meridien {
	float:right;
	margin:5px 0 0 0;
	color:#000;
	background:#fff url("../img/img-golf-meridien.jpg") no-repeat;
	width:425px;
	height:210px;
}

#floresta {
	float:left;
	margin:5px 5px 0 0;
	color:#000;
	background:#fff url("../img/img-golf-floresta.jpg") no-repeat;
	width:425px;
	height:210px;
}

#boavista {
	float:right;
	margin:5px 0 0 0;
	color:#000;
	background:#fff url("../img/img-golf-boavista.jpg") no-repeat;
	width:425px;
	height:210px;
}


