html, body {
  background-color:#130a01;
  margin:0;
  padding: 0;
	font: 12px arial, sans-serif;
	color: #FFFFFF;
}

td {
	font: 12px arial, sans-serif;
	color: #FFFFFF;
}

a:link {
	color:#d56a46;
	font-weight:normal;
	text-decoration:underline;
}

a:active, a:hover, a:visited:hover, a:visited:active {
	color:#bfbeb1;
	font-weight:normal;
	text-decoration:underline;
}

a:visited {
	color:#d99554;
	font-weight:normal;
	text-decoration:underline;
}

.gal {
	border:1px;
	border-color:#1F3038;
	border-style: solid;
}

a:link .gal {
	border:1px;
	border-color:#d99554;
	border-style: solid;
}

a:hover .gal, a:active .gal, a:visited:hover .gal, a:visited:active .gal {
	border:1px;
	border-color: #bfbeb1;
	border-style: dotted;
}

a:visited .gal {
	border:1px;
	border-color: #d99554;
	border-style: solid;
}

#header1 {
	position: absolute;
	top: 0;
	left: 20px;
	width: 775px;
	height: 100px;
	background-image:url(kasey_01.jpg);
	background-repeat:no-repeat;
}

#header2 {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 775px;
	height: 100px;
	background-image:url(kasey_02.jpg);
	background-repeat:no-repeat;
}

#header3 {
	position: absolute;
	top: 200px;
	left: 20px;
	width: 775px;
	height: 100px;
	background-image:url(kasey_03.jpg);
	background-repeat:no-repeat;
}

#header4 {
	position: absolute;
	top: 300px;
	left: 20px;
	width: 775px;
	height: 140px;
	background-image:url(kasey_04.jpg);
	background-repeat:no-repeat;
}

#header5 {
	position: absolute;
	top: 20px;
	left: 0;
	width: 775px;
	height: 110px;
	background-image:url(kasey_05.jpg);
	background-repeat:no-repeat;
}

#menu {
	position: absolute;
	top: 440px;
	left: 20px;
	width: 775px;
	text-align: center;
}

#main {
	position: absolute;
	top: 135px;
	left: 20px;
	width: 755px;
	padding-bottom: 10px;
}

.hdr {
  border-bottom: 1px solid #bfbeb1;
	font-family: times new roman, serif;
  font-size: 22px;
	color: #f9eccc;
	padding-bottom: 3px;
	margin-bottom: 10px;
	text-align: left;
}

.footer {
	margin-top: 50px;
	text-align: right;
	width: 755px;
	padding-bottom: 10px;
	font-family: arial, sans-serif;
  font-size: 10px;
	color: #f9eccc;
}

a {
  outline: none;
}

a:focus {
  outline: none;
}



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #130a00; }
