#contactTable{
	display: table;
	border-spacing: 30px;
	width: 1000px;
	margin: 0px auto;
	table-layout: fixed;
}
.tableRow{
	display: table-row;
}
.contactTableCell{
	display: table-cell;
	vertical-align: top;
	

}

#hankePic{

}
.contactTableCell img {
	float: left;
	border: none;
	margin: 10px;

	outline: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-filter: sepia(50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contactInfo{
	text-align: center;
}
.contactInfo a{
	color: blue;
}

.title{
	text-align: center;
	font-weight: normal;
	font-family: serif;
}


