body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#wrap {
	text-align: left;
	width: 755px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
}
#banner {
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 157px;
}

#header {
	margin-top: 12px;
	margin-bottom: 0px;
	color: #FFFFFF;
}
#content {
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(detective/background.jpg);
	height: 610px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}
#picture {
	height: 453px;
	width: 380px;
	float: left;
	text-align: center;
	vertical-align: middle;
	font-family: "Courier New", Courier, monospace;
}

#footer {
	margin-top: 12px;
	margin-bottom: 0px;
	color: #FFFFFF;
	clear: both;
	font-size: 8px;
	text-align: right;
}
#text {
	z-index: 1;
	height: 453px;
	width: 370px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	color: #FFFFFF;
	text-align: justify;
	float: right;
	margin-right: 0px;
	overflow-y: scroll;
	padding-right: 5px;
	font-size: 12px;
}

.gallerycontainer{
	position: absolute;
	z-index: 5;
	height: 423px;
	width: 284px;
	padding-left: 80px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid white;
	margin: 0 14px 14px 0;
}

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

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

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

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

.thumbnail:hover span{ /*CSS for enlarged image*/
position: absolute;
visibility: visible;
top: -7px;
left: -387px; /*position where enlarged image should offset horizontally */
z-index: 50;
.style5 {
	color: #FFFF00;
	font-weight: bold;
}
