@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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #99ccff;
}
.oneColFixCtrHdr #container {
	width: 1080px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	border-top: 5px solid #3366cc;
	border-right: 5px solid #3366cc;
	border-bottom: 5px none #3366cc;
	border-left: 5px solid #3366cc;
}
.oneColFixCtrHdr #header {
	background: #3366CC;
	padding: 0;  /* 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. */
	margin: 0px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 15 0 0 15;
	margin: 0px 0px 0px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 1060px;
}
.platelunch {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 775px;
}
.platepicleft {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 202px;
}
.platetextleft {
	margin: 0px;
	padding: 0px;
	width: 140px;
	float: right;
}
.platebox {
	margin: 0px 15px 5px 5px;
	padding: 5px;
	width: 350px;
	float: left;
}
.platetextright {
	margin: 0px;
	padding: 0px;
	width: 140px;
	float: left;
	text-align: right;
}
.platepicright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 202px;
}
.platerow {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 765px;
}
.menusidebar {
	float: right;
	width: 227px;
	margin: 0px;
	padding: 0px;
}
.picfloatright {
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.picfloatleft {
	margin: 0px 50px 0px 15px;
	padding: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ff6633;
	margin: 0px;
	width: 1080px;
	border: 5px none #3366cc;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.partypackbox {
	margin: 0px 25px;
	padding: 0px;
	float: left;
	width: 400px;
}
.maptextbox {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: right;
	width: 350px;
}
.indexleft {
	margin: 0px 25px 0px 0px;
	padding: 0px;
	float: left;
	width: 500px;
}
.oneColFixCtrHdr #container #mainContent .indexleft650 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 640px;
}
