    #left_column
    {
      width: 400px;
      float: left;
    }

    #right_column
    {
      margin-left: 400px; /* Change this to whatever the width of your left column is*/
    }

    .clear
    {
      clear: both;
    }
	