@charset "utf-8";
/* CSS Document */

.introText, .headings {
	height:0px;
	overflow:hidden;
}

.latestWork {
	height:0px;
	overflow:hidden;
	padding-top:19px;
	width:106px;
	background-image:url(/media/latestWork.jpg);
	background-repeat:no-repeat;
}

.latestWorkContainer {
	width:70%;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

.latestWorkContainer div {
	display:table-cell;
	vertical-align:middle;
	height:155px;
}

.latestWorkContainer div p, .latestWorkContainer div h6 {
	margin:0px;
	margin-left:10px;
}

.latestWorkContainer img {
	float:left;
	border:1px solid white;
}