body
{
		background: #ff0000 url(RemyHeadSmall.gif) no-repeat top left;	
}

h1.title
{
		font: bold 64px Old English Text MT, sans-serif;
		color: #0000ff;
		text-align: center;	
}

div.left
{
    margin-left: 25px;
}

.gallerycontainer
{
    position: absolute;
    margin-left: 50px;
}

.thumbnail img
{
	 border: 1px solid white;
	 margin: 0 5px 5px 0;
}

.thumbnail:hover
{
		background-color: transparent;
}

.thumbnail:hover img
{
		border: 2px solid blue;
}

.thumbnail span
{
		position: absolute;
		background-color: lightyellow;
		padding: 5px;
		left: -1000px;
		border: 1px dashed gray;
		visibility: hidden;
		color: black;
		text-decoration: none;
}

.thumbnail span img
{
		border-width: 0px;
		padding: 2px;
}

.thumbnail:hover span
{
		visibility: visible;
		top: 2px;
		left: 270px;
		z-index: -1;
}

.layout
{
		border: 0px;
		width: 100px;
}

.size
{
		height: 250px;
		width: 380px;
}







