.container{
	width: 960px;
	height: auto;
	padding: 0;
    margin: 0 auto;
	background: transparent;
	}	
.container  a:link, .container a:visited, .container a:active {text-decoration: underline; color: #405a41;}
.container a:hover {text-decoration: none; color: #405a41;}
/* ---------------------------------------------------------------- */
#left_side{
	width: 200px; /* 200+0+0+0=200 total */
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	background: #eae7d6 url('../images/hotels/myanmar_hotels_background.jpg') top left no-repeat;
	border: none;
}
#left_side IMG{
	border: none;
	}
#navigation{
	width: 200px;
	height: auto;
	margin: 318px 0 0 0;
	padding: 0 0 20px 0;
	float: left;
	overflow: auto;
	font-size: 14px;
	background: #ffa500; 
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#navigation ul{
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	}
#navigation  li{
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
	border-top: 1px solid #000000;
	vertical-align: baseline;
	border-radius: 5px;
	}
#navigation  li.current{
	width: 170px;
	margin: 0 0 0 0px;
	padding: 5px 15px;
	float: left;
	border-top: 1px solid #000000;
	text-decoration: none;
	color:#7a2721;
	background: #ffff00;
}
#navigation li a:link, #navigation li a:visited {
	margin: 0;
	padding: 5px 0 5px 15px;
	display: block;
	text-decoration: none;
	color: #4c3100;
	background: #ffa500;
	border-radius: 5px;
}
#navigation li a:hover{
	margin: 0;
	padding: 5px 0 5px 15px;
	display: block;
	text-decoration: none;
	color: #000000;
	background: #d3c2b8;
	border-radius: 5px;
}
#tip{
	width: 178px; /* 178+0+20+2=200 total */
	height: auto;
	margin: 20px 0;
	padding: 10px;
	float: left;
	background: #e4dbe7;
	border: 1px solid #e77433;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox 3.6 and earlier */
	box-shadow: 5px 5px 5px #b49f75;
}
#tip_header{
	width: 178px;
	height: auto;
	margin: 8px 0 0 0;
	padding: 0;
	float: left;
	font-size:14px;  
	font-weight: bold;
	text-align:left;
	text-transform: uppercase;
	color: #ff6600;
	border: none;
}
#attractions{
	width: 178px; /* 178+0+20+2=200 total */
	height: auto;
	margin: 10px 0;
	padding: 30px 10px;
	float: left;
	background: #ffffff;
	border: 1px solid #7b765c;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox 3.6 and earlier */
	box-shadow: 5px 5px 5px #e6dbab;
}
#attractions li a:link, #links li a:visited, #links li a:active{text-decoration: underline; color:#345578;}
#attractions li a:hover {text-decoration: none; color:#345578;}
#attractions_header{
	width: 178px;
	height: auto;
	margin: 8px 0 0 0;
	padding: 0;
	float: left;
	font-size:14px;  
	font-weight: bold;
	text-align:left;
	text-transform: uppercase;
	color: #ff6600;
	border: none;
}
h4{
	margin:0;
	font-size: 14px;
	color: #2e3e1a;
	text-transform: uppercase;
	}
.map_header{
	width: 190px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 5px;
	float: left;
	font-size: 16px;
	color: #2e3e1a;
	background: yellow;
	text-transform: uppercase;
	border: none;
	}
.click{
	width: 190px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 5px;
	float: left;
	background: pink;
	font-size: 11px;
	border: none;
	}
.click a:link, #click a:visited, #click a:active{text-decoration: underline; color:#000000;}
.click a:hover {text-decoration: none; color: #000000;}	
.map{
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	}
h5{
	margin:0;
	font-size: 14px;
	color: red;
	text-transform: uppercase;
	}
#right_side{
	width: 738px; /*  738+0+20+2=760 */
	height: auto;
	margin: 0;
	padding: 10px 10px 30px 10px;
	float:left;
	overflow: auto;
	font-size:14px;
	text-align: justify;
	background:transparent;
	border: 0;
	}
#right a:link, #right a:visited, #right a:active{text-decoration: none; color:#c62010;}
#right a:hover {text-decoration: underline; color: #c62010;}		
h1{

	margin-top:30px;
	text-align: center;
	color: #a46847;
	font-size:30px;
	margin-bottom:30px;
	letter-spacing: 5px;
	word-spacing: 5px;
}
h2{
	color: #a46847;
	font-size:20px;
}
#right_side P{
	margin: 20px;
	}
.top_image{
	float: right;
	margin: 0 0 10px 10px;
	padding:10px;
	border:1px solid #000000;		
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.2);
	}
.top_image:hover{
	position: absolute;
	z-index:3;
	transform: translate(15px, 0) scale(2,2);
	-ms-transform: translate(15px, 0) scale(2,2); /* IE 9 */
	-webkit-transform: translate(15px, 0) scale(2,2); /* Safari and Chrome */
	-o-transform: translate(15px, 0) scale(2,2); /* Opera */
	-moz-transform: translate(15px, 0) scale(2,2); /* Firefox */
}
.hotel_booking{
	width: 706px; /* 706+0+30+2=738 total */
	min-height: 230px;
	margin: 10px 0;
	padding: 15px;
	border: 1px solid #3b4f24;
	border-radius: 25px;
}
/* .form_left + .form_right = 440+ 266 =  706 total  fit into .hotel_booking */
.form_left{
	width: 440px;
	height: auto;
	margin:0;
	padding:0;
	float: left;
	border: none;
	}
/* booking_cells + booking_cells + booking_cells_narrow + booking_cells_narrow = 140+ 140+ 80 +80 = 440 */
.booking_cells_header{
	width: 140px;
	height: 20px;
	margin: 0;
	float: left;
	border: none;
}
.booking_cells_narrow_header{
	width: 80px;
	height: 20px;
	margin: 0;
	float: left;
	border: none;
}
.booking_cells{
	width: 140px;
	height: 20px;
	margin: 0 0 20px 0;
	float: left;
}
.booking_cells_narrow{
	width: 80px;
	height: 20px;
	margin: 0 0 20px 0;
	float: left;
}
/* .name_email + .name_email = 220+220 = 440 */
.name_email{
	width: 220px;
	height: 20px;
	margin: 0;
	float: left;
}
.form_right{
	width: 266px;
	height: auto;
	float: left;
	border: none;
}
.asterisk{
	color:red;
	}
.note{
	width: 400px;
	height: auto;
	margin-top: 10px;
	float: left;
	font-size: 10px;
	font-weight: bold;
}
.olive{
	padding: 5px;
	color: #ffffff;
	cursor: pointer;
	border-style: outset;
	-moz-border-radius: 5px;
	border-radius: 5px;   
	background: #cecb74; /* old browsers */
	background: -moz-linear-gradient(top, #cecb74 0%, #6d642b 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecb74), color-stop(100%,#6d642b)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecb74', endColorstr='#6d642b',GradientType=0 ); /* ie */
	}
.highlights{
	font-weight:bold;
	color: #103e62;
	background: yellow;
	}
h3{
	color: #a46847;
	font-size:18px;
	margin-left: 20px;
}
/*  42+222+161+161=738 total to fit into .right_side */
#header_city{
	width: 150px; /* 150+0+10+2=162 total */
	height: auto;
	margin: 20px 0 0 0;
	padding: 5px;
	float:left;
	text-align: center;
	background:#b9ad85; 
	border-top: 1px #2e3e1a solid;
	border-left: 1px #2e3e1a solid;
	border-right: 1px #2e3e1a solid;
	border-top-left-radius: 5px;
}
#header_hotels{
	width: 243px; /* 243+0+10+1 =254 total */
	height: auto;
	margin: 20px 0 0 0;
	padding: 5px;
	float:left;
	background: #b9ad85; 
	border-top: 1px #2e3e1a solid;
	border-right: 1px #2e3e1a solid;
}
#header_star_rating{
	width: 150px;  /* 150+0+10+1 = 161 total */
	height: auto;
	margin: 20px 0 0 0;
	padding: 5px;
	float: left;
	background: #b9ad85; 
	border-top: 1px #2e3e1a solid;
	border-right: 1px #2e3e1a solid;
}
#header_price_range{
	width: 150px;  /* 150+0+10+1 = 161 total */
	height: auto;
	margin: 20px 0 0 0;
	padding: 5px;
	float: left;
	background: #b9ad85; 
	border-top: 1px #2e3e1a solid;
	border-right: 1px #2e3e1a solid;
	border-top-right-radius: 5px;
}
.city{
	width: 150px; /* 150+0+10+2=162 total */
	height: 20px;
	margin: 0;
	padding: 5px;
	float:left;
	text-align: center;
	background:#ffffff; 
	border-top: 1px #2e3e1a solid;
	border-left: 1px #2e3e1a solid;
	border-right: 1px #2e3e1a solid;
}
.hotels{
	width: 243px; /* 243+0+10+1 =254 total */
	height: 20px;
	margin: 0;
	padding: 5px;
	float:left;
	background: #ffffff; 
	border-top: 1px #2e3e1a solid;
	border-right: 1px #2e3e1a solid;
}
.star_rating{
	width: 150px;  /* 150+0+10+1 = 161 total */
	height: 20px;
	margin: 0;
	padding: 5px;
	float: left;
	background: #ffffff; 
	border-top: 1px #2e3e1a solid;
	border-right: 1px #2e3e1a solid;
}
.price_range{
	width: 150px;  /* 150+0+10+1 = 161 total */
	height: 20px;
	margin: 0;
	padding: 5px;
	float: left;
	font-weight: bold;
	color: #226100;
	background: #ffffff; 
	border-top: 1px #2e3e1a solid;
	border-right: 1px #2e3e1a solid;
}
#box{
	width: 738px; /*  738+0+0+0= 738 */
	height: auto;
	margin: 0;
	padding: 0;	
	float: left;
	background: #e2d8b7;
	}
.dollar{
	margin: 0 0 0 15px;
	font-size:14px;  
	color: green;

}
#bottom_line{
	width: 738px; /*  738+0+0+0=738 */
	height: auto;
	margin: 0 0 30px 0;
	padding: 0;	
	clear: both;
	border-top: 1px #2e3e1a solid;
	}
.city_highlight{
	font-size: 16px;
	font-weight: bold;
	}
.right_side_image{
	float: left;
	margin: 10px 0;
	border:1px solid #000000;		
	border-radius: 8px;
	}
.attractions_header{
	width: 700px;
	height: auto;
	margin: 15px 0 0 20px;
	color: #a46847;
	font-size:18px;
}