body {
	font-family: Trebuchet, Helvetica, Arial;
	font-size: 80%;
	line-height: 18px;
	color: #5d1e69;

	}
	
p {
	font-family: Trebuchet, Helvetica, Arial;
	font-size: 80%;
	line-height: 18px;
	color: #5d1e69;

	}	
	
LI {
	font-family: Trebuchet, Helvetica, Arial;
	font-size: 80%;
	line-height: 18px;
	color: #5d1e69;

	}	
H1 { 
font-size: 14px; 
font-style: bold; 
font-family: verdana 
}


div { 
font-size: 12px; 
font-family: helvetica,arial;
 }
 
 div.menu { 
		color: #750069;
		width: 600px;
		border-style: solid;
		border-width: 1px;
		border-color: #750069 #FFFFFF;
		font-size: 12px; 
		text-align: center;
		font-family: trebuchet, helvetica, arial;}
		
	
	
	
.footer {
	font-family: Helvetica, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
text-align: center;

	}


a:link {
	font-family: Helvetica, Arial;
	color:  #750069;
}
a:visited {
	font-family: Helvetica, Arial;
	color:  #750069;
}
a:hover {
	font-family: Helvetica, Arial;
	text-decoration: underline;
}
a:active {
	font-family: Helvetica, Arial;

}


	
a.white:link {
	font-family: Helvetica, Arial;
	text-decoration: none;
	color:  #FFFFFF;
}
a.white:visited {
	font-family: Helvetica, Arial;
	text-decoration: none;
	color:  #FFFFFF;
}
a.white:hover {
	font-family: Helvetica, Arial;
	text-decoration: underline;
}
a.white:active {
	font-family: Helvetica, Arial;
	text-decoration: none;
}

/*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 white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 0;
visibility: hidden;
color: black;
text-decoration: none;
text-align: center;
}

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

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