*{
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, verdana, sans-serif;
	background-image:url("../images/bg_tile.jpg");
	background-repeat: repeat-x;
}
 
a{
	outline:none;
}

#container{
	width: 720px;
	height: auto;
	margin: auto;
	background-color:#fff;
	text-align: center;
	
}

#mastHead{
	width:720px;
	height:298px;
	margin-bottom:25px;
	background-image: url("../images/mastHead.jpg");
	background-repeat: no-repeat;
}

#nav{
	width:167px;
	float:left;	
	text-align: left;
	padding-bottom:20px;
	
}

#nav a{
	width:167px;
	font-family:Arial;
	font-weight:bold;
	color:#00adef;
	margin:0 0 0 10px;
	text-decoration: none;
	border-bottom: 2px solid #000;
}

#nav a:hover{
	text-decoration:underline;
}

#nav a#home{
	position:absolute;
	height:24px;
	width:167px;
	padding-bottom:5px;
	border-bottom: 2px solid #000;
	
}

#nav a#rate{
	position:absolute;
	height:24px;
	width:167px;
	padding-bottom:5px;
}

#nav a#map{
	position:absolute;
	height:24px;
	width:167px;
	padding-bottom:5px;
}

#nav a#photo{
	position:absolute;
	height:24px;
	width:167px;
	padding-bottom:5px;
}

#nav a#tour{
	position:absolute;
	height:30px;
	width:167px;
}

#nav a#contact{
	position:absolute;
	height:24px;
	width:167px;
	padding-bottom:5px;
}

#nav p{
	margin:20px 0 0 10px;
}

#content{
	height:auto;
	width: 535px;
	text-align:left;
	float:right;
	margin:0 10px 0 0;
	padding-bottom:20px;
}

#content h1{
	font-size:20px;
	float:left;
	margin-bottom:10px;
	margin-left:55px;
}

#content a{
	margin-left:55px;
	color:#000;
	text-decoration:underline;
	font-size:13px;
}

#content a:hover{
	text-decoration:none;
}

#content p{
	margin-left:55px;
}

#content span{
	font-weight: bold;
	font-size: 16px;
}

#content p.small{
	font-size: 12px;
}

#content p.clear{
	clear:both;
}

#content ul.right{
	float:right;
}

#content ul li{
	margin-left:90px;
	list-style-type:none;
}

#content img{
	margin:10px 0 15px 90px;
}

#content img.right{
	float: right;
}

#content img.const{
	float: left;
	margin:50px 0 15px 55px;
}

#content img.email{
	margin-left:55px;;	
}

#content iframe{
	margin:0 0 10px 55px;
}

#content small a{
	color:#000;
	text-decoration:underline;
	margin-left:55px;
}

#content small a:hover{
	text-decoration:none;
}

#content a.email{
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
}

#bottom{
	width:720px;
	clear:both;
	margin-left:0px;
	text-align:center;
}

#reserv{
	width:485px;
	float:right;	
}

#footer{
	height:25px;
	font-size:12px;
	text-align:center;
	color: #000;
	padding:10px;
	clear:both;
	border-top: 2px solid #000;
}

#footer a{
	color:#000;
	text-decoration:underline;
}

#footer a:hover{
	text-decoration:none;
}