#contactContainer{
	width: 710px;
	margin: 36px 0px 0px 60px;
	padding: 0px;
	float: left;
	text-align: justify;
}

#contactContainer .text{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	color: #666666;
	float: left;
	width: 710px;
	border-bottom: 1px solid #CFCFCF;
	
}


#title{
	margin: 0px 0px 29px 0px;
	padding: 0px 0px 0px 8px;
	background-image: url(/images/pattern_titolo.gif);
	background-color: #EBEBEB;
	color: #3399FF;
	border: 1px solid #DFDFDF;
	width: 710px;
	float: left;
	line-height: 34px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}


.photoAthlete{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 355px;
}

.descriptionAthlete{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 355px; 
}

.descriptionAthlete h1{
	margin: 15px 0px 0px 0px;
	padding: 0px; 
	color: #090909;
	size: 14px;
	text-transform: uppercase;
	text-align: left;
}


.descriptionAthlete .linkContainer{
	margin: 0px;
	padding: 8px 0px 8px 0px;
	border-top: 1px dotted #D0D0D0; 
	text-align: right;
}

.descriptionAthlete .linkContainer a{
	margin: 0px;
	padding: 0px;
	color: #3B96E5;
	text-decoration: none;
}




