.gallerycontainer{
/*position: relative; */
/* border: 1px solid black; */
margin-left: 50px;
margin-right: 50px;
text-align: left;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

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

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
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*/
position: absolute;
visibility: visible;
top: 140px;
left: 550px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

p	{
	color: #000000;
	font-size: 12px;
	}

td	{
	color: #000000;
    font-size: 12px;
	}

body	{
    font-family: georgia,verdana,arial,helvetica;
	background: #ffffff; 
	color: #000000;
	font-size: 12px;
	}

A:link	{
	color: #0000FF;
	font-weight: bold;
	}

A:active {
	color: #0000FF;
	font-weight: bold;
	}

A:visited {
	color: #0000FF;
	font-weight: bold;
	}

A:hover	{
	text-decoration: none;
	}

h1	{
	text-align: center;
	color: #0000FF;
	margin-top: 15px;
	}

h2	{
	text-align: center;
	color: #0000FF;
	margin-top: 15pt;
	}	

div	{
	text-align: center;
	}

#TopBar
	{
	/* width: 95%; */
	height: 30px;
	/* border: 1px solid; */
	}
#MainBody
	{
	/* width: 95%; */
	height: 80%;
	overflow: auto;
	/* border: 1px solid; */
	}
#footer
        {
    /* width: 99%;*/
    height: 90px;
    position: relative;
    bottom: 0px;
	/* border: 1px solid; */
    }


