#bookingFormContainer {
	margin-left: 	15px;
}

#subContent {
	width: 			463px;
	height:			650px;
	position: 		absolute;
	right: 			5px;
	top:			0;
}

#subContent .group {
	background:transparent url(images/subSectionContentBackground.png) no-repeat scroll 0 0;
	height:200px;
	width:453px;
	margin-bottom: 20px;
}

#subContent .group h2 {
	height: 		36px;
	text-align: 	center;
	line-height: 	36px;
	font-size: 		1em;
}

#subContent .group .text {
	padding: 		10px 20px 10px 10px; 	
}

