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: #005596;
	background-image: url(images/WaterBackground.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 962px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/containerBG.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background-image: url(images/headerBG.jpg);
	height: 467px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #logo {
	float: left;
	width: 300px;
	overflow: visible;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	padding-top: 20px;
	height: 110px;
}


.twoColFixLtHdr #address {
	float: right;
	width: 500px;
	overflow: visible;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	padding-top: 10px;
	padding-right: 70px;
	height: 130px;
}
.twoColFixLtHdr  #container  #header  #address  .style1  a:hover {
	color: #999999;
	text-decoration: underline;
}
.twoColFixLtHdr #container #header #address .style1 a {
	color: #999999;
}

.twoColFixLtHdr #container #header #address a {
	color: #005596;
	text-decoration: none;
}


.twoColFixLtHdr  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 */
	color: #00ADEE;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 24px;
	font-variant: small-caps;
	font-weight: normal;
}
.twoColFixLtHdr h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #005596;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 17px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	font-weight: normal;
}
.twoColFixLtHdr h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #00ADEE;
}
.twoColFixLtHdr #sidebar1 {
	width:200px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-left: 90px;
	margin-top: 0.7em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	margin-left: 88px;
	padding-right: 0.5em;
	height: 550px;
	padding-top: 0.7em;
	background-image: url(images/sidebarBG.png);
	float: left;
	padding-left: 0.3em;
}
.twoColFixLtHdr #sidebar1txt {
	text-align: left;
	margin-bottom: 1em;
	padding-left: 1em;
}
.twoColFixLtHdr  #container  #sidebar1txt  a {
	color: #005596;
	text-decoration: none;
}
.twoColFixLtHdr  #container  #sidebar1txt  a:hover {
	color: #005596;
	text-decoration: underline;
}
.twoColFixLtHdr  #container  #sidebar1txt  ul {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	text-align: left;
	line-height: 190%;
	display: inline;
	width: 99.99%;
}
.twoColFixLtHdr  #container  #sidebar1txt  li {
	margin: 0;
	padding: 0;
	color: #00ADEE;
	list-style-type: none;
} 
.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 13px;
}
.twoColFixLtHdr #container #mainContent a {
	font-weight: bold;
	text-decoration: none;
	color: #005596;
}
.twoColFixLtHdr #container #mainContent a:hover {
	text-decoration: underline;
}

.twoColFixLtHdr #container #mainContent #breakfast-menu {
	background-image: url(images/breakfastBG.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 330px;
	width: 580px;
	padding-top: 10px;
}



.twoColFixLtHdr #mainContent {
	padding-left: 10px;
	float: left;
	margin: 0px;
	width: 550px;
} 

.twoColFixLtHdr #footer {
	background-image: url(images/footerBG.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 90px;
} 

.twoColFixLtHdr #container #footer a {
	color: #D7D7D7;
}

.twoColFixLtHdr #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: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.LightBlueTxt {color: #00ADEE}
.style1 {
	color: #00B0D8;
	font-size: 11px;
}
.style2 {color: #999999}

