
/* Remove unwanted elements */
#left-content, #right-content, #footer, #landing-feature-box-wrapper, #header, #header-small, #slidercontainer, #video-slider, form, #topnav, input, select, textarea, .feature-box {
	display: none;
}
/* 100% wide */
#centre-content, .two-thirds {
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
}
/* Change text colour to black*/
h1, h2, h3, h4{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px 0px 5px 0px;
}
p{
}
.text-content{
	width:95%;
	font-size: 12px;
	color:#000000;
	clear: both;
	padding: 5px;
	border: 2px solid #CCCCCC;
	margin: 4px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.text-content p{
	width:70%;
	float: right;
}
.clear {
	clear:both;
	height:0;
}
#greeting-top, #breadcrumb{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 3px;
	background-color: #000;
	font-size: 12px;
	border: 2px solid #000000;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}