/* layout goes here */
body{
  text-align:center;
  margin:0; padding:0;
}

.cleaner{
  border:none;
  clear:both;
  height:0; font-size:0px !important;
  background:none;
  overflow:hidden;
}

#site{
  width:876px;
  margin:0 auto;
  text-align:left;
}

#header{
  height:99px;
  position: relative;
}

#adman {
  position: absolute;
  right: 17px;
  top: 22px;
}

#content{
  clear:both;
  padding:10px 0 10px 0;
}

#content #left{
  width:150px;
  float:left;
  overflow:hidden;
}

#content #middle{
  float:left;
  margin:0 10px;
  width:546px;
  overflow:hidden;
}

#content #right{
  width:160px;
  float:left;
  overflow:hidden;
}
