body,td,th {
	color: #FFFFFF;
}
body {
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #9E4B00;
	
	/*  Mozilla Hack  */
	min-width: 900px;
    
	/*  IE Hack  */
	text-align: center;
}

#container_home {
	background-image: url(../images/fish_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;

    margin: auto;
	height: 470px;
	width: 900px;
	padding-top: 70px;

}


#container_contact {
	background-image: url(../images/coco_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;

    margin: auto;
	height: 470px;
	width: 900px;
	padding-top: 70px;

}

#container_splash {
	background-image: url(../images/splash_flower.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;

    margin: auto;
	height: 470px;
	width: 900px;
	padding-top: 120px;

}

#container_hotel {
	background-image: url(../images/splash_hotel.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;

    margin: auto;
	height: 470px;
	width: 900px;
	padding-top: 120px;

}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
    color: #FF9E43;
	margin:15px auto;
	width: 500px;
	text-align:center;
}

.copy {

 	font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; font-weight: bold;
	color: #FFFF00;
	text-align: left;

	padding-left: 5px;

	float: none;

	

}


#navigation {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 11px;
    color: #FF9E43;
	margin:0 auto;
	width: 600px;
	text-align:left;
	text-transform: uppercase;
}


.title {
	margin: 50px 0px 0px -110px;
}

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

hr {
	color: #9E4B00;
	margin-top: -5px;
}

#city {
	padding-top: 250px;
}
.enter_but {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFF00;
}
a {
	text-decoration: underline overline;
}
