BODY {	margin-top: 3px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	  }
		
a:link		{ color: #AAAE3C; FONT: 18px Times New Roman, Verdana, Sans-Serif; text-decoration: none; font-weight:bold; }

a:visited	{ color: #AAAE3C; FONT: 18px Times New Roman, Verdana, Sans-Serif; text-decoration: none; font-weight:bold; }

a:active	{ color: #AAAE3C; FONT: 18px Times New Roman, Verdana, Sans-Serif; text-decoration: none; font-weight:bold; }

a:hover		{ color: #D1D47C; FONT: 18px Times New Roman, Verdana, Sans-Serif; text-decoration: none; font-weight:bold; }


TABLE 		{ COLOR: #8E962C; FONT: 13px Arial, verdana, sans-serif}
.LargePrint { COLOR: #AAAE3C; FONT: 16px New Times Roman, arial, sans-serif; font-weight:bold}
.imageborder {border: #D1D47C 3px solid;}

.footer 	{ COLOR: #FFFFFF; FONT: 10px arial, verdana, sans-serif; }
			
a.footer:link		{ color: #473E26; FONT: 10px arial, verdana, sans-serif; text-decoration: none; }

a.footer:visited	{ color: #473E26; FONT: 10px arial, verdana, sans-serif; text-decoration: none; }

a.footer:active		{ color: #473E26; FONT: 10px arial, verdana, sans-serif; text-decoration: none; }

a.footer:hover		{ color: #FFFFFF; FONT: 10px arial, verdana, sans-serif; text-decoration: none; }

 /* GALLERY */


.gallerycontainer{
position: relative;
height: 375;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: #D1D47C 3px solid;
margin: 0 5px 5px 0;
}

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

.thumbnail:hover img{
border: #D1D47C 3px solid;
}

.thumbnail span{ /*CSS for enlarged image*/
position:absolute;
background-color: white;
padding: 0px;
left: -1000px;
visibility: hidden;
color: #473128;
text-decoration: none;
font-weight: NORMAL;
left: 170px; /*position where enlarged image should offset horizontally */
top: -35px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 3px;
border-color:#261E1B;
padding: 0px;
}

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

