 .rightColor {
position:relative; 
 clear:both;
 float:left;
 width:100%; 
 overflow:hidden; 
 }

 .contentColor,
 .leftColor
 {
 float:left;
 width:100%; /* width of page */
 position:relative;
 }
 
 .containerCenter,
 .containerLeftColumn,
 .containerRightColumn {
 float:left;
 position:relative;
 padding:0 0 1em 0; 
 overflow:visible;
 }
 /* 2 right Column settings */
 
.rightColumn {
	/*background:#eee;*/
}
.rightColumn .contentColor {
	right:25%; 
	/*background:#fff; */
}
.rightColumn .containerCenter {
	width:71%; 
	left:27%; 
}
.rightColumn .containerRightColumn {
	width:21%;
	left:31%; 
} 

/* special settings*/

