/* banner.css */

/* TopBannerMain */
#TopBannerMain {
  width: 738px;
  height: 160px;
  _height: 110px;
}

#TopBannerMain a img {
  border: 3px solid white;
  border-left: none;
  border-right: none;
  border-top: none;
  _border-bottom: none;
}

/* LeftBannerMain */
#LeftBannerMain .LogoCamp {
  margin: 45px 5px;
  text-align: center;
}

 
#LeftBannerMain p{
  padding: 0 13px 8px 13px;
  text-align: justify;
}

#LeftBannerMain .agency{
  color: white;
  font-size: 16px;
  font-weight: bold;
}

#LeftBannerMain .baseline {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

#LeftBannerMain .referencement {
  color: white;
  font-size: 12px;
  padding-bottom: 15px;
}


/* BottomBannerMain */
#BottomBannerMain {
  background: #5B582E;
  text-align: center;
  line-height: 36px;
  border: 3px solid white;
  border-left: none;
  border-bottom: none;
  border-right: none;
}

#BottomBannerMain p {
  color: #EFE3C7; 
}

#BottomBannerMain p a{
  margin: 0 12px;
  font-size: 14px;
  text-decoration: none;
  color: #EFE3C7;
}

#BottomBannerMain .copyright{
  margin: 0 -10px 0 10px;
}
