@charset "utf-8";

#container {
padding-left:150px;
}

* html #container{
	height:1%; /* So IE plays nice */
}

#container .column {
}

#center {
	width:100%;
	float: left;
	margin-left:-150px; /* Hat tip to Ryan Brill */
	float:right;
  }

#left {
	width:150px;
	float:left;
	margin-left:-150px;
	display:inline; /* So IE plays nice */}


