@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 25px;
	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: #000000;
	background-image: url(images/tiledskulls.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.oneColFixCtr #container {
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #171717;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFF;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header {
	background: url(images/header1.gif);
	background-attachment: scroll;
	height: 450px;
	background-repeat: no-repeat;



}

#footer {
	background-image: url(images/rod1.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	height: 181px;
	background-color: #000;
}

.docklabel {
	color: #FFF;
	background-color: #000;
	text-align: center;
	font-size: 15px;
}

.infobox {
	text-align: center;
	font-size: 28px;
	background-image: url(images/skullfoot.gif);
	background-attachment: scroll;
	background-position:  bottom;
	background-repeat: no-repeat;
	padding-bottom: 100px;
	border-width: 1 px;
	border-style: solid;
	border-color: #000;
	height: 325px;
}


.galleryitem {
	text-align: center;
	border-width: 4px;
	border-color: #222;
	border-style: solid;
	padding: 10px;
	margin: 30px;
	color: #FFF;
	background-color:#111

}

.galleryitem img {
	border-width: 4px;
	border-color: #666;
	border-style: double;
	margin: 15px;
}

#gallerybody {

	}
