#athletes {

}

	#athletes #leftNav {
		float: left;
		width: 150px;
	}
		
		#athletes #leftNav ul li a{
			color: #E3EDCC;
			text-decoration: none;
			font-size: 13px;
		}
		
		#athletes #leftNav ul li a:hover{
			color: #e01002;
		}

	#athletes #content {
		float: left;
		width: 750px;
		text-align: left;
	}
	
	#athletes h2{
		color: #E3EDCC;
		font-weight: bold;
		font-size: 18px !important;
		margin-bottom: 20px !important;
	}
	
	#athletes p{
		margin: 10px 0 0px 0 !important;
		padding: 0 !important;
		width: 300px;
		line-height: 20px;
		margin-bottom: 20px;
		
	}
	
	#athletes .bio-pic{
		float: right;
		display: inline;
	}
	
	/*----- Bio Pages -----*/
#athletes .bio-copy{
	display: inline;
	float: left;
	margin: 30px 0 0 80px;
	width: 300px;
}


