/* CSS Document */

#first_box {

	height: 146px;

}

#middle_box{
	
	margin-top: 15px;
	font-size:18px;
	color: #7D7D7D;

}

#second_box {

	margin-top: 15px;

}

#homelink {

	margin-left: 30px;

}

.twoBoxes {

	width: 500px;
	background-color: #98AD8C;
	color: #FFFFFF;

}

.booking_address {

	width: inherit;
	margin-left: 30px;

}

.boxTitles {

	font-size: larger;
	font-weight: bold;

}

.boxSubTitles {

	font-size: medium;
	font-weight: bold;

}