/*
  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;
    }

  #header
    {
      width: 100%;
    }

  #main
    { 
      width: 100%;
      float: left;
      margin-bottom: 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;
      border: 2px solid rgb(91, 176, 217);
      padding: 3px 5px;
    }

  .item_box
    {
      margin-top: 30px;
      margin-left: 2px;
      border: 2px solid rgb(91, 176, 217);
      padding: 3px 5px;
      float: left;
      width: 310px;
    }

  .item_header
    {
      text-align: center;
      position: relative;
      height: 25px;
      top: -28px;
    }
