/* CSS Document */
body{ margin:0px; border:0px;
    }
.wel{
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; text-align:justify; line-height:16px;
	}	
.amenities{
	font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FFFFFF; text-align:justify; line-height:16px;  text-transform:uppercase;
	}	
.amenities1{
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; text-align:justify; line-height:16px;  text-transform:uppercase;
	}
.contact{
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-align:justify; line-height:16px;
	}
.contact_page{
	font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FFFFFF; text-align:justify; line-height:18px;
	}	
.contact_page_bold{
	font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#FFFFFF; text-align:justify;  font-weight:bold;
	}			
				


/*---------navigation----*/
#home{
	float:left;
	display:block;
	height:36px;
	width:150px;
	background-image:url(../images/home_navi.jpg);
	background-repeat:no-repeat;
	}

#home:hover{
	background-image:url(../images/home_hover.jpg);
	background-repeat:no-repeat;
	}

#about{
	float:left;
	display:block;
	height:36px;
	width:150px;
	background-image:url(../images/about_navi.jpg);
	background-repeat:no-repeat;
	}

#about:hover{
	background-image:url(../images/about_hover.jpg);
	background-repeat:no-repeat;
	}

#gallery1{
	float:left;
	display:block;
	height:36px;
	width:150px;
	background-image:url(../images/gallery_navi.jpg);
	background-repeat:no-repeat;
	}

#gallery1:hover{
	background-image:url(../images/gallery_hover.jpg);
	background-repeat:no-repeat;
	}
	
#attraction{
	float:left;
	display:block;
	height:36px;
	width:150px;
	background-image:url(../images/attraction_navi.jpg);
	background-repeat:no-repeat;
	}

#attraction:hover{
	background-image:url(../images/attraction_hover.jpg);
	background-repeat:no-repeat;
	}

#contact{
	float:left;
	display:block;
	height:36px;
	width:150px;
	background-image:url(../images/contact_hover.jpg);
	background-repeat:no-repeat;
	}

#contact:hover{
	background-image:url(../images/contact_navi.jpg);
	background-repeat:no-repeat;
	}								
	
/*-------footer-------*/
.link{ font: 14px Arial, Helvetica, sans-serif; color:#FFCC33; }	
.link a{ color:#FFCC33; text-decoration: underline; }
.link a:hover{ text-decoration: none; color:#FFFFFF; }

#footer{ font: 12px Arial, Helvetica, sans-serif; color:#000000; }	
#footer a{ font-size: 12px; color:#000000; text-decoration: underline; }
#footer a:hover{ text-decoration: none; color:#000000; }	
	
