/*
  Black Ice, revised 7/16/09
  penguinpetes.com
*/

  body
    {
      color: rgb(255, 255, 255);
      background-color: rgb(34, 34, 34);
      font-family: Helvetica, Sans-serif;
      font-size: 80%;
      text-indent: 10px;
      letter-spacing: 1px;
      line-height: 120%
    }

  a
    {
      color: rgb(255, 255, 255);
    }

  a:visited
    {
      color: rgb(91, 176, 217);
    }

  a:hover
    {
      color: rgb(161, 211, 236);
    }

  img
    {
      border: none;
      margin-right: 20px;
    }

  table
    {
      background-color: rgb(0, 33, 48);
      border-width: 1px;
      border-style: outset;
      border-color: rgb(0, 33, 48);
      padding: 8px;
    }

  h2
    {
      color: rgb( 255, 183, 99);
    }

  #header
    {
      width: 100%;
    }

  #main
    { 
      border: none;
      width: 80%;
      float: left;
      margin-bottom: 50px;
      margin-left: 50px;
      background-image: url(../Black_Ice_Theme/grx/moon.png);
      background-position: right bottom;
      background-repeat: no-repeat;
    }

  #footer
    {
      clear: both;
      background-image: url(../Black_Ice_Theme/grx/Footer.png);
      background-position: center bottom;
      background-repeat: repeat-x;
      height: 500px;
    }

  #followbox
    {
      margin-left: 2px;
      margin-top: 50px;
      padding: 3px 5px;
    }

  .item_box
    {
      margin: 20px;
      border: 2px solid rgb(91, 176, 217);
      padding: 10px;
    }

  .item_box img
    {
      float: left;
    }
