.mainpage {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	line-height:normal;
	color: #666666;
	}
	
.mainpagetitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:strong;
	line-height:normal;
	color: #666666;
	}
	
.bottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	line-height:normal;
	color: #FFFFFF;
	}
	
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style:normal;
	line-height:normal;
	color:#666666;
	}
	
.text {
	font-family:arial, verdana, sans-serif;
	color:#666666;
	font-size:9pt;
	font-weight:normal;
	line-height:normal;
		}
		
.itemtitle {
	font-size:11pt;
	font-weight:bold;
	line-height:normal;
	font-family: Bookman Old Style;
	font-style: normal;
		}	
		
.itemmaintitle {
	font-size:12pt;
	font-weight:bold;
	line-height:normal;
	font-family: Book Antiqua;
	font-style: normal;
		}	
		
.item {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	line-height:normal;
	color:#000000;
	font-weight: normal;
	}

.itemMain {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	line-height:normal;
	color:#666666;
	font-weight: bolder;
	}

.itemdesc {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	line-height:normal;
	color:#663300;
	font-weight: bolder;
	}
		
.linkspecial {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	line-height:normal;
	color:#FFFFFF;
	}
	
A:link
{ text-decoration: value:underline; color:#666666; }
A:visited
{ text-decoration: value:underline; color:#999999; }
A:active
{ text-decoration: value:underline; color:#999999; }
A:hover
{ text-decoration: value:underline; color:#333333; }

/*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: 0px solid white;
margin: 0px 0px 0px 0px;
}

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

.thumbnail:hover img{
border: 0px;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 1px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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