body{
	font-family: Arial, sans-serif;
	font-size: .9em;
	color: #000;
	background: url(../images/backgroundtexture.jpg) repeat top left;
	line-height: 1.5em;
	}
	
#wrapper{
	margin: 40px auto;
	width: 768px;
	height: auto;
	background: url(../images/backgroundtexture2.jpg) repeat top left;
	}
	
#banner {
	margin-top: 15px;
	padding-top: 35px;
	width: 768px;
	height: 296px;
	vertical-align: middle;
	text-align: center;
	background: url(../images/smoke.png) no-repeat;
}

.bird {
	margin-left: -35px;
	z-index: -100;
}
	
#content
	{
	text-align: center;
	width: 668px;
	padding: 0 50px;
	margin-top: -130px;
	}
#legal
{
	font-size: .8em;
	border-top: 3px dotted #b4c364;
	padding: 20px 0 0 0;
	text-align: center;
	color: #3c4702;
	width: 100%;
}	
	

h1,h2,h3,h4,h5,h6 {color: #404b03; font-size: 1.2em; margin: .8em; font-style: oblique; font-family: Times, serif;}

a {color: #404b03; text-decoration: none;}
a:hover {text-decoration: none; border: 0; color: #566601;}
 
#banner a {border: none;}
 
a img {border: none; } 
	
p {margin: 1em;}

/* CSS for gallery */

.gallerycontainer {
	position: relative;
	height: 540px;
	text-align: left;
	background: url(../images/mouseover.png) no-repeat;
}

.thumbnail img {
	border: none;
	margin: 0 10px 10px 0;
}

.thumbnail:hover {
	background-color: transparent;
}

.thumbnail:hover img {
	border: none;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	visibility: hidden;
	color: #003300;
	font-size: .75em;
	text-decoration: none;
	text-align: center;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span { /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 230px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
