<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*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;
}

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

.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*/
visibility: visible;
top: 0;
left: 30px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>

/*end of that nonsense for image */

body {
background: #ffffff /* url('body.jpg') top left; */
/*
font-size: 15px;
font-family: Helvetica, Arial, sans-serif;
*/
/*color: #000000 --- in Opera, this takes precedence over things in <body>*/

/*
padding:0px;
margin:0px;
*/
}
/* a:{color: #FFFFFF;}  these are the links, not used because links on index should be white */
/* a:visited {color:#FFFFFF;} */
a:hover {color:#999999;}
a:active { color:#000000;}


/* unnecessary because everything is in a <td>, so that counts
p {
font-size: 15px;
font-family: Helvetica, Arial, sans-serif;
}
*/

h1 {
font-family: Helvetica, Arial, sans-serif;
font-size: 19px;
/*text-transform:uppercase;*/

/*border-top:1px solid #564b47;
border-bottom:1px solid #564b47;*/
/*padding:5px 15px;*/
margin:0px }

h2 {
/*color: #9A1212;*/
font-family: Helvetica, Arial, sans-serif;
font-size:17px;
font-weight: normal;
}

h3 {
/*color: #9A1212;*/
font-family: Helvetica, Arial, sans-serif;
font-size:15px;
font-weight: normal;
}

h4 {
/*color: #9A1212;*/
font-family: Helvetica, Arial, sans-serif;
font-size:15px;
font-weight: normal;
}

td {
font-size: 13px;
font-family: Helvetica, Arial, sans-serif;
}

/* to limit and center the whole page */

#container {
width: 1000px;

margin-left: auto;
margin-right: auto;
height:100%;
/*background: #E8E8E8 url('menubottom.jpg') no-repeat bottom left;
border:1px solid #8D8D8D;   */
}
