/* right.css */

#RightMain .RightTitle {
  font-size:14px;
  font-weight: bold;
  color: #1C438E;
  text-align: center;
}

#RightMain .street {
  font-size: 14px;
  color: #1C438E;
  padding-top: 15px;
  text-align: center;
}

#RightMain .country {
  font-size: 14px;
  color: #1C438E;
  text-align: center;
}

#RightMain .tel {
  font-size: 14px;
  color: #1C438E;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}

#RightMain .fax {
  font-size: 14px;
  color: #1C438E;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}

#MainPage .Right {
  background: url(/images/photo.jpg) no-repeat bottom;
}

