
body#athletesmain {
	background-color: #333333;
}

body {
	margin: 0;
	padding: 0;
	background: #000;
}

.explain {
	padding: 2px 0 0 5px;
	font-family: Arial, sans-serif;
	font-size: 110%;
	color: #fff;
}

table {
	background: #666666;
}

a {
	color: #fff;
}

a:hover {
	color: #ffff00;
}

/*****
YEAR-INDEX styles
*****/

.year-index-table, .person-page-table {
	width: 700px;
	background: #191919;
	padding: 20px 40px 20px 40px;
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 110%;
}

.year-index-table h2 {
	font-weight: normal;
}

.year-index-heading {
	padding: 0 0 20px 0;
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', 'sans-serif';
	font-size: 18px;
	text-align: center;
	color: #fdff00;
}

.year-index-heading-img {
	float: left;
}

.year-index-preheading {
	color: #fff;
	font-size: 90%;
}

.year-index-name {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 120%;
}

.inducted {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-weight: bold;
}

.year-index-info {
	border-top: 1px solid #999;
	padding: 5px 0 15px 0;
}

.year-index-quote {
	font-size: 85%;
}

.year-index-photo {
	border-top: 1px solid #999;
	padding: 5px 0 15px 0;
	text-align: right;
}

.year-footer-nav {
	border-top: 1px solid #999;
	padding: 20px 0 20px 0;
	font-size: 80%;
}

/*****
PERSON-PAGE styles
*****/

.person-page-heading {
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', 'sans-serif';
	font-size: 22px;
	color: #fdff00;
	text-align: center;
}

.person-page-heading h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: normal;
}

.person-page-heading img {

/*	max-height: 300px;*/
	height: 300px;
	overflow: hidden;
}

.person-page-heading h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

.person-page-details {
	color: #fdff00;
	text-align: left;
}

.person-page-quote {
	font-family: Arial, sans-serif;
	font-size: 70%;
	color: #fff;
	text-align: left;
}

.person-page-bio {
	padding: 0 0 20px 0;
	font-size: 70%;
	text-align: left;
	line-height: 150%;
}

.footer-nav {
	background: #191919;
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #fff;
	text-align: left;
}

.align-right {
	text-align: right;
}


