  /*groundrule defines*/
  * {
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-attachment: scroll;
  }
  body {
    background-color: #fff;
    color: #000;
    font-family: helvetica,arial,sans-serif;
  }
  #outer_container {
    position: relative;
    width: 760px;
    margin: 0 auto;  
  }
  #inner_container {
    margin-top: 27px;
    margin-left: 8px;
    margin-right: 8px;
  }  
  .header {
    position: relative;
    width: 100%;
    color: #888888;
  }
  .header .title {
    padding-bottom: 8px;
    font-weight: bold;
    font-family: garamond,serif;
  }
  .ruletop {
    border-top: 5px solid #888888;
    padding-top: 8px;
    clear: both;
  }
  .header .headertext {
    position: relative;
    font-weight: bold;
    font-family: helvetica,arial,sans-serif;
  }
  .header .subtitle {
    position: absolute;
    top: 1em;
    left: 0px;
  }
  .header .contact {
    position: absolute;
    top: 1em;
    right: 0px;
  }
  .header .righttext {
    text-align: right;
  }
  .header a {
    text-decoration: none;
    color: #888888;
  }
  .header .bustitle {
    padding-top: 4em;
    font-weight: normal;
    color: #666666;
  }
  .header .name {
    font-size: larger;
    font-weight: bold;
    color: #888888;
  }
  .intro {
    padding-top: 1em;
  }
  p { 
    padding-bottom: 1em;
  }
  .image_wrapper_outer .image_wrapper_middle {
    position: relative;
  }
  .image_wrapper_middle .image_wrapper_inner {
    position: relative;
    padding: 5px;
    z-index: 3;
  }
  .note_wrapper {
    position: relative;
  }
  .note {
    position: relative;
    padding: 1em;
    z-index: 2;
  }
  .item_left, .item_right{
    clear: both;
    padding-bottom: 1em;
  }
  .item_left .image_wrapper_outer {
    float: left;
    padding-right: 1em;
  }
  .item_right .image_wrapper_outer {
    float: right;
    padding-left: 1em;
  }
  .image_wrapper_outer {
    padding-bottom: 1em;
  }
  .item_plain {
    padding: 1em;
  }
  .legal {
    vertical-align: super;
    font-size: 50%;
  }
  .award {
    font-weight: bold;
  }

/* REMOVE THIS LINE TO HAVE THE BORDERS BACK
  .image_wrapper_outer .image_wrapper_middle, .note_wrapper {
    border: 2px solid #888888;
  }
  .image_wrapper_middle .image_wrapper_inner, .note {
    background-color: #fff;
  }
 REMOVE THIS LINE TO HAVE THE BORDERS BACK */

  /*IE hacks*/
  * html .item_left .image_wrapper_outer {
    padding-right: 0px;
  }
  * html .item_right .image_wrapper_outer {
    padding-left: 0px;
    margin-left: 0.35em;
  }
  * html .item_left .note {
    padding-left: 1em;
    left: -2px;
  }
  * html .item_right .note {
    left: 2px;
  }
  * html .item_plain {
    padding-left: 2em;
  }
