body, html { 
height: 100%; 
}
frameset{
border-style:none;
border-width:0px;
}

/* LARGE PIC DISPLAY STYLES   */

.largePicBody{
	background-color: White;
	background-image: url(/psgallery/galleryLogo6.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin:0px;
}

.largePic{
	position:absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	background-color: White;
	padding: 2px;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;	
}



/*    THUMBNAILS STYLES     */
.thumbsBody{
	background-color: Black;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	border:0px;
	width:180px;
}

.thumbDiv{
	position: relative;
	width:160px;
	left:9px;
	border-style:solid;
	border-color:#666;
	border-width:1px;
	margin-bottom:20px;
	color: #999999;
}

.thumbDiv:hover {
	border-color:#ffffff;
	color: #ffffff;
}

.thumbnail{
	display: block;
}

.thumbCount{
	border-top-style: solid;
	border-top-width: 1px;
	text-align: center;
	width: 160px;
	margin-top: 0px;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
}




/*    NAV BAR STYLES     */

.navBody{
	background-color: black;
	text-align: center;
	margin:0px;
}


.homeButton{
	margin-right:30px;
}

#menu {
  list-style-type: none;
  position: absolute;
  left:0px;
  top:0px;
  /*width: 670px;*/
  margin:0;
  padding:0;
  margin-top:0px;
  margin-left:15px;
  
}

#menu li {
  width:134px;
  text-transform: lowercase;
  float:left;
  font-family:tacoma, sans-serif;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight:bold;
  font-size:12px;
  }

#menu li a:link{
  display: block;
  padding-top: 4px;
  padding-left: 15px;
  padding-right: 20px;
  height: 36px;
  background:url(button4.gif) 0px 0px;
  text-decoration: none;
  color: #000;
}

#menu li a:visited {
  display: block;
  padding-top: 4px;
  padding-left: 15px;
  padding-right: 20px;
  height: 36px;
  background:url(button4.gif) 0px 0px;
  text-decoration: none;
  color: #000;
 }


#menu li a.active {
  padding-top: 0px;
  color: #000;
  background:url(button4.gif) -272px 0px; 
}

#menu li a:hover {
  padding-top: 0px;
  color: #000;
  background:url(button4.gif) -136px -4px; 
}

