/*-----------------------------------------------
	CONTENT
-------------------------------------------------*/
body#home div#content { 
  text-align:right; 
}

body#home div#content div.left { 
  margin:0;
  padding-left:10px; 
  border-right:none;
}

body#home div#content div.right { 
  float:left; 
  border-right:1px dashed #cccccc; 
  padding-right:10px;
}
