/* Move the Wide Column (center) to Left */
.xg_widget_main_index_index .xg_3col .xg_1col {
 float:right;
  margin-left:0;
}
.xg_widget_main_index_index .xg_3col .xg_2col {
  margin-left:0;
}
#homelayout div.column {
  float:right;
}
#homelayout div.col2 {
  float:left;
}
#homelayout div.col1 {
  margin-right:115px;
  margin-left:-230px;
}
* html #homelayout div.col1 {
  margin-right:0;
}
/* End Move Wide Column Center to Left */