/*
	$RCSfile: $
	$Revision: $
	$Date: $
	$Author: $
 
	Description:
	This css defines styles for the CIHome.jsp jahia template.
*/

#CIContent {
    float: left;
    width: 758px;
}

#CIContent .leftcontent {
  float: left;
  width: 250px;
  padding-right: 4px;
}
#CIContent .middlecontent {
  float: left;
  width: 250px;
  padding-right: 4px;
}
#CIContent .rightcontent {
  float: left;
  width: 250px;
}
