/*--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 RIGHT CALLOUT STYLE------------*/
#contentRightContainer div.sideCallout {width:310px; margin:0 auto; padding:0;
background:url(img-structure/structure-twoCol-skinny-callout-bg.gif) repeat-y; /* IMAGE EDIT - Image determines Callout Container Border Colours */ 
}

#contentRightContainer div.sideCalloutContent {padding:10px 30px 10px 30px;}
