/* left.css */

.Left {
  background: #32525D url(/images/left.jpg) no-repeat top left;
  border: 3px solid white;
  border-left: none;
  border-top: none;
  border-bottom: none;
}

.Left a {
  margin: 25px 0 40px 0;
  height: 75px;
  display: block;
}

.Left .LeftTitle {
  font-size: 19px;
  text-align: center;
  color: #FED300;
}

.Left .baseline {
  color: white;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.Left .contact {
  color: white;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

.Left .text {
  color: white;
  font-size: 10px;
  font-weight: bold;
  margin: 10px;
  text-align: justify;
}
