 /**************************************/
/**************Story  CSS***************/
/***************************************/
 
 hr.story {
     border:1px dashed #D6DDEB;
     border-width: 0 0 1px;
     clear: left;
	 margin:20px 0 0 20px;
     width:80%;
 }
 
 div.calLeft {
 	width:47%;
	float:left;
	margin:10px 0 10px;
	border-right:1px dashed #D6DDEB;
 }

  div.calRight {
 	width:47%;
	float:right;
	margin:10px 0 10px;
 }


 

