@charset "UTF-8";
/* CSS Document */

#bottomNavBar a:link {text-decoration: none; color:#FFFFFF;}
#bottomNavBar a:visited {text-decoration: none;color:#FFFFFF;}
#bottomNavBar a:active {text-decoration: none;color:#FFFFFF;}
#bottomNavBar a:hover {text-decoration: underline;color:#FFFFFF;}


#page {
	height: 600px;
	background-image: url(images/background.jpg);
	width: 800px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 25px;
}

#title {
	height: 37px;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 436px;
	position: absolute;
}

#slogan {
	height:34px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	width: 230px;
	position: relative;
	top: 44px;
	left: 562px;
	letter-spacing: 12px;
}

#bottomNavBar {
	height:25px;
	width: 800px;
	position: relative;
	top: 540px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	letter-spacing: 5px;
	word-spacing: 60px;
	font-size: 12px;
	text-indent: 65px;
}

#travelinfoNavBar {
	height: 155px;
	width: 300px;
	position: absolute;
	top: 224px;
	left: -4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 8px;
	word-spacing: 5px;
	text-align: center;
}

#tourgalleryNavBar {
	height: 155px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 8px;
	word-spacing: 5px;
	width: 233px;
	position: absolute;
	top: 224px;
	left: 283.5px;
	text-align: center;
}

#aboutNavBar {
	height: 155px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 8px;
	word-spacing: 5px;
	width: 300px;
	position: absolute;
	top: 224px;
	left:506.75px;
	text-align: center;
}


