  .nav
  {
     text-align: left;
     padding-left: 30px;
     padding-bottom: 15px;
     font-family:georgia;
     font-size:16px;
  }

  .nav a {color: blue;}
  .nav a:hover {color: blue;}

  #distribution
  {
      margin-top: 10px;
      margin-left: 30px;
      text-align: left;
  }
  body
  {
    background: #33322e;
  }
  #images
  {
    clear: both;
  }

  #images a img
  {
    width: 100px;
    height: 100px;
    margin: 5px;
  }

  #stats p
  {
    clear: both;
    padding-left: 30px;
    padding-bottom: 15px;
  }

  #stats p div.Thumb
  {
    float: left;
    width: 90px;
    overflow: hidden;
    border-bottom: 1px solid black;
    padding-bottom: 3px;
  }

  #stats p div.YahooBacklinks
  {
    float: left;
    width: 85px;
    overflow: hidden;
    text-align: right;
    border-bottom: 1px solid black;
    padding-bottom: 3px;
    height: 25px;
  }

  #stats p div.Count
  {
    float: left;
    width: 85px;
    overflow: hidden;
    text-align: right;
    border-bottom: 1px solid black;
    padding-bottom: 3px;
    height: 25px;
  }

  #stats p div.AlexaRank
  {
    float: left;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid black;
    padding-bottom: 3px;
    text-align: center;
    height: 25px;
  }

  #stats p div.PageRank
  {
    float: left;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid black;
    padding-bottom: 3px;
    text-align: center;
    height: 25px;
  }

  #stats p div.Url
  {
    float: left;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid black;
    padding-bottom: 3px;
    text-align: left;
    height: 25px;
  }

  #stats p div.Position
  {
    float: left;
    width: 70px;
    overflow: hidden;
    text-align: left;
    border-bottom: 1px solid black;
    /*font-size: 17px;*/
    padding-bottom: 3px;
    height: 25px;
  }

      #ads2
      {
        padding-bottom: 18px;
      }


      #ads
      {
        text-align: left; margin-bottom: 10px;
        padding-left: 30px;
        background: #9fc1d3;
        padding-top: 10px;
        padding-bottom: 10px;
      }

      #testimonial
      {
        background: #eaf6f9; text-align: left;
        margin-top: 13px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
      }

      #testimonial h3
      {
        font-weight:normal;
        font-style:italic;
        font-family:georgia;
        font-size:16px;
        color:#4a6079;
        margin:0px 30px 0px 30px;
        line-height:1.8em;
      }

      #header
      {
        text-align: left;
      }
      #header h1
      {
        margin: 0px 30px 0 30px;
        padding-top: 13px;
        font-family:georgia;
        font-weight:normal;
      }

  #pages
  {
  	clear: both;
  	text-align: center;
  	padding: 10px;
  }

  #pages a
  {
  	padding: 10px;
  }
