/* CSS Document */
body {
		background-color:#AA9466;
		
background-repeat: no-repeat;
margin:0;
   padding:0;
   text-align:center; /*For IE6 Shenanigans*/
  
}
.wrapper {
width:1024px;
height:1000px;
position:relative;
margin:auto;
background-image: url(images/mainback.gif);
background-repeat: no-repeat;
}
.scatterpic {
	position:absolute;
	left:180px;
	top:254px;
	width: 376px;
	height: 173px;
	background-repeat: no-repeat;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

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

.thumbnail:hover img{
	
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 5px;
top:200;
left: -1500px;
visibility: hidden;
color: white;
text-decoration: none;
}

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

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






a:link { 
	color: #755D29;
	}
a:visited { 
	color: #755D29;
	}
a:hover { 
	color: #755D29;
	}
a:active { 
	color: #000000;
	}

.headlineleft {
	font-family: BlackJack;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #867044;
	position:absolute;
	left:41px;
	top:16px;
	width: 358px;
	height: 21px;
	text-decoration: underline;
	z-index: 4;

}
.stamp {
border-style:solid;
border-color:#000000;
border-width:2px;
width: 74px;
	height: 88px;
		position:absolute;
	left:684px;
	top:23px;
}
.headlineright {
	font-family: BlackJack;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: blue;
	position:absolute;
	left:474px;
	top:192px;
	width: 296px;
	height: 187px;
}.bodytextright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
		background-color:#ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	border: 5px;
	border-style:solid;
	border-color:#000000;
	position:absolute;
	left:21px;
	top:66px;
	width: 768px;
	height: 403px;
	text-decoration: none;
	overflow:hidden;
	padding: 10px;
	text-align:left;
	
}.pagebox {background-color:#FFFFFF;
	position:absolute;
	left:101px;
	top:395px;
	width: 824px;
	height: 514px;
}.bodytextleft {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	position:absolute;
	left:31px;
	top:67px;
	width: 402px;
	height: 300px;
	text-decoration: none;
	border-right-color: #867044;
	border-right-style: solid;
	border-right-width: thin;
}.toppic {
	background-image: url(images/toppicmain.jpg);
	position: relative;
	left: 102px;
	top: 132px;
	width: 822px;
	height: 253px;
	z-index: 7;
}
ul#menu {
	position:absolute;
	left:144px;
	top:102px;
	width: 760px;
	height: 20px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}
ul#menu li { display: block; float: left; margin: 0 0 0 0px; }
ul#menu li a { height: 18px; color: #FFFFFF; text-decoration: none; display: block; float: left; line-height: 100%; padding: 8px 15px 0; }
ul#menu li a:hover { color: #FFFFFF; background: #755D29;}
ul#menu li a.current{ color: #CDB796; background: #755D29; }
.scatterpic {
	position:absolute;
	left:180px;
	top:254px;
	width: 376px;
	height: 173px;
	background-repeat: no-repeat;
	z-index: 99;
} .copyrightnav {
	position:absolute;
	left:104px;
	top:912px;
	width: 532px;
	height: 23px;
	font-size:12px;
	font-style:normal;
	color: #FFFFFF;

	a:hover { color: #FFFFFF; background: #755D29;	font-family: Arial, Helvetica, sans-serif;
	z-index: 6;
}

</style>