/* CSS Document */
#title_top {
  font-size: 10px;
  _font-size: 11px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  font-weight: bold;  
}
#picture img{
  margin: 10px 0px 0px 0px;
  border: none;
  float: left;
}
#logo img{
  margin: 50px 0px 0px 10px;
  border: none;
}
#title_rec {
  clear: left;
  color: #EDEDED;
  font-size: 30px;
  padding: 10px 0px 0px 0px;
  _padding: 5px 0px 0px 0px;
  margin: 0;
  text-align: center;
  font-family: arial;
}
#title_me {
  color: #000;
  border: 3px solid rgb(238,238,238);
  width: 200px;
  margin: 15px 0px 0px 40px;
  padding: 10px 0px 10px 10px;
  font-size: 12px;
  background-color: #ABC3FF;
}
#title_me a{
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#title_me a:hover{
  text-decoration: underline;
}
#title_bottom {
  font-size: 10px;
  _font-size: 11px;
  margin: 25px 0px 0px 0px;
  _margin: 13px 0px 0px 0px;
  text-align: center;
  font-weight: bold;  
}
