/* CSS Document */
body{
	margin: 0px;
	background-color: #97af91;
	background-image: url('../_images/shadow.gif');
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
p{
	margin: 10px 0px 0px 0px;
}
a{
	color: #4f2991;
}
img{
	border: none;
}

.wrapper{
	position: relative;
	width: 797px;
	height: 623px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
}
.banner{
	position: absolute;
	height: 65px;
	width: 797px;
	background-color:#FFF;
	top: 0px;
	left: 0px;
}
.logo{
	position: absolute;
	top: 76px;
	left: 13px;
	width: 214px;
	height: 30px;
}
.galleryselect{
	position: absolute;
	top: 80px;
	left: 249px;
}
.galleryselect select{
	width: 180px;
}
.textnav{
	position: absolute;
	top: 78px;
	left: 440px;
	font-size: 18px;
}
.textnav a{
	color: #000000;
	text-decoration: none;
}
.textnav li{
	display: inline;
	margin-left: 0px;
}
.thumbnails{
	position: absolute;
	top: 121px;
	left: 32px;
}
.thumbnails img{
	vertical-align: middle;
	margin-left: 4px;
}