/* content left bar start*/
.bodyContrainers .contentLeftBar {
	float:left;
	width:302px;
	text-align:left;
	padding-top: 8px;
}
/* content left bar stop*/

/* content firht bar start*/
.bodyContrainers .contentRightBar {
	float:right;
	padding-right: 10px;
	width:680px;
	text-align:left;
}
