body {
	margin: 0;
    padding: 0;
    text-align: center;  /* to overcome IE bug so that page centers */
	background-color: #650103;
}

html {
min-height: 100%;
margin-bottom: 1px;
}

a:link {
	color: #5D5827;
}
.clear a:link {
	color: #E5CFA9;
}

a:visited {
	color: #857E39;
}

a:hover {
	color: #7D0B0E;
}

.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
	height: 1px;
	background-color: #650103;
}

#container {
	width: 800px;
	margin:  0 auto;
	text-align: left; /* counteracts the center align in the body tag - so that the elements do not center in rest of site */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	background-color: #FED866;
	border: 1px solid #000000;
	position: relative;
	top: 25px;
}

#banner {
	z-index: 1;
	width: 800px;
	position: relative;
	}
	
#alt #banner {background-image: url(../images/banner-alt.jpg);
	background-repeat: no-repeat;background-position: left top; height: 156px;
	}

#nesting #banner {background-image: url(../images/banner-nesting.jpg);
	background-repeat: no-repeat;background-position: left top; height: 770px;
	}

#missing #banner {background-image: url(../images/banner-missing.jpg);
	background-repeat: no-repeat;background-position: left top; height: 549px;
	}
	

#departed #banner {background-image: url(../images/banner-departed.jpg);
	background-repeat: no-repeat;background-position: left top; height: 669px;
	}

#flight #banner {background-image: url(../images/banner-flight.jpg);
	background-repeat: no-repeat;background-position: left top; height: 615px;
	}

#tales #banner {background-image: url(../images/banner-tales.jpg);
	background-repeat: no-repeat;background-position: left top; height: 748px;
	}

#talk #banner {background-image: url(../images/banner-talk.jpg);
	background-repeat: no-repeat;background-position: left top; height: 661px;
	}	
	

#cast #banner {background-image: url(../images/banner-cast.jpg);
	background-repeat: no-repeat;background-position: left top; height: 637px;
	}

#map #banner {background-image: url(../images/banner-map.jpg);
	background-repeat: no-repeat;background-position: left top; height: 615px;
	}

#home #banner {background-image: url(../images/banner-home.jpg);
	background-repeat: no-repeat;background-position: left top; height: 615px;
	}

#nav {
	width: 568px;
	position: absolute;
	margin-left: 185px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFFFFF;
	top: 58px;
	left: 4px;
	font-size: .85em;
	height: 36px;
}

#text {
	width: 740px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	z-index: 88;
	position: relative;
	clear: both;
	background-color: #fed866;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#alt #text {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#footer {
	background-color: #990100;
	height: 12px;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	position: relative;
	z-index: 100;
}

/*Photo Gallery*/

#gallery {
	width:700px;
	height:345px;
	position:relative;
	background-color: #FED866;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#gallery b.default {
	position:absolute;
	left:0px;
	top:10px;
	width:235px;
	height:345px;
	text-align:center;
}
#gallery b.default img {
	display:block;
	border:1px solid;
	border-color:#000000;
	width: 235px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 345px;
}
#gallery b.default span {
	display:block;
	color:#000000;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	width:235px;
	margin:0 auto;
	}
#gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	width:450px;
	position:relative;
	float:right;
	}
#gallery ul li {
	display:inline;
	width:40px;
	height:55px;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	 }
#gallery ul li a {
	display:block;
	width:40px;
	height:55px;
	text-decoration:none;
	border:1px solid #000;
	 }
#gallery ul li a span {
     display:none;
	 }
	 
#gallery ul li a img {
	display:block;
	width:40px;
	height:55px;
	border:0;
	 }
#gallery ul li a:hover {
	white-space:normal;
	border-color:#000000;
	background-color: #6B2118;
	  }
#gallery ul li a:hover b {
	position:absolute;
	left:-265px;
	top:0;
	width:235px;
	height:345px;
	text-align:center;
	z-index:20;
	 }
#gallery ul li a:hover span {
     display:block; 
	 color:#fff; 
	 font-family:verdana, arial, sans-serif; 
	 font-weight:normal; 
	 font-size:11px; 
	 width:350px; 
	 margin:0 auto;
	 }
#gallery ul li a:hover img {
     margin:0 auto 10px auto; 
	 width:auto; 
	 height:auto; 
	 border:1px solid #000;
	 }
#gallery ul li a:active, #gallery ul li a:focus {
     white-space:normal; 
	 border-color:#000; 
	 background:#777;
	 }
#gallery ul li a:active b, #gallery ul li a:focus b {
	position:absolute;
	left:-480px;
	top:0;
	width:235px;
	height:345px;
	text-align:center;
	background:#888;
	z-index:10;
	 }
#gallery ul li a:active span, #gallery ul li a:focus span {
     display:block; 
	 color:#fff; 
	 font-family:verdana, arial, sans-serif; 
	 font-weight:normal; 
	 font-size:11px; 
	 width:350px; 
	 margin:0 auto;
	 }
#gallery ul li a:active img, #gallery ul li a:focus img{
     margin:0 auto 10px auto; 
	 width:auto; 
	 height:auto; 
	 border:1px solid #000;
	 }
.subheading {
	font-weight: bold;
	color: #650103;
}
