/* CSS Document */
body {
	padding:0px;
	margin: 0px;
	background-color:#FBFAFA;
}

.wel{ font-family:"Times New Roman", Times, serif;
      font-size:16px;
	  font-weight:normal;
	  text-align:justify;
	  color:#000000;
	  line-height:16px;
 }
.attraction{ 
	  font-family:"Times New Roman", Times, serif;
      font-size:14px;
	  font-weight:bold;
	  color:#000000;
	  line-height:25px;
 }
.attraction_arrow{ 
	  font-family:"Times New Roman", Times, serif;
      font-size:14px;
	  font-weight:bold;
	  color:#BF571A;
	   line-height:25px;
 }
.amenities{ 
	  font-family:Geneva, Arial, Helvetica, sans-serif;
      font-size:12px;
	  font-weight:bold;
	  color:#000000;
	  line-height:25px;
 }
 
 .contact{ 
	  font-family:Arial, Helvetica, sans-serif;
      font-size:14px;
	  font-weight:bold;
	  color:#000000;
	  line-height:18px;
 }
/*-------------------------menu part-----------*/

.menu_home{
	display:block;
	width:221px;
	height:26px;
	background-image:url(../images/home_navi.jpg);
	background-position:top;
	background-repeat:no-repeat;

	}	
.menu_home:hover{
	background-image:url(../images/home_hover.jpg);
	background-repeat:no-repeat;
	}
	
.menu_about{
	display:block;
	width:221px;
	height:26px;
	background-image:url(../images/about_navi.jpg);
	background-position:top;
	background-repeat:no-repeat;
    }	
.menu_about:hover{
	background-image:url(../images/about_hover.jpg);
	background-repeat:no-repeat;
	}
	
.menu_attraction{
	display:block;
	width:221px;
	height:26px;
	background-image:url(../images/attraction_navi.jpg);
	background-position:top;
	background-repeat:no-repeat;

	}
	
.menu_attraction:hover{
	background-image:url(../images/attraction_hover.jpg);
	background-repeat:no-repeat;
	}
	
.menu_gallery{
	display:block;
	width:221px;
	height:26px;
	background-image:url(../images/gallery_navi.jpg);
	background-position:top;
	background-repeat:no-repeat;

	}
	
.menu_gallery:hover{
	background-image:url(../images/gallery_hover.jpg);
	background-repeat:no-repeat;
	}
	
.menu_contact{
	display:block;
	width:221px;
	height:26px;
	background-image:url(../images/contact_navi.jpg);
	background-position:top;
	background-repeat:no-repeat;

	}
	
.menu_contact:hover{
	background-image:url(../images/contact_hover.jpg);
	background-repeat:no-repeat;
	}
	
.menu_reservation{
	display:block;
	width:221px;
	height:26px;
	background-image:url(../images/reservation_navi.jpg);
	background-position:top;
	background-repeat:no-repeat;

	}
	
.menu_reservation:hover{
	background-image:url(../images/reservation_hover.jpg);
	background-repeat:no-repeat;
	}	

.menu_rate{
	display:block;
	width:221px;
	height:26px;
	background-image:url(../images/rate_navi.jpg);
	background-position:top;
	background-repeat:no-repeat;

	}
	
.menu_rate:hover{
	background-image:url(../images/rate_hover.jpg);
	background-repeat:no-repeat;
	}									
		
		
/*---------links----------*/		

.link{ font: 14px "Times New Roman", Times, serif; font-weight:bold; color:#7B2E00; }	
.link a{ color:#7B2E00; text-decoration: none; }
.link a:hover{ text-decoration: none; color:#0000FF; }

#footer{ font: 12px Arial, Helvetica, sans-serif; color:#FFFFFF; }	
#footer a{ font-size: 12px; color:#FFFFFF; text-decoration: underline; }
#footer a:hover{ text-decoration: none; color:#FFFFFF; }
