body {
	margin: 0px;
	padding: 0px;
}
p {
	text-indent: 13px;
	font-family: verdana;
	font-size: 13px;
	text-align: justify;
}
#navbar {
	width: 800px;
	background-color: #F7B756;
	background-image: url("images/bg3.jpg");
	background-repeat: no-repeat;
	color: #FBDCAB;
	text-align: center;
	vertical-align: center;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
}
.navrow {
	padding-top: 4px;
	padding-bottom: 4px;
}
.navrow a {
	color: #000066;
	text-decoration: none;
}
.navrow2 {
	padding-top: 4px;
	padding-bottom: 4px;
	color: black;
}
.navrow2 a {
	color: #FBDCAB;
	text-decoration: none;
}



#address {
	background-color: #F7B756;
	color: #FBDCAB;
	text-align: center;
	font-family: verdana;
	font-size: 13px;
}
#address span {
	color: #000066;
}
#legal {
	background-color: #000099;
	color: white;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
}
#legal a {
	color: white;

}
#legal a:hover {
	color: white;
	text-decoration: none;
}
#footer {
	background-image: url("images/landscape2.jpg");
	background-repeat: no-repeat;
	background-attachment: bottom center;
	text-align: center;

}
.footery {
	width: 33%;
	text-align: center;
	color: #000066;
	font-size: 18px;
	font-family: arial;
}
.boom {
	color: #000066;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
.doubleboom {
	color: #F7B756;
	font-size: 80px;
	text-align: center;
}

.picturetitle {
	color: #000066;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
}


h1, h2, h3, h4, h5 {
	color: #000066;
	font-family: georgia;
	text-align: center;
	margin-bottom: 6px;
}

/* Drop down menus */
#dropmenudiv {
	position: absolute;
	border: 2px solid black;
	width: 300px;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a {
	color: #000066;
	background-color: #F7B756;
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover { /*hover background color*/
	color: #F7B756;
	background-color: #000066;
}
/* Reservation stuff */
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000066;
	font-weight: normal;

}
.bodytiny {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-variant: normal;
	color: #000066;
}
.bodytextmid {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000066;
}
