body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-style: normal;
	color: #999999;
}
.logobox {
	position: relative;
	top: 10px;
	left: 10px;
	width: 90%;
	padding-bottom: 30px;
	margin-left: 0px;
	margin-top: 0px;
}
.morebox {
	position: absolute;
	visibility: visible;
	top: 344px;
	left: 900px;
	visibility: visible;
}
.thumbbox {
	height: 220px;
	width: 320px;
	visibility: visible;
	padding: 0px;
	top: 178px;
	left: 20px;
	position: absolute;
	z-index: 1;
}
.thumbnail img{
	position: relative;
	border: solid black 2px;
	margin: 7px;
}
.thumbnail:hover{
	background-color: transparent;
}
.thumbnail:hover img{
	border: 2px solid white;
	visibility: visible;
}
.thumbnail span{ /*CSS for enlarged image*/
	height: 350px;
	position: absolute;
	top: -125px;
	left: 380px;
	border: 0;
	visibility: hidden;
	width: 470px;
	padding: 0;
	margin: 0;
	}
.thumbnail span img{ /*CSS for enlarged image*/
	padding: 0px;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	z-index: 50;
	}
.thumbnail:hover span img{
	border: 0;
}
.mainbox{
	padding: 0px;
	position: absolute;
	visibility: visible:
	top: 225px;
	left: 410px;
	z-index: 0;
	width: 380px;
	height: 320px;
	top: 50px;
}

.aboutartistbox {
	position: absolute;
	top: 225px;
	}
	
.textbox {
	position: absolute;
	top: 435px;
	left: 80px;
	width: 782px;
	text-align: center;
}
.menubox {
	padding: 0px;
	height: 25px;
	position: absolute;
	visibility: visible;
	top: 500px;
	left: 0px;
	z-index: 1;
	width: 950px;
	background-image: url(kilnformed%20glass);
}
.copyrightbox {
	position: absolute;
	top: 570px;
	left: 10px;
	width: 900px;
	font-size: 10px;
}
