.vcard div#staff_image {
	display: block;
	float: left;
	margin-top:15px;
}
.vcard div#staff_image img{
    border: 1px solid #7e818a;
	padding: 3px;
	background: #c9d7e2;
}
.vcard a.back{
	float: right;
	clear:both;
	margin: 10px 0 0 0;
	padding:0 0 0 10px;
	text-decoration:none;
	background: url(/media/img/bullet_left.gif) no-repeat left;
}

.vcard .peripheral {
	float: left;
	width: 167px;
}

.vcard .contact {
	float: right;
	width: 334px;
	padding: 10px;
	margin: 15px 0 0 0;
	border: 1px solid #7e818a;
	background: #d0dde5;
	border-width: 1px 1px 0;
}

.vcard .adr, .vcard .tel, .vcard .email_container, .vcard .fax, .vcard div .url_container, .vcard .fn {
	padding: 0 0 2px 2em;
}
.vcard .tel{
	background: url(/media/img/telephone.gif) no-repeat top left;
}
.vcard .adr{
	background: url(/media/img/circle.gif) no-repeat top left;
}
.vcard .email_container{
	background: url(/media/img/email.gif) no-repeat top left;
	margin-bottom:2px;
}
.vcard .fax{
	background: url(/media/img/fax.gif) no-repeat top left;
}
.vcard .url_container{
	background: url(/media/img/url.gif) no-repeat top left;
}
.vcard .adr{
	background: url(/media/img/address.gif) no-repeat top left;
}
.vcard .fn{
	background: url(/media/img/contact_name.gif) no-repeat top left;
}
.vcard div a.url{
    margin-top:2px;
    display:block;
}
a#vcard_link {
	text-indent: -9999px;
	width: 137px;
	height:22px;
}

.vcard abbr {
	border: 0;
}

#vcard_link {
	float: left;
	width: 100%;
	margin: 2px 0;
	line-height: 18px;
	text-align: center;
	display:block;
	background: url(/media/img/vcard.gif) #758595 no-repeat top left;
}

.vcard #about {
	float: right;
	width: 334px;
	padding: 10px;
	background: #e9eef2;
	border: 1px solid #7e818a;
	border-width: 0 1px 1px;
	color:#60656B;
}
.vcard #about h2{
    background: none;
    color:#60656B;
    text-transform: none;
    padding:0;
    margin:0;
}

.staff .contact {
	width: 364px;
}
.staff #about {
	width: 364px;
}
.staff .peripheral {
	float: left;
	width: 136px;
}
.staff #vcard_link {
	width: 136px;
	background: url(/media/img/vcard.gif) #758595;
}
img.logo{
    margin-top:15px;
}
