@charset "utf-8";

#profile_image,
#profile_text{
	float: left;
}

#profile_image{
	margin: 0 0 20px 20px;
}

#profile_image img{
	/*
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.7);
	*/
	border: 1px solid #ccc;
}

#profile_text{
	margin-left: 40px;
}

#profile_text #name{
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 10px;
}

#profile_text #data{
	font-size: 12px;
	margin-bottom: 20px;
}