@charset "utf-8";
body {
	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: #000000;
	background-color: #FFF;
	background-repeat: repeat;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/backfish.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #330000;
	position: relative;
	height: 100px;
	background-image: url(../images/logo_text.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	font-style: normal;
	font-weight: 900;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	letter-spacing:0.21em;
}
.oneColFixCtrHdr   #topNav {
	height: 25px;
	background-color: #FF9999;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #99CC99;
	height: 435px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	color: #330000;
	font-size: 14px;
	font-weight: normal;
}
.pageName {
	color: #330000;
	letter-spacing:0.12em;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.pageList {
	color: #330000;
	line-height:26px;
	letter-spacing:0.12em;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 25px !important;
  margin: 10px 0 0 5px;
}

* html .img-shadow {
  background: none;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
} 

.oneColFixCtrHdr #footer {
	background-color: #FF9999;
	padding: 0 10px;
	height: 40px;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding-left: 5px;
	color: #330000;
	line-height:26px;
	letter-spacing:1px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	float: none;
}

.gallery .image-row {
  clear: both;
  padding: 10px 0 0 40px;
}

.gallery img {
  cursor: pointer; 
}
