.athlete_detail_header {
	background-image:url('data/athlete_detail_header_bg.png');
	height:55px;
	color:#636466;
	font-size:300%;
	padding-top:5px;
	padding-left:5px;
        margin-left:25px;
}

.athlete_detail {
	padding:5px;
	
}
	.athlete_detail .ad_left {
		/*width:620px;*/
                width:520px;
		float:left;
		color:#646669;
                margin-left:25px;
	}
	
	.athlete_detail .ad_right {
		width:325px;
		float:right;
	}
	
	.athlete_detail .ad_categ_title {
		color:#B1B2B3;
	}
	
	.athlete_detail .ad_text {
		color:#646669;
	}

.athlete_info {
	width:320px;
	height:540px;
        margin-bottom:40px;
	/*background-image:url('data/athlete_info.png');*/
}
	.athlete_info .athlete_picture {
                background-image:url('data/athlete_info_flag.png');
		/*height:237px;*/
                height:250px;
		/*padding-left:33px;*/
		/*padding-top:26px;*/
                padding-left:48px;
		padding-top:22px;
	}
	
	.athlete_info .athlete_title {
		color:#D31145;
		font-size:150%;
		font-weight:bold;
	}
	
	.athlete_info .athlete_detail {
		padding:5px;
                background-image:url('data/athlete_info_base.png');
                background-repeat: repeat;
                /*height:310px;*/
                height:335px;
	}
