#navbarLinks {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-variant: normal;
	color: #660000;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #660000;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#navbarLinks a {
	color: #337f7f;
	text-decoration: none;
}

#navbarLinks a:hover {
	color: #660000;
}

.thankYou {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
	border: thick double #333;
	width: 500px;
	padding: 18px;
	font-size: 16px;
	background-color: #FFF;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#reserve {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
	border: medium solid #660000;
	width: 500px;
	padding: 10px;
	font-size: 16px;
	background-color: #FFF;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.4em;
}

#reserve span {
	color: #660000;
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#reserve a {
	color: #337f7f;
	text-decoration: none;
}

#reserve a:hover {
	color: #660000;
}

.priceBreak {
	background-color: #8ED2D2;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.navbar {
	background-image: url(images/head.jpg);
	height: 220px;
	width: 730px;
	margin-top: 20px;
	background-repeat: no-repeat;
}

