.teambox1 {
	height: auto;
	float: left;
	margin: 2px;
	
	width: auto;
}

.teamhead{
	font-family: 'Big Shoulders Stencil';
	font-size:20px;
	text-align:center;
	border-bottom:1px solid #e2416d;
}

.teambox2{
	width:296px;
	height: 127px;
}

.teambox2 .contact{
	width: 170px;
	height: 124px;
	float:left;
}

.teambox2 .contact .con{
	width: 149px;
	height:15px;
	font-size:13px;
	padding:3px;
	background-color:#a71e44;
	border-left:10px solid #a71e44;
	color:#dad9d0;
	margin:2px;
}

.teambox2 .contact .con a{
	color:#dad9d0;
	text-decoration:none;
}

.teambox2 .contact .con:hover{
	background-color:#5b011a;
	border-left:10px solid #de6e7b;
	color:#dad9d0;
	-webkit-transition: all ease 0.6s;
-moz-transition: all ease 0.6s;
-o-transition: all ease 0.6s;
transition: all ease 0.6s;
text-decoration: none;
}

.teambox2 .pic{
	width: 120px;
	height: 120px;
	float:left;
	border:1px solid #e2416d;
	padding:2px;
}

.teambox3{
	width:296px;
	height: 100px;
}

.teambox3 .task{
	width:135px;
	height:15px;
	font-size:13px;
	padding:2px 2px 2px 5px;
	border:1px solid #e2416d;
	margin:2px;
	float:left;
}

