/* Style for Studio Guglielmi */
body {
        font-family: Georgia, serif;
        font-size: 24px;
        color: #1d624d;
        background-color: #f5fbf5;
        line-height: 1.25em;
      }
      h1 {
        font-family: 'Tangerine', Georgia, serif;
        font-weight: normal;
        font-size: 300%;
        text-shadow: 4px 4px 4px #aaa;
        text-align: center;
        line-height: 1em;
      }
      h2 {
        font-weight: normal;
        font-size: 75%;
        text-shadow: 2px 2px 2px #ccc;
        text-align: center;
      }
      dl {}
      dt {font-family: Georgia, serif; text-shadow: 2px 2px 2px #ccc;}
      dd {}
      em {font-weight: bolder;}
      dd em {text-shadow: 1px 1px 2px #aaa; border-bottom: #1d624d 1px solid;}
      a {text-decoration: none; color: blue;}
      a:hover {text-decoration: underline;}
      div#external-wrapper {
        width: 920px;
        margin: 0 auto 1em auto;
        padding: 1em 40px;
        border: 1px #e8f8ef solid;
        border-top: 0;
        background-color: #fff;
        min-height: 728px;
        /* Explorer Hack */
        height: auto !important;
        height:728px;
        border-radius: 0 0 1em 1em;
        -moz-border-radius: 0 0 1em 1em;
      }
      div#column-wrapper {margin: 0 2em;}
      div#column-wrapper, div#more-box {clear: both;}
      div#column-one {width: 100%;}
      div#column-one{ font-size: 75%;}
      div#column-one dt {display: none;}
      div#column-one dl dt {margin-top: 1em;}
      div#column-one dl:first-child {margin-top: 0;}
      div#more-box {padding-top: 4em;}
      div#more-box p {text-align: center; font-size: 75%;}
      div#more-box a {background-color: #f1fbf5; padding: 0.5em 1em; }

      hr {border: 0; margin: 2em 0}