@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	background-color: #336633;
}
.oneColLiqCtrHdr #container {
	width: 750px; /* the auto margins (in conjunction with a width) center the page */
	border: double #fffcc 4px; /* this overrides the text-align: center on the body element. */
	background-color: #336633;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	list-style-image: none;
	color: #336633;
	text-indent: 0px;
}
.oneColLiqCtrHdr #header {
	background: #336633;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFCC;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-left: 60px;
}
.oneColLiqCtrHdr #mainContent {
	background-color: #FFFFCC;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 750px;
	margin: 0px;
	line-height: normal;
	font-size: 14px;
	background-repeat: no-repeat;
	border: single #ffffcc 3px;
	border-top-color: #FFFFCC;
	border-top-style: solid;
	border-top-width: 1px;
}
.priceslink {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: ##336633;
}

.oneColLiqCtrHdr #footer {
	width: 750px;
	margin-left: auto;
	background-color: #336633;
	color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
} 
.facilitiees {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #336633;
}

.oneColLiqCtrHdr #footer p {
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 750px;
	padding-right: 15px;
	padding-bottom: 15px;
	color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
}
incuding {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #330066;
	list-style-type: disc;
}
#tablediv {
	float: left;
	height: auto;
	width: 336px;
	margin-left: 100px;
}
#pricetext {
	float: left;
	height: auto;
	width: 500px;
}

.logo1 {
	font-family: "Imprint MT Shadow";
	font-size: 24px;
	font-weight: normal;
	color: #336633;
}
.contact {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}
.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #336633;
}
.logotext {
	font-family: "Imprint MT Shadow";
	font-size: 36px;
	color: #FFFFCC;
	background-color: #336633;
}
.sussexlinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #336633;
}
.normaltext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #336633;
}
.text14px {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #336633;
}
.feedbacktext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFCC;
}
.priceleft {
	float: left;
}
#calendar {
	float: left;
	height: auto;
	margin-left: 1px;
}
.caltext {
	float: left;
	height: auto;
	width: 650px;
}
