body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 972px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/promobg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#mainContent {
	padding-top: 80px;
	padding-right: 42px;
	padding-bottom: 0;
	padding-left: 42px;
}
#contents {
}
#left_col {
	float: left;
	margin-right: 30px;
	width: 257px;
}
#searchbox {
	width: 251px;
	background-image: url(images/trans_border.png);
	padding: 3px;
}
#findandbook {
	font-size: 20px;
	color: #FFF;
	background-color: #3e3061;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#country {
	font-size: 12px;
	color: #000;
	width: 200px;
}
#searchfields {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FFF;
	font-size: 11px;
	color: #000;
}
#searchfields a:link, #searchfields a:visited, #searchfields a:hover, #searchfields a:active {
	text-decoration: none;
	color: #3F3161;
}
#callout {
	margin-top: 3px;
	background-image: url(images/trans_border.png);
	padding: 3px;
}
#callout_text {
	background-color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #333;
}

#callout_text a:link, #callout_text a:visited, #callout_text a:hover, #callout_text a:active {
	color: #3F3161;
}

#constrain_box {
	margin-left: 287px;
	height: 383px;
}

#unconstrain_box {
	margin-left: 287px;
}

#india_text {
	background-image: url(images/trans_border.png);
	padding: 3px;
}
#maldives_text {
	background-image: url(images/trans_border.png);
	padding: 3px;
}
#sub_header {
	font-size: 20px;
	color: #FFF;
	background-color: #3e3061;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#country_name {
	width: 545px;
	float: left;
}


#footer {
	padding-right: 42px;
	padding-left: 42px;
}
.city_box {
	font-size: 12px;
	color: #FFF;
	background-color: #624c86;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.promo_box {
	padding: 15px;
	background-color: #FFF;
	margin-bottom: 3px;
	font-size: 11px;
	color: #000;
}
.promo_box_header {
	font-size: 12px;
	font-weight: bold;
	color: #3E3061;
}
.promo_box_piclinks {
	font-size: 10px;
}

.promo_box a:link, .promo_box a:visited, .promo_box a:active {
	color: #47156b;
	text-decoration: none;
}

.promo_box a:hover {
	color: #47156b;
	text-decoration: underline;
}


.book_box {
	padding: 15px;
	background-color: #e1d9bc;
	color: #333;
}





#sm_bar {
	margin-bottom: 10px;
}
#footer_left {
	float: left;
	width: 574px;
	margin-right: 50px;
	font-size: 10px;
	color: #333;
}
#footer_left_links a:link, #footer_left_links a:visited, #footer_left_links a:active{
	color: #666;
	text-decoration: none;
}

#footer_left_links a:hover{
	color: #666;
	text-decoration: underline;
}
#footer_left_bar {
	margin-top: 15px;
}

#footer_right {
	margin-left: 624px;
	font-size: 10px;
	color: #333;
}
