@charset "utf-8";
#profile_left {
	width: 530px;
	float: left;
	margin-right:20px;
}
#profile_left .profile_box img {
	float: right;
	margin:5px 5px 10px 30px ;
	border: 1px solid #CCC; 
	padding: 1px;
}


#profile_right {
	width: 300px;
	float: right;
}
#profile_right img{
	width:300px;
	border: none;
	margin-top:34px;
}
#profile h3 {
	font-size: 14px;
	color:#2b6db0;
	padding:5px;
	border-bottom:1px solid #aaa;
}

.profile_box {
	border-top:1px dotted #aaa;
	margin:10px 0;
}
.profile_box p{
	margin-left:20px;
}
.contact_link a{ 
	display: block;
	padding:15px ;
	border: 1px solid #ccc;
	background: #eee;
	text-decoration:none;
}
.contact_link a:hover {
	background: #fff;
	} 

