/****************************************************************************************************/


.container-grey {
	width: 100%;
	padding: 120px 0 120px 0;
	display: block;
	/*background-color: rgb(37, 41, 45);*/
	background: url("../bg/grey.jpg") repeat scroll 0% 0% rgb(37, 41, 45);
	color: #707B89;
}


.container-grey H1 {
	font: bold 30px "Lucida Sans Unicode";
	letter-spacing: 2px;
	color: rgb(17, 171, 176);
}


.container-grey H2 {
	padding-bottom: 10px;
	font: bold 23px "Lucida Sans Unicode";
	letter-spacing: 2px;
	color: white;
}


.container-grey H3 {
	padding-top: 15px;
	font: bold 16px "Lucida Sans Unicode";
	letter-spacing: 2px;
	color: white;
}


.container-grey P {
	font: normal 15px "Lucida Sans Unicode";
}


.container-grey A,
.container-grey A:visited {
	color: #11ABB0;
	transition: color 0.3s ease-in-out 0s;
}


.container-grey A:hover {
	color: white;
	transition: color 0.3s ease-in-out 0s;
}


/****************************************************************************************************/


.container-grey .team .head {
	float: left;
	margin-right: 20px;
}


.container-grey .team .head > IMG {
	border-radius: 100%;
}


.container-grey .team .info {
	float: left;
}


.container-grey .team .name {
	font: bold 16px "Lucida Sans Unicode";
	letter-spacing: 2px;
	color: #C4C4C4;
}


.container-grey .team P {
	font: normal 13px "Lucida Sans Unicode";
}


/****************************************************************************************************/
