/* CSS Document */
body{
	margin: 0px;
	background-color: #97af91;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul,li{
	padding:0;
	margin:0;
	list-style: none;
}
p{
	margin: 10px 0px 0px 0px;
}
a{
	color: #4f2991;
}
img{
	border: none;
}
form,fieldset{
	padding:0;
	margin:0;
	border:none;
}

#wrapper{
	width: 823px;
	margin: 0px auto;
	background:url(/_images/shadow.gif) #FFFFFF repeat-y 0px 0px;
	overflow:auto;
}
#banner{
	position: relative;
	height: 205px;
	width: 810px;
	background:transparent no-repeat 13px 0px;
}
#logo{
	position: absolute;
	top: 76px;
	left: 26px;
	width: 214px;
	height: 30px;
}
#galleryselect{
	position: absolute;
	top: 87px;
	left: 224px;
}
#galleryselect select{
	width: 180px;
}
#textnav{
	position: absolute;
	top: 86px;
	left: 421px;
	font-size: 16px;
}
#textnav a{
	color: #000000;
	text-decoration: none;
}
#textnav li{
	display: inline;
	margin-left: 0px;
}
#thumbnails{
	position: absolute;
	top: 131px;
	left: 41px;
}
#thumbnails img{
	vertical-align: middle;
	margin-left: 4px;
}

/* END OF COMMON BANNER AREA */
#popUp{
	visibility:hidden;
	position:absolute;
	z-index:50
}
#footer{
	width:683px;
	padding:10px 70px;
	height:50px;
	background:url(/_images/footer-bkd.gif) transparent no-repeat 0px 0px;
	margin:0 auto;
	text-align:right;
	font-size:10px;
}
#footer a{
	color:#000000;
	text-decoration:none;
}

