.image_container {
	float:left;
  width: 165px;
}

.gallery_title {
  width:100%;
  float:right;
  text-align:center;
}

.gallery {
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  clear:right	;
  width:525px;
}

.gallery a {
  display:  block;
  float:    left;
  width:    173px;
}

.gallery a img {
  width:160px;
  height:120px;
}
                                
#subtitle {
  font-family:cursive;
  font-style:italic;
  text-align:center;
  font-size:smaller;
}

								
