/*--GENERAL HOMEPAGE LAYOUT STYLES------------*/
#contentContainer-colLeft {
	float:left; 
	width:920px; 
	height:auto; 
	margin:0;
	}

#contentContainer {
	float:left; 
	width:920px; 
	height:auto; 
	background:url(img-structure/homepage-content-bg.gif) repeat-y; /* IMAGE EDIT - Determines White Container Border Colour */
	}

#contentLeftContainer {
	float:left; 
	width:600px;
	}

#contentLeftContainer #mainMessage {
	width:530px; 
	padding:35px; 
	margin:0; 
	height:280px; 
	background:url(../img/homepage-main-img.jpg) no-repeat #00529c; /* IMAGE EDIT - Determines Main Message Area Background Image */
	}

#contentRightContainer {
	float:right; 
	width:310px; 
	text-align:center;
	}

#contentRightContainer img {
	display:block; 
	border:0; 
	margin:auto 0; 
	padding:0; 
	clear:both;}

#contentRight {
	float:right; 
	width:310px; 
	text-align:center;
	}

