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

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

#content{

 /* margin-right:165px;
  margin-left: 145px;*/
  width:760px;
  float:left ;

}

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

}

#bottom{

}

#center{
  	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 1100px;

}

#pages{
   width:1100px;
   min-height:800px;
   margin:0px ;
   padding:0px;

}



