.athletesProfile {
	width: 195px;
	height: 220px;
	padding: 15px 0 0 0;
	overflow: hidden;
	font: italic 16px "Trebuchet MS";
	color: #a20910;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	background: black url(/images/bg-gradiantgrid.gif) left top repeat-x;
	float: left;
	margin: 5px;
	border-bottom: 1px solid black;
}
	.athletesProfile:hover{
		border-bottom: 1px solid #a20910;
	}
.athletesProfile img{ margin: 0 0 15px 0;
}
.athletesProfile span{ color: white;
}
.athletesProfile div{ border-top: 1px dotted #2b2b2b; margin: 14px 15px 0 15px; padding-top: 14px; font: 11px "Trebuchet MS"; line-height: 1.5em; text-align: left;
}
.athletesProfile div span{ color: #4e4e4e;
}
.athletesProfile a{	display: block; width: 78px; margin-top: 10px;
}
.athletesProfile .vote-btn{	float: right;
}

/*--skin--*/
.content{
	position:relative;
	display:block;
	width: 820px;
	height: 800px;
}
.athleteCell1, .athleteCell2, .athleteCell3{
	position: absolute;
	left: 40px;
	top: 35px;
	z-index: 1;
	width: 820px;
	height: 220px;
}
.athleteCell2{
	left: 40px;
	top: 280px;
}
.athleteCell3{
	left: 40px;
	top: 525px;
}