/* Copyright 2007 Rafael Lerm. You may use / modify / redistribute this file as long as you give credit to the author. */

  body { font-family: arial,sans-serif;
    }

  a:hover { border: 3px solid red;
    color: navy;
    }

  .sidebar { border-top: 5px solid rgb(221, 221, 187);
    border-bottom: 5px solid rgb(221, 221, 187);
    font-family: helvetica,sans-serif;
    background-color: rgb(221, 221, 187);
    color: gray;
    float: left;
    height: auto;
    width: 140px;
    font-size: 20px;
    padding-bottom: 10px;
    }

  .header a { position: relative;
    left: 10px;
    color: gray;
    }

  .sidebar a:hover { border-style: none;
    border-color: red;
    color: navy;
    }

  .sidebar img { position: relative;
    left: 8px;
    top: 8px;
    }

  .foto, .header { border: 3px solid rgb(221, 221, 187);
    padding-bottom: 20px;
    color: blue;
    background-color: rgb(221, 221, 187);
    }

  .header { width: auto;
    }

  .head span { position: relative;
    top: 10px;
    color: gray;
    }

  .head a{
    text-decoration: none;
    }

  .sidebar img, .header img { position: relative;
    left: 15px;
    }

  .foto img { position: relative;
    left: 5px;
    top: 5px;
    }

  .content { position: relative;
    width: auto;
/*    height: 100%;*/
    top: 5px;
    left: 10px;
    color: black;
    font-family: "Bitstream Vera Sans",sans-serif;
    }

  .bar { color: gray;
    position: relative;
    left: 30px;
    }

  .title { }

  hr { width: 600px;
    }

  div.foot { width: 750px;
    position: relative;
    left: 20px;
    color: gray;
    }

  .head { min-width: 40em;
    }

  .sidebar_container { vertical-align: top; }

.separate {
  margin-left: 2em;
  margin-right: 1em;
  }

