.profile{
	float:left;
}
/* LEFT */
.profile.p_left{
	width:53%;
}
.profile.p_left ul li{
	float:left;
	height: 64px;
	margin-right:5px;
	margin-bottom:3px;
}
.profile.p_left ul li.item_right{
	margin-right:0;
}

.profile.p_left ul li img{
	border:#dddddd 1px solid;
	width: 113px;
	height: 58px;
}
.profile.p_left .image_profile{
	width:356px;
	height:275px;
	background-color:#5b646b;
	margin-bottom:33px;
}
.profile.p_left .image_profile .info{
	padding:15px;
	font-size:11px;
	background-color:#5b646b;
}
.profile.p_left .image_profile .info .contact_info{
	float:left;
}
.profile.p_left .image_profile .info .contact_info.l{
	width:87%;
}
.profile.p_left .image_profile .info .contact_info.l p{
	margin-left:10px;
	line-height:5px;
	color:#b0b8bf;
}
.profile.p_left .image_profile .info .contact_info.r{
	width:12%;
}
.profile.p_left .image_profile .info a{
/*	text-decoration:none;*/
	margin-left:10px;
	color:#b0b8bf;
}
.profile.p_left .image_profile .info a.icons{
	margin-left:0;
}
/* RIGHT */
.profile.p_right{
	width:46%;
}
.profile.p_right .name{
	float:left;
}
.profile.p_right .button{
	float:right;
}
.profile.p_right h1.title{
	margin-bottom:-12px;
}
.profile.p_right p.hightlight{
	margin-top:15px;
	margin-bottom:10px;
	font-size:14px;
	text-align: justify;
}
.profile.p_right p{
	margin-bottom:10px;
	font-size:12px;
}
.profile.p_right p.position{
	font-size:14px;
}
div.main_text{
	font-size:12px;
	margin-bottom:10px;
	text-align: justify;
}
div.main_text a{
	color: #333;
}


