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

#contentRightContainer {
	float:right; 
	width:310px; 
	text-align:left;
	}
	
#contentRightContainer img {
	display:block; 
	border:0; 
	margin:auto 0; 
	padding:0; 
	clear:both;
	}
	
#contentRight {
	float:right; 
	width:310px; 
	text-align:center;
	}

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

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