body {
  min-width: 550px;      /* 2x LC width + RC width */
  margin: 0px;
  padding: 0px;
  background-color: #b2d5e9;
  
}
#container {
     /* LC width */
	 
}
#content {
	width: 100%;
	position: absolute;
	top: 220px;
	background-color: white;

}

#left {
  width: 150px;          /* RC width */

  
}

/*** IE6 Fix ***/
* html #left {
  left: 0px;           /* RC width */
}

