@import "/shared/css/base_theme.css";
@import "/shared/css/menu.css";

#header{
	background-image:url(/images/main_image_staff.jpg);
}

.profile-head{
	width:546px;
	background:url(/shared/images/box_top.jpg) no-repeat top;
	height:10px;
}


.profile-body{
	width:546px;
	background:url(/shared/images/box_middle.jpg) repeat-y;
	margin-bottom:15px;
	clear:both;
	text-align:center;
	margin:5px auto;
}


.profile-bottom{
	clear:both;
	width:546px;
	background:url(/shared/images/box_bottom.jpg) no-repeat bottom;
	height:10px;
}

.prob{
	text-align:left;
	margin:10px;
	}

.pro-photo{float:left;}
.pro-detail{float:left;}
html>/**/body .pro-detail{width:400px;}

.pro-detail dt{float:left;width:70px;display:block;margin-left:5px;clear:both;margin-bottom:5px;}
.pro-detail dd{float:left;width:300px;display:block;margin-left:5px;background:url(/shared/images/sepa.jpg) repeat-y left;padding-left:8px;margin-bottom:5px;}

.t-pro{
text-align:center;
margin:40px auto;
}

.tostaffblog{
clear:both;
float:right;
margin-right:10px;
	height:17px;
	width:116px;
	font-size:2px;
overflow:hidden;
	}
.tostaffblog a{
	text-indent:-9999px;
	display:block;
	width:116px;
	height:17px;
	background:url(/shared/images/staffblog.jpg) 0 0 no-repeat;
	}
.tostaffblog a:hover{
	background-position:0 -17px;
	}