/*<![CDATA[*/

  /*
    COPYRIGHT NOTICE
    
    Code and design (c) Nebulus Design / Christoffer Aronsson (christoffer at nebulus dot se). Let me know if you intend
    to reuse this code for something.
  */

  <!--
  /* LAYOUT / STYLE */

  body {
    background-color: #FFFFFF;
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
    
    text-decoration: none;
    color: #000000;
    font-family: Georgia, Times;
    font-weight: none;
    font-size: 10px;
    text-align: left;
  }
  #imageArea {
    background-color: #FFFFFF;
    position: absolute;
    width: 358px;
    height: 260px;
    margin-top: 100px;
    margin-left: 100px;
  }
  #textArea {
    background-color: #FFFFFF;
    position: absolute;
    width: 342px;
    height: 540px;
    top: 260;
    margin-top: 100px;
    margin-left: 108px;
  }
  #audioArea {
    background-color: #FFFFFF;
    position: absolute;
    margin-top: 200px;
    margin-left: 488px;
    width: 250px;
    height: 700px;
    overflow: hidden;
  }
  #footerArea {
    background-color: #FFFFFF;
    position: absolute;
    width: 658px;
    height: 10px;
    margin-top: 400px;
    margin-left: 100px;
  }
  
  /* TYPOGRAPHY / LINKS */

  a:link {
    text-decoration: none;
    color: #000000;
    font-weight: none;
    font-family: Georgia, Times;
    font-size: 10px;
    text-align: left;
    }
  a:visited {
    text-decoration: none;
    color: #000000;
    font-weight: none;
    font-family: Georgia, Times;
    font-size: 10px;
    text-align: left;
    }
  a:active {
    text-decoration: none;
    color: #000000;
    font-weight: none;
    font-family: Georgia, Times;
    font-size: 10px;
    text-align: left;
    }
  a:hover  {
    text-decoration: none;
    color: #777777;
    font-weight: none;
    font-family: Georgia, Times;
    font-size: 10px;
    text-align: left;
  }
  a:link.dim {
    text-decoration: none;
    color: #DDDDDD;
    font-weight: none;
    font-family: Georgia, Times;
    font-size: 10px;
    text-align: left;
    }
  a:visited.dim {
    text-decoration: none;
    color: #DDDDDD;
    font-weight: none;
    font-family: Georgia, Times;
    font-size: 10px;
    text-align: left;
    }
  a:active.dim {
    text-decoration: none;
    color: #DDDDDD;
    font-weight: none;
    font-family: Georgia, Times;
    font-size: 10px;
    text-align: left;
    }
  a:hover.dim  {
    text-decoration: none;
    color: #AAAAAA;
    font-weight: none;
    font-family: Georgia, Times;
    font-size: 10px;
    text-align: left;
  }

  /* TYPOGRAPHY / STYLES */
  
  b {
    font-weight: bold;
  }
  bb {
    font-weight: bolder;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Times;
    text-align: left;
  }
  span.dim {
  	color: #DDDDDD;
  }
  span.time {
  	color: #AAAAAA;
  }
  
  /* TEXT / TYPOGRAPHY MISC */
  
  span.boldText {
    text-decoration: none;
    color: #000000;
    font-family: Georgia, Times;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
    }
  span.standardText {
    text-decoration: none;
    color: #000000;
    font-family: Georgia, Times;
    font-weight: none;
    font-size: 10px;
    text-align: left;
    }
  span.headerText {
    text-decoration: none;
    color: #000000;
    font-family: Georgia, Times;
    font-weight: bold;
    font-size: 37px;
    position: absolute;
    text-align: left;
    margin-top: 120px;
    margin-left: 488px;
  }
  span.largeText {
    text-decoration: none;
    color: #000000;
    font-family: Georgia, Times;
    font-weight: none;
    font-size: 14px;
    text-align: left;
  }
  span.tinyText {
    text-decoration: none;
    color: #000000;
    font-family: Georgia, Times;
    font-weight: none;
    font-size: 9px;
    text-align: left;
  }
  span.footerText {
    color: #882222;
    font-family: Georgia, Times;
    font-size: 8px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    right: 10px;
    width: 580px;
    z-index: 0;
  }
  -->
/*]]>*/
