@charset "utf-8";
/* CSS Document */

#container {
	margin: auto;
	width: 950px;
	position: relative;
}
#header {
	height: 450px;
	width: 950px;
	position: relative;
}
#logo {
	height: 120px;
	width: 270px;
	position: absolute;
	background-color: #FFF;
	top: 7px;
}

#nav_bar {
	height: 45px;
	width: 680px;
	position: absolute;
	top: 57px;
	left: 270px;
}
#main_content {
	width: 950px;
	position: relative;
	height: 830px;
}
#img2 {
	position: absolute;
	height: 158px;
	width: 308px;
	left: 321px;
	top: 630px;
}
#img3 {
	position: absolute;
	height: 158px;
	width: 308px;
	left: 642px;
	top: 630px;
}
#img1 {
	position: absolute;
	height: 158px;
	width: 308px;
	left: 0px;
	top: 630px;
}

#googlemap {
	height: 350px;
	width: 425px;
	left: 515px;
	position: absolute;
	top: 60px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#where {
	font-family: "Tw Cen MT Condensed";
	font-size: 24px;
	position: absolute;
	font-weight: normal;
	color: #999;
	top: 25px;
	left: 10px;
}
#google_heading {
	font-family: "Tw Cen MT Condensed";
	font-size: 24px;
	color: #999;
	position: absolute;
	left: 520px;
	top: 24px;
}
#tripadvisor {
	height: 98px;
	width: 313px;
	position: absolute;
	left: 600px;
	top: 10px;
}
#book_now {
	height: 78px;
	width: 178px;
	position: absolute;
	top: 130px;
	left: 735px;
}

#main_text2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	width: 450px;
	padding-right: 30px;
	padding-left: 10px;
	position: absolute;
	top: 225px;
}
#vanuatu {
	font-family: "Tw Cen MT Condensed";
	font-size: 24px;
	color: #999;
	position: absolute;
	top: 200px;
	left: 10px;
	font-weight: normal;
}


#container #header #nav_bar img {
	margin-left: 5px;
}

#left_box {
	height: 140px;
	width: 210px;
	font-family: "Tw Cen MT Condensed";
	font-size: 39px;
	font-weight: normal;
	color: #FFF;
	font-style: normal;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 30px;
	top: 140px;
	position: absolute;
	left: 10px;
}
#slideshow {
	height: 300px;
	width: 670px;
	border: 2px solid #FFF;
	position: absolute;
	top: 150px;
	left: 275px;
}
#main_text {
	width: 450px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	padding-right: 30px;
	padding-left: 10px;
	color: #333;
	position: absolute;
	top: 50px;
}
#footer {
	width: 950px;
	position: relative;
	height: 240px;
}
#contact_info {
	height: 230px;
	width: 225px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	position: absolute;
	left: 40px;
	top: 10px;
}
