@charset "utf-8";
/* CSS Document */



.profile_block{
	font-size: 15px;
	line-height: 20px;
	padding-top: 20px;
}

.profile_block p , .history_block p{
	padding: 0px;
	margin: 0px;
}



.profile_block .text_block{
	float:left;
	width: 380px;
	padding-right: 20px;
}



.history_block{
	font-size: 15px;
	line-height: 20px;
	padding-top: 20px;
	float: left;
}



.history_block table{
	background-color: #666666;
}

.history_block .text_block{
	float:left;
	width: 380px;
	padding-right: 20px;
	padding-top: 20px;
}

.history_block .img_box{
	float:left;
	background-image: url(/assets/images/Profile/photo_bg.jpg);
	height: 362px;
	width: 250px;
	padding-top: 20px;
	background-repeat: no-repeat;
}


.history_block .img_box img{
	height: 175px;
	width: 120px;
}
.history_block .img_box .block_1{
	float:left;
}
.history_block .img_box .block_2{
	float:right;
	padding-top: 80px;
}
.history_block .img_box .block_3{
	float:left;
	padding-top: 10px;
}





