/* HOME PAGE */
#body {
	text-align: left;
	float: left;
}

#navigation { 
	background-image: url(../images/flash_home_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#body .container {
	width: 781px;
	background-color: #ffffff;
}

	#body .container .leftSection {
		width: 215px;
		height: 560px;
		float: left;
		padding: 7px 7px 0px 21px;
		background-image: url(../images/vSpacer.gif);
		background-repeat: no-repeat;
		background-position: right;
	}
		
		#body .container .leftSection .promotions {
		}
		
		#body .container .leftSection .promotionOffers {
			padding: 0px 0px 21px 0px;
		}
		
		#body .container .leftSection .promotion1 {
			padding: 0px 0px 5px 0px;
		}
		
		#body .container .leftSection .promotion2 {
			padding: 0px 0px 10px 0px;
		}
		
		#body .container .leftSection .promotion3 {
			padding: 0px 0px 21px 0px;
		}
		
		#body .container .leftSection .textQR {
			padding: 10px 0px 10px 0px;
		}
		
		#body .container .rightSection {
			width: 538px;
			float: right;
			background-image: url(../images/hotel.jpg);
			background-repeat: no-repeat;
			background-position: top left;
			background-color: #ffffff;
			vertical-align: top;
			padding: 0px;
			padding-top:0px;
		}
		#body .container .rightSection .ticker{
					padding-top: 6px;
					padding-bottom: 0px
		}
		
		#body .container .rightSection .HomePageHeading {
			padding-left: 21px;
			padding-top: 0px;
		}
		
		#body .container .rightSection .sectionRight {
			float: right;
			padding-left: 14px;
			padding-top: 20px;
		}
		
		#body .container .rightSection h2 {
			font-family: Arial, Helvetica, sans-serif;
			color: #0186a8;
			font-size: 20px;
			padding-bottom: 10px;
			text-transform: uppercase;
			padding-left: 21px;
		}
		
		#body .container .rightSection h1 {
			font-family: Arial, Helvetica, sans-serif;
			color: #0186a8;
			font-size: 24px;
			padding: 0px 0px 0px 14px;
			width: 510px;
			vertical-align: top;
		}
		
		#body .container .rightSection .sectionRight .body-text {
			font-family: arial;
			font-size: 11px;
			color: #626262;
			padding-right: 30px;
			line-height: 16px;
			padding-bottom: 24px;
		}
		
		#body .container .rightSection .sectionRight .heading_2_home {
			font-family: arial;
			font-size: 12px;
			font-weight: bold;
			color: #626262;
			padding: 0px 0px 20px 150px;
		}
		
