@charset "utf-8";
/* CSS Document */
body {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	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: #FFF;
	background-color: #666666;
	background-image: url(images/beachfirebkg.jpg);
	width: 900px;
	background-repeat: repeat-y;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrapper {
	width: 900px;
	border-top-width: thick;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #AC816E;
	border-right-color: #AC816E;
	border-bottom-color: #AC816E;
	border-left-color: #AC816E;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 673px;
}
#bannertable {
	width: 900px;
}
#navtable {
	background-image: url(images/navbkg.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 900px;
}
#mastercontenttable {
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #000;
}

#leftcol {
	background-color: #8BABC2;
	vertical-align: top;
	text-align: center;
	width: 310px;
}
#maincol {
	background-color: #FFF;
	width: 590px;
	text-align: left;
	vertical-align: top;
	background-image: url(images/logofade.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 10px;
}
.hourtitle {
	text-align: center;
	color: #FFF;
	font: bold 18px Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
h1 {
	color: #006;
	font: bolder 18px "Comic Sans MS", cursive;
	text-align: center;
	text-decoration: underline;
}
p {
	color: #333;
	font: 14px Tahoma, Geneva, sans-serif;
}
.times {
	color: #FFF;
	text-align: center;
	font: 12px "Arial Black", Gadget, sans-serif;
}
#bannerdiv {
	height: 200px;
	width: 900px;
}
#navdiv {
	background-image: url(images/navbkg.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 900px;
}
#leftdiv {
	height: 440px;
	width: 310px;
	background-color: #8babc2;
	float: left;
}
#contentdiv {
	background-image: url(images/logofade.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFF;
	height: 440px;
	width: 568px;
	margin: 0px;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
}
.boldheading {
	font-weight: bolder;
}

#frontwrapper {
	border: medium solid #FFF;
	width: 900px;
}
#maincontnobkg
{
	background-color: #FFF;
	height: 440px;
	width: 568px;
	margin: 0px;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
}
h2 {
	color: #DB6A48;
	text-decoration: underline;
	font-family: "Comic Sans MS", cursive;
}
directons {
	text-align: left;
}
h4 {
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	padding-left: 5px;
}
.directionsbold {
	font-weight: bolder;
	text-decoration: underline;
}
h5 {
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	padding-left: 5px;
}
.centermenu {
	font-weight: bold;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
}

