html, body, #wrapper {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-image: url(https://www.galvestonmerchants.com/images/yagaspresents/shrimpfestival/shrimpback.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.headerimage
{
	position: absolute;
	top: 172px;
	z-index: 4;
	margin-left: -34px;
}

.bottomlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5A5A5B;
	text-align: center;
}

.blockimage
{
	position: absolute;
	top: 260px;
	z-index: 4;
	margin-left: -25px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";


	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

p,li,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5A5A5B;
	text-align: justify;
}

.newsletter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A5A5B;
}

form { margin-bottom: 0}

#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
   }

#wrapper td {vertical-align:top;}

a:link {
	color: #ec2024;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ec2024;
}
a:hover {
	text-decoration: underline;
	color: #ec2024;
}
a:active {
	text-decoration: none;
	color: #ec2024;
}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:301px;	width: 600px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
