
  body {
    font-family: Arial, sans-serif;
    background-color: rgb(231, 250, 254); /* very, very light turquoise */ 
    color: rgb( 0, 128, 192 ) /* dark greeny blue */;
    width: auto;
  }

  h1 {
    font-family: "Comic Sans MS", cursive ;
    color: rgb( 0, 128, 192 ) /* dark greeny blue */;
    margin-bottom: 5px;
  }

  h1.frontpage {
    float: left;
  }


  div.picturehead  {
    width: 1440px;
  }

  .picturehead span.normaltext {
    margin-left: 10px;
  }

  .picturehead h1 {
    font-family: "Comic Sans MS", cursive ;
    color: rgb( 0, 128, 192 ) /* dark greeny blue, #0080C0 */;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  h2 {
    font-family: "Comic Sans MS", cursive ;
    color: rgb( 0, 128, 192 ) /* dark greeny blue */;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12pt;
  }

  h2 a {
    text-decoration: none;
    color: rgb( 0, 128, 192 ) /* dark greeny blue */;
  }


  a {
    color: rgb( 0, 128, 192 ) /* dark greeny blue */;
  }

  a.picturelink {
    border-width: 0px;
    border-style: none;
    text-decoration: none;
  }

  .picturelink img {
    border-width: 0px;
    border-style: none;
  }

  a.persona  {
    margin-right: 5px;
  }

  a.productlink {
    border-width: 0px;
    border-style: none;
    text-decoration: none;
    font-weight: bold;
    color: rgb( 0, 128, 192 ) /* dark greeny blue */
  }

  a.spacedout, span.spacedout {
    margin-left: 5px;
    margin-right: 5px;
  }

  div.floatleft {
    float: left;
  }

  div.floatright {
    float: right;
  }


  div.leftbar {
    float: left;
    width: 190px;
    padding: 5px;
    margin-right: 20px;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: red;
    background-image: url( 'images/pink_clouds.jpg' );
  }


  div.leftbar li {
    margin-bottom: 15px;
  }

  div#newestpics {
    margin-left: 220px;
    width: 900px;
    background-image: url( 'images/pink_clouds.jpg' );
  }


  div#newestlinks {
    margin-left: 220px;
    width: 900px;
    background-image: url( 'images/pink_clouds.jpg' );
  }

  div#product_images {
    margin-left: 220px;
    width: 1100px;
  }

  div#persona_images {
    margin-left: 20px;
    width: 900px;
  }


  .productlink img {
    border-width: 0px;
    border-style: none;
    width: 132px;
    margin-right: 2px;
  }


  img.floatleft {
    float: left;
    margin-right: 5px;
  }

  img.floatright {
    float: right;
    margin-left: 5px;
  }


  img.gifsleft {
    float: left;
    margin-right: 5px;
    vertical-align: text-top;
  }

  img.gifsright {
    float: right;
    margin-right: 5px;
    vertical-align: text-top;
  }


  p.floatright {
    text-align: right;
  }

  a.back_to_top, a.back_home {
    text-decoration: none;
    font-style: italic;
  }

  br.clearleft {
    clear: left;
  }

  br.clearright {
    clear: right;
  }

  img.smallbutton {
    height: 120px;
    margin-left: 10px;
    margin-right: 10px;
  }

  div.imageindex {
    width: 1435px;
    margin-right: 136px;
  }


  div.imageindex img {
    vertical-align: middle;
    margin-top: 1px;
  }

  div.imageindex a {
    text-decoration: none;
  }

  div.imageindex span.landscapeimage img {
    height: 280px;
  }

  div.imageindex span.squareimage img {
    height: 230px;
  }

  div.imageindex span.portraitimage img {
    height: 280px;
  }


  div.big_imageindex {
    width: 1700px;
  }


  div.big_imageindex img {
    vertical-align: middle;
    margin-top: 1px;
  }

  div.big_imageindex a {
    text-decoration: none;
  }

  div.big_imageindex span.landscapeimage img {
    height: 450px;
  }

  div.big_imageindex span.squareimage img {
    height: 420px;
  }

  div.big_imageindex span.portraitimage img {
    height: 550px;
  }

  hr {
    color: red;
    bgcolor: red;
  }


  div#productmenu {
    width: 1120px;
  }

