.news-wrap {
	max-width: 960px;
	margin: 0 auto 50px;
}
#proj-heading {
	float: left;
	position: relative;
	width: 45%;
  padding: 5%;
}
#proj-heading img {

}
#proj-heading  h1 {
	position: absolute;
	top: 50px;
	left: 15%;
	font-family: 'Century Schoolbook', 'texgyreschola-regular-webfont', Serif;
	color: #1d2415;
}
#venue {
	float: right;
	margin: 5% 5%;
	width: 300px;
	line-height: 1.5;
	text-align: right;
}
.news-body{
	margin: 0 auto;
	padding: 0 5% 5%;
	max-width: 960px;
	line-height: 1.5;
}
.news-body a:visited {
	color: #d54f50;
	font-size: 1.1em;
}
.news-body a:link {
	color: #d54f50;
	font-size: 1.1em;
}
.news-body a:hover {
	color: red;
	font-size: 1.1em;
}
.comment-area {
	padding: 0 0 5%;
}
.client-com {
	clear: both;
	padding: 2.5%;
	background: #cce3b6;
}
#subcontent ul,
#subcontent ol{
	list-style: initial;
}
/*------------------------------------------------------------------------
MAIN PROJECTS PAGE
------------------------------------------------------------------------*/

.projects-past {
	padding: 2% 5%;
	margin: 0 5% 5%;
	background-color: #6bcb6b;
	box-shadow: -5px 10px 5px #000;
	border-radius: 5px;
}
#proj-head {
 font-size: 1em;
}
.projects-past h4 {
	text-align: center;
	padding-bottom: 10px;
}
.projects-past hr {
 border: 0;
 height: 1px;
 background: #333;
 background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
 background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
 background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
 background-image: -o-linear-gradient(left, #ccc, #333, #ccc); 
 margin-bottom: 20px;
}
.past-p {
	width: 50%;
	float: left;
	padding-bottom: 5px;
}
.past-cell {
	/*width: 70%;*/
	float: left;
}
.past-cell-year {
	text-align: right;
	margin-right: 20%;
}




.clearfix:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}