/* ------------------------------------------------------------------------------------------------------------------------------------ */
/* ABOUT STYLES  */
/* ------------------------------------------------------------------------------------------------------------------------------------ */
                                 
#about-container {    
	margin: 0px; 
	min-height: 535px;
}          
#about-copy {
	padding:90px 75px 0px 526px;
	
}   
#about-copy img{
margin-bottom: 20px;
	
}
#about-copy p { 
	margin-left: 5px;
	color: #aaa;  
	font-size: 13px;
   	margin-bottom: 12px;
 	line-height: 20px;   
	text-shadow: 2px 2px 2px #000;
}           
#about-copy p a {
	color: #fff;
	font-weight: bold; 
	text-decoration: none; 
}                    
#about-copy p a:hover {
	text-decoration: underline;
}     

.motorsports #about-container {
	background: url('../_img/motorsports-bg.jpg') no-repeat;
	margin: 23px 0px; 
	min-height: 400px;
}    

.motorsports #about-copy {
	padding: 65px 569px 65px 65px;
	
}     
.triathlon #about-container {
	background: url('../_img/tri-bg.jpg') no-repeat;
	margin: 23px 0px; 
	min-height: 430px;
}    
.triathlon #about-copy {
	padding: 65px 569px 65px 65px;
	
}

