.emailme {
	width: 100%;
	position: relative;
	float: left;
	height: 193px;
	margin-bottom: 20px;
}

#left, #middle, #right {  }

#left {
	background-image: url('/images/contact/left.gif');
}

#middle {
	background-image: url('/images/contact/middle.gif');
}
#middle .iLikeLink { height: 333px; position: relative;}

#right {
	background-image: url('/images/contact/right.gif');
	padding-top: 348px; 
}

.contactLinks { margin-bottom: 30px; float: left; clear: both;}
.telephoneLink { clear: both; float: left; }

#authors {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 60px;
}

#authors .author {
	width: 100%;
	display: inline;
	float: left;
	clear: both;
	margin-bottom: 15px;
}
.author .icon {
	float: left;
	display: inline;
	width: 30px;
	height: 45px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-right: 15px;
}
#authors .frank .icon { background-image: url('/images/contact/icon_frank_hover.gif'); }
#authors .nick .icon { background-image: url('/images/contact/icon_nick_hover.gif'); }

.author p { margin: 0; }
.author .description { float: left; display: inline;  }

.author h2 { font-size: 9px; line-height: 15px; color: #333; margin: 0; font-weight: normal; }
.author .name {  }

