@charset "utf-8";
/* CSS Document */

body  {
	font: 18px Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin: 0 auto;
	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: #074C30;
	background-image: url(images/fishbkg.jpg);
	background-repeat: repeat;
	width: 1000px;
	vertical-align: middle;
}
#wrapper {
	width:1000px;
	border: 10px solid #666;
	margin-top: 50px;
}
#bannertable {
	background-color: #000;
	
}
#navigationtable {
	background-color: #036;
}
#solidtable {
	background-color: #666;
}
#contenttable {
	background-color: #000;
	vertical-align: top;
}
#leftsidecol {
	background-color: #013366;
	vertical-align: top;
	padding: 5px;
}
#movietable {
	width: 660px;
	vertical-align: top;
	height: 495px;
}
#footer {
	background-color: #000;
	font: 16px Tahoma, Geneva, sans-serif;
	color: #CCC;
	padding-left: 10px;
	text-align: left;
}
.hours {
	color: #FFCC17;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}
.days {
	font-size: 14px;
	color: #FFF;
}
p {
	font: 13px Tahoma, Geneva, sans-serif;
}
.yellowlink {
	color: #FC0;
}
h1 {
	color: #FC0;
	font: bold 18px Tahoma, Geneva, sans-serif;
	text-decoration: underline;
	text-align: center;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#leftdirectons {
	color: #FFF;
	background-color: #CCC;
	vertical-align: top;
	padding: 10px;
}
h3 {
	color: #013366;
	text-align: center;
	text-decoration: underline;
	font-family: "Comic Sans MS", cursive;
}
h4 {
	color: #000;
}
.blackprint {
	color: #000;
}
.bold {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
h5 {
	color: #FC0;
	text-decoration: underline;
	text-align: center;
}
h6 {
	color: #CCC;
	font: bold 14px Verdana, Geneva, sans-serif;
	text-align: center;
}
.whitebold {
	font-weight: bold;
	color: #0CF;
}
#linktable {
	background-color: #013366;
	padding: 10px;
	text-align: center;
}
#rightlinkcolm {
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #09F;
	background-color: #013366;
	padding: 10px;
}

.linktext {
	color: #6FC;
	font: bold 14px "Comic Sans MS", cursive;
}
#gifttable {
	background-color: #FFF;
	padding: 20px;
	vertical-align: top;
}
.giftprice {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
}
