body {
	background-color: white;
	background-image: url(../images/hall_of_fame_bg.png);
	background-repeat: repeat-x;
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 12px;
}

a{
	color: navy;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div#hall_of_fame {
	width: 860px;
	padding: 15px 0 15px 10px;
	text-align: left;
}

img {
	border: 0 solid white;
}

div.photo {
	background-image: url(../images/hall_of_fame_pic.png);
	background-repeat: repeat-x;
	width: 281px;
	height: 256px;
	margin: 0 0 10px 5px;
	float: left;
}

div.photo img {
	margin: 15px 0 0 15px;
}
div.photo p {
	margin: 5px 0 0 15px;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}

a#back {
	display: block;
	z-index: 10;
}
a#back {
	position: absolute;
	top: 0;
	left: 131px;
	width: 80px;
	height: 29px;
}
a#back:hover {
	/*background-color: blue;*/
}
