.project-box {
	width:420px;
	height:auto;
	background-color:#eee;
	margin:0 8px 1em;
	border:none;
}

.project-title {
	color:#fff;
	padding:6px 8px;
	width:402px;
	
	background:url("http://assets.bournemouth.ac.uk/bca/themes/03/img/03_apply_bg.png") repeat-x scroll 0 0 #CE550C !important;
	border:1px solid #CE550C;
	line-height:20px;
	font-family:"Times New Roman", Times, serif;
}
.project-title h2 {
	font-size:1.4em !important;
	padding:0 !important;
	margin:0 !important;
	color:#fff !important;
	border-bottom:none !important;
}

.more-info p {
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.more-info, .view-more-link {
	padding-left:10px;
	padding-top:1em !important;
	padding-bottom:0.2em;
	
	border:1px solid #ccc;
	border-top:none;
}
.more-info {
	border-bottom:none;
}

.project-title-seperator {
	display:none !important; /* remove this box from code */
}
.more-info div {
	border-bottom:none !important; /* remove from local CSS - Psych */
}

