
body {
  font-family:"verdana",helvetica,arial,sans-serif;
  background: #fff;
  text-align:center;
  }

div.header{
  position:absolute;
  top:120px;
  left:90px;
  height:75px;
  width:640px;
  text-align:left;
  margin-left: auto ;
  margin-right: auto ;
  }

.gallerycontainer{
position: absolute;
top:200px;
left:90px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}



img
  {
  border:0px;
  }

p {
  text-align:center;
  }

p.desc
  {
  font-family:"verdana",helvetica,arial,sans-serif;
  font-size:11px;
  }

div.header2{
  position:relative;
  text-align:center;
  }

.gallerycontainer2{
position: absolute;
left:90px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
height:800;
width:1000px;
text-align:left;
}

.text {
  margin-left: auto ;
  margin-right: auto ;
  text-align:center;
  width:640px;
  }
  
p.text {
  padding-bottom:15px;
  }

div.footer{
  margin-top:120px;
  left:0px;
  border-top:solid;
  border-bottom:solid;
width:100%
  text-align:center;

  }
  
 div.footer2{
  position:absolute;
  top:625px;
  left:0px;
  border-top:solid;
  border-bottom:solid;
  width:100%;
  text-align:center;
    clear:both;
  } 
  
a.footer{
  font-family:"verdana",helvetica,arial,sans-serif;
  font-size:11px;
  padding-left:20px;
  padding-right:20px;
    text-align:center;
  }

.itemcontainer2{
position: relative;
margin-left:200px;
margin-right:200px;
text-align:center;
}



img.header2{
margin-left:20px;
margin-right:20px;
}

img.item2
{
margin-bottom:40px;
margin-right:20px;
float:left;
}

p.line2
  {
  font-family:"verdana",helvetica,arial,sans-serif;
  font-size:12px;
  clear:both;
  }

p.line2 b
  {
  font-family:"verdana",helvetica,arial,sans-serif;
  font-size:14px;
  font-weight:bold;
  }
  
  p.credit {
  font-size: 75%;
  text-align:center;
  color: 666666;
}

h1
  {
  font-family:"verdana",helvetica,arial,sans-serif;
  font-size:18px;
  font-weight:bold;
  }

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 10;
left: 330px; /*position where enlarged image should offset horizontally */
z-index: 50;
}



