body {margin-top: 0px; margin-left: auto; margin-right: auto; background-color: #C2DFCE; color: #046B30; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-image: url(images/background.jpg) }
h1 {font-size: 12px;}
h2 {font-size: 11px;}
a {color: #009900; font-weight: bold;}
a:hover {color: #006600; font-weight: bold;}
li {margin-bottom: 5px;}
a img { border: 0; }
.wrapper {margin-left: auto; margin-right: auto; width: 730px;}
.header {margin-bottom: 10px;}
.header img { float:left; }

.left {width: 435px; float: left; padding: 20px; border: 1px solid #046B30; background-color: #FFFFFF; margin-bottom: 10px; }
.keylink {text-align: right;}

.right {width: 240px; float: right; padding-top: 10px;}
.right img {margin-bottom: 5px;}

.bottom {background-color: #0E8C44; font-size: 10px; width: 708px; padding: 10px; clear: both; border: 1px solid #046B30; font-weight: bold; color: #FFFFFF;}
.bottom-text {color: #FFEA00;}


/* css for image hovers */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border: 1px solid #006600;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: -435px; /*position where enlarged image should offset horizontally */
z-index: 50;
}