#col1{
  float: left;
  width: 200px;

}
#col2{
  float:right;
  width:200px;
}
.content{
  margin 0 200px;
}
#footer{
  clear: both;
}