@charset "utf-8";
/* CSS Document */


#bookingsLeft {
	width: 390px;
	height: 560px;
	float: left;
}

#bookingsRight {
	width: 330px;
	height: 560px;
	float: left;
	background-image: url(../assets/images/booking_image2.gif);
	background-position: left;
}


#bookingsText {
	margin-top: 150px;
	margin-left: 52px;
	width: 250px;
	text-align: justify;
}


.bookTextWhite {color: #fff; font-size: 9pt;}

.bookTextLarge {color: #FC0; font-size: 12pt;}

.bookText {color: #FC0; font-size: 9pt;}

a.bookText:link { color: #FC0; font-size: 12pt;}
a.bookText:visited { color: #FC0; font-size: 12pt;}
a.bookText:hover { color: #fff; font-size: 12pt;}
a.bookText:active { color: #FC0; font-size: 12pt;}

