@charset "UTF-8";
/* CSS Document */

.style1 { font-size: xx-large;
 }


#top {
border-bottom: 2px solid #000000; }
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #CCCCCC;
}


.gallerycontainer {
text-align: center;	
}


div.img
  {
  position: relative;
  float: left;
  background-color: #FFFFFF;
  margin-bottom: 50px;
  height: 500px;
  width: 375px;
  text-align: center;
  color: #666;
  font-size: 12px
  }
  
  
div.img img
  {
  display: inline;
  margin: 0px;
  }


div.imgshort
  {
  position: relative;
  float: left;
  background-color: #FFFFFF;
  margin-bottom: 50px;
  height: 375px;
  width: 375px;
  text-align: center; 
    color: #666;
  font-size: 12px;

  }
  
    
  
  
div.img imgshort
  {
  display: inline;
  margin: 0px;
  }
  
  
  
  
  
div.img100 {
  position: relative;
  float: left;
  background-color: #FFFFFF;
  margin-bottom: 50px;
  height: 500px;
  width: 1138px;
  text-align: center;  
  }
  
    
div.img img100
  {
  display: inline;
  margin: 0px;
  }
  