#title{
   background:url("harlequin.jpg");
   height:100px;
}

#menu{
  float:left;
  width:140px;
  top:100px;
}

#content{

  margin-right:165px;
  margin-left: 145px;
  width:600px;
}

#ads{
  float:right;
  width:160px;
  top:100px;
}

#bottom{

}

#pages{
   min-width:900px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 955 ? "950px" : "100%" );

}



