    a {
      text-decoration: none;
      color: #69e;
    }
    body {
      background-color: #fff;
      margin: 0px;
      padding: 0px;
      font-size: .9em;
      font-family: Trebuchet MS, Trebuchet, Arial;
      line-height: 1.4em;
    }
    #headerwrap{
      background-image: url(images/blue-white-gradient-bkg.png);
    }
    #header, #content {
      width: 900px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 20px;
      clear: both;
    }
    
    #logo, #tagline {
      display: block;
    }
    #featuredimage {
      display: block;
      margin-top: 54px;
      margin-right: 20px;
      margin-left: 20px;
      margin-bottom: 20px;
      float: right;
    }
    #intro {
      padding-top: 0px;
      margin-top: 5px;
    }
    .teaser {
      width: 600px;
      background-image: url(images/gray-white-gradient-bkg.png);
      margin-bottom: 30px;
      clear: left;
    }
    .teaser img {
      float: left;
      display: block;
      margin-right: 10px;
    }
    .teaser h2 {
      font-weight: normal;
      font-size: 1.7em;
      margin: 0px;
      padding: 0px;
      padding-top: 10px;
      margin-top: 10px;
      margin-bottom: 0px;
    }
    .teaser p {
      margin-top: 10px;
    }
    #sidebar {
      float: right;
      position: relative;
      right: 30px;
    }

    #sidebar a {
      text-decoration: none;
      font-weight: bold;
      color: #69e;
      display: block;
      line-height: 1.5em;
      font-size: 1.1em;
    }
    #sidebar a:hover {
      background-color: #ffb;
    }
    event {
      font-weight: normal;
      font-size: 1.7em;
      margin: 0px;
      padding: 0px;
      padding-top: 10px;
      margin-top: 10px;
      margin-bottom: 0px;
    }


