/* layout */
body {
  background: fff;
  font-family: Verdana;
}

#head {
  background: url(../images/head2.gif);
  height: 210px;
  margin: auto;
  width: 760px;
}

#head h1 a, #head h1 {
  height: 210px;
  display: block;
  width: 760px;
  margin: 0;
  padding: 0;
}
  
  #head h1 span {
    display: none;
  }

#shell {
  /*background: #7D9BFD;*/
  background: #7B9CFF;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: auto;
  width: 756px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
}

.menu {
  padding: 7px 0;
  text-align: center;
}
  
  .menu a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
    
    .menu a:hover {
      color: #fff;
      text-decoration: underline;
    }
    
  #content {
    background: #fff;
    margin: auto;
    padding: 10px 0;
    width: 720px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 0 10px;
  }
  
    #left {
      display: inline;
      float: left;
      margin-left: 10px;
      width: 500px;
    }
    
    #right {
      float: right;
      text-align: center;
      width: 200px;
    }
    
    .clear {
      clear: both;
    }
    
/* type */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Verdana;
  color: #c00;
}

a {
  color: rgb(51, 102, 204);
}

a:hover {
  color: #c00;
}
