/* Header */


#hd {
  position:absolute;
  right:0;
  top:0;
}


/* Sidebar HTML  */

#bd {
  margin-top:100px;
  position:relative;
}

#sidebar {
  position:absolute;
  left:0;
  top:0;
  width:343px;
  height:345px;
}

.sidebar #yui-main .yui-b {
  margin-left:245px;
}

/* Logo */

#logo a {
  display: block;
  text-indent: -900em;
}


/* Fix Max Width */
div#doc3 {
  max-width: 1260px;
  width: expression(document.body.clientWidth < 742? "740px" : document.body.clientWidth > 1262? "1260px" : "auto");
  margin:0 10% 0 5%;  
}