body {
	background : #ffffff;
	font-family : Helvetica;
	color : #666;
}
h2,h4{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#content {
	background: #9cbbf9;
	width: 92%;
	margin: 20 20 10 20;
	padding: 10 20 20 20;
	border: 8px outset #9cbbf9;
}


#gallerylinks {
       text-align: center;
}

a{
  color: #0066CC;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

#img {
	float: left;
	margin: 8 8 8 8;
	width: 100px;
	height: 125px;
	text-align: center;
}
.imgTitle{
	font-size: 10px;
	margin: 2 0 2 0;
}
#img img{
	border: 3px outset white;
}

#overlay{ 
  display: none;
}

.overlayStyle{
  position: fixed;
 width: 100%;
 height: 1000px;
 top: 0;
 left: 0;
}
.overlayBg{
 opacity: .7;
 background-color: blue;
}
.overlayStyle img{
  margin-top: 20px;
  border: 6px outset white;
}

