* {
	margin: 0;
	padding: 0;
		}
body{
	text-align: center;
	font-size : 62.5%;	
}
#wrapper{
	margin-right : auto;
	margin-left : auto;
  width: 800px;
 	text-align: left;
 	margin-top: 5px;
 	margin-bottom:5px;
}

#masthead {
	background:url('Assets/logo.jpg') #194600 no-repeat top left;
	height:250px;
	border-bottom: thin gold solid;
}

#top_nav {
}

#page_content {
	border:thin #194600 solid;

}
#footer {
	background:url('Assets/footerimg.jpg') #194600 no-repeat top left;
	height: 140px;
	border-top: thin gold solid;
	border-bottom:thin #194600 solid;
  border-left:thin #194600 solid;	
  border-right:thin #194600 solid;
	color:white;
	clear:both;
}

#footer p{
	color: white;
	font-size: 1.2em;
}

#footer a{
	color: white;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#erwb{
	Padding-top:120px;
	padding-right: 10px;
	float: right;
}

#wayne{
	Padding-top:120px;
	padding-left: 10px;
	float: left;	
}
#address p{
	padding-right: 50px;
	padding-top: 20px;
	float: right;
	color:#766300;
	font-size: 1.75em;
}
h1{
	font-size: 4em;
	padding: 5px;
}
div#masthead h1 {
   position : absolute;
   font-size: 0;
   text-indent: -1000px;
	}

div#page_content h1{
  color: #194600;
  font-size: 3em;
  text-transform: uppercase;
  clear: both;
  margin-top:15px;
}

div#page_content h2{
  color: #194600;
  font-style:italic;
}

h2{
	font-size: 2.5em;
	padding: 5px;
}

#flocknumber{
  font-size:0.75em;
  font-style:italic;
}
/*--Navigation--*/

div#top_nav{
  border-bottom:thin #194600 solid;
  height: 3em;
  background: url('Assets/nav_bg.gif') #194600 repeat-x top left;
}
div#top_nav ul{
  margin:0;
  padding:0;
  padding-top:5px;
  list-style:none;
  float: right;
}

div#top_nav ul li{
  float: left;
}

div#top_nav ul a{
  display:block;
  font-size: 2em;
  padding: 0 2em 0 0.5em;
  text-decoration: none;
  color: #DABA13; 
}

div#top_nav ul a:hover{
  color:white;
}

/*--End Navigation--*/
p{
	font-size: 2em;
}

p.content{
  padding: 5px;
  color:#2D2C2C;
  font-size: 1.7em;
}

.clearboth{
  clear:both;
}
.floatleft{
  float:left;
  padding: 10px;
  margin: 5px;
  border:1px solid silver;
}

.floatright{
  float:right;
  padding: 10px;
  margin: 5px;
  border:1px solid silver;
}

img{
  border: none;
}

/* Lightbox CSS */
/*--------Lightbox stuff -----*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #005800;
	}
/* End Lightbox stuff */
 div.photo {
  width: 33%;
  float: left;
 }
/*div.photo {
  float: left;
  width: 30%;
  height : 200px;
  border: thin #732407 solid;
  margin: 0.25em;
  padding: 0.5em;
}*/
div.photo p {
  text-align: center;
  color: black;
  text-indent: 0;
  padding:0;
  clear: both;
  text-align: center;
}
 
.photo p{
	font-size : 1.2em;
}

.photo a{
  text-decoration: none;
}
