/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffdd99;
	text-align: left;
	margin: 5%;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.headerRed {	font-size: 18px;
	color: #993300;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.header {
	margin: 10px;
	padding: 10px;
	float: none;
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	border: thin groove;
	text-align: center;
	background-color: #ffffcc;
	background-position: center center;
	position: static;
	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.centre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
table.centred {margin-left:auto; margin-right:auto;}

.hotelContact {
	color: #990000;
	font-style: italic;
		text-align: center;
}
.image {
	float: left;
	padding: 10px;
	background-position: center top;
	vertical-align: middle;
		margin-left: 2%;
	margin-right: 2%;
}
.imageRight {
	float: right;
	padding: 10px;
	background-position: center top;
	vertical-align: middle;
		margin-left: 2%;
	margin-right: 2%;
}

.homePageLink {margin: 10px; padding: 10px; float: none; width: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; border: thin groove; text-align: center; background-color: #ffffcc; background-position: center; position: static; }
.alphabeticalList {margin: 10px; padding: 10px; float: none; width: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; border: thin groove; text-align: left; background-color: #ffffcc; background-position: center ; position: static; }
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 3%;
	list-style-type: disc;
	text-align: left;
}
