@charset "utf-8";

#main .staff_btn {
	margin: 0;
	padding: 0;
	width: 550px;
}

#main .staff_btn p.txt {
	float: left;
	padding: 10px !important;
		width: 300px;
}

#main .staff_btn p.btn {
	float: right;
	padding: 10px 10px 0 0 !important;

}

#staff h3 {
	margin: 11px 0 16px 0;
	padding: 0;
	background: none;
}

#staff ul {
	margin: 0;
	padding: 0;
}

#staff ul li {
	clear: both;
	margin: 0;
	padding: 0 0 22px !important;
	width: 550px;
}

#staff ul li:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #staff ul li {
    height: 1em;
    overflow: visible;
}
/**/

#staff p.photo {
	float: left;
	margin: 0 14px 9px 0 !important;
}

/*#staff ul.tenant p.photo img {
	border: 1px solid #663090 !important;
}*/

#staff div {
	float: left;
	width: 379px;
}

#staff div dl {
	width: 379px;
}


#staff div dt,
#staff div dd {
	float: left;
}

#staff div dt {
	padding: 0 8px 0 0;
}

#staff div dd {
	width: 318px;
}

#staff p.comment{
	clear: left;
	padding: 9px 0 0;
}

#staff p.txt{
	padding: 7px !important;
}






