/*--GENERAL 2 Column with Skinny Left Column LAYOUT STYLES------------*/
#contentContainer-colLeft {
	float:left; 
	width:920px; 
	height:auto; 
	margin:0;
	}
	
#contentContainer {
	float:left; 
	width:920px; 
	height:auto; 
	background:url(img-structure/structure-twoCol-lSkinny-content-bg.gif) repeat-y; /* IMAGE EDIT - Image determines White Container Border Colours */ 
	}

#contentRightContainer {
	float:right; 
	width:600px;
	}

#contentLeftContainer {
	float:left; 
	width:310px; 
	text-align:left;
	}

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

#contentLeft {
	float:left; 
	width:310px; 
	text-align:center;
	}

/*--GENERAL SIDE NAVIGATION STYLE------------*/
#contentLeftContainer div.sideNav {width:290px; margin:0; padding:0 10px 0 10px;}

/*--GENERAL LEFT CALLOUT STYLE------------*/
#contentLeftContainer div.sideCallout {width:250px; margin:0 auto; padding:20px 30px 20px 30px;}

