/*  #wrapper
*/
#wrapper  {
  width:  790px;
  margin: 0 auto;
}




/*  #masthead
*/
#masthead {
  position: relative;
  width:  790px;
  height: 265px;
}

/*  #masthead h1
*/
#masthead h1  {
  position: absolute;
  top:  70px;
  left: 30px;
  height: 95px;
  width:  230px;
}
  #masthead h1 a  {
    display:  block;
    height: 95px;
    width:  230px;
  }
    #masthead h1 a b  {
      display:  none;
    }

/*  #masthead .view_image
*/
#masthead .view_image {
  position: absolute;
  left: 30px;
  bottom: 70px;
}

/*  #masthead div.navigation
*/
#masthead div.navigation {
  position: absolute;
  height: 45px;
  width:  790px;
}
#masthead div.navigation ul, #masthead div.navigation li {
  list-style: none;
  float:  left;
}
#masthead div.navigation ul {
  margin: 0 20px 0 30px;
}
/*  #masthead ul.navigation.sections
*/
#masthead div.navigation.sections {
  bottom: 0;
}
#masthead div.navigation.site {
/*  opacity:  .95;*/
}




/*  #content
*/
#content {
  position: relative;
  padding: 30px 0 0;
  width:  790px;
}

/*  #copy
*/
#copy  {
  position: absolute;
  width:  480px;
  right: 30px;
}
/*  #context
*/
#context  {
  position: absolute;
  width:  220px;
  left:  30px;
}

/* .home
*/
.home #copy {
  right:  auto;
  left: 30px;
}
.home #context {
  left:  auto;
  right: 30px;
}