/* CSS Document */

#maincontent{
	min-height: 500px;
}

.facilities_item {
	clear: both;
	margin-bottom: 1em;
	min-height: 150px;
	width:500px;
}
.facility_tn{
	float:left;
	height: 100px;

}
.facility_photo{

	float: right !important;
	height: 150px;
	width: 150px;
	padding-left: 10px;
}
.facilities_type {
	font-weight: bold;
}

.facilities_name{
	font-weight: bold;
	font-size:18px;
}
.facilities_item p{
}


.facilities_cost{

}
.facilities_description{

}
.facilities_content{
font-size: 12px;
line-height: 18px;
width: 300px;
}
.facilities_page_text{
	position:absolute;
	margin-bottom: 1em;
	min-height: 150px;
	width:300px;
}
.facilities_photo_list{
float: right;

}
.facilities_photo_list img{
margin-top: 10px;
}

