@charset "utf-8";
/* CSS Document 


ATHLETICS COACHES
----------------------------*/


.coaches .photo{
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

.coaches .photo IMG{
	border: 1px solid #000000;
	width: 180px;
}

.coaches .data H2{
	color: #000000;
}

.coaches .data .title{
	margin: 0px;
	font-weight: bold;
}

.coaches .data .phone{
	margin: 3px;
}

.coaches .data .email{
	margin: 3px;
}


.coaches .barbg{
	height: 7px;
	background-image: url(/renderhandlers/athleticsCoaches/barbg.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-bottom: 40px;
}


