/***** content_about *****/
div.RHS_custom2 { /* Customise the global div */
	margin-top: 0; /* Remove any top margin so the div butts up against the previous div */
	Height: 455px; /* Set the height of the div (minimum height) */
	background:url(../images/building.jpg) top left no-repeat; /* Set the background image for the div. The image is placed at 
																the top left and does not repeat. The remaineder of the box 
																inherits it's backcolour from the Wrapper div */
}

p.RHS, p.Lower { /* Common p element styling */
	font-size: 75%; /* set the font size for p, scaled from the body declaration */
	font-weight:400; /* Make thge text bold for emphasis */
	margin: 10px 6px 10px 6px; /* set the margins for the p element... Top Right Bottom Left */
	padding: 0; /* zero off the padding */
}

p.RHS { /* RHS specific styling */
	margin-left: 285px; /* Move the list to the right so it starts after the background image */
}
