@charset "ISO-8859-1";

#content1 h1 {
  margin: 0px;
  padding: 0px 10px;
  color:white;
  width:300px;
  font-size: 25px;
}
#content1 { 
  margin: 0px 20px 0px 0px;
  float: right;
  text-align: justify;
  width: 54%;
  height: 225px;
  background: #f3f6f3;
  background-image: url(../pics/top_ban.jpg);
  background-repeat: no-repeat;
  background-position:0px 0px;
  border-bottom: 1px solid green;
  border-left: 1px solid green;
}
#table1 {
  margin: -10px 30px;
}
#table1 tr td{
  font-size: 14px;
  font-weight: bold;
  padding: 0px 5px;
}
#content1 p {
  margin: 0px;
  padding: 10px 30px 30px 30px;
  color: black;
  font-size: 15px;
  text-align: justify;
  line-height: 18px;
}
#content1pic1 img {
  border: 1px solid green;
  height: 224px;
  width: 275px;
}
#content1pic2 img {
  border: 1px solid green;
  height: 224px;
  width: 275px;
  
}
#content1pic1 {
  float: left;
  margin: 0px 0px 0px 20px;
}

#content1pic2 {
  float: right;
  margin: 15px 20px 0px 0px;
}

#content2 {
  margin: 15px 0px 0px 20px;
  padding: 0px 20px;
  position: relative;
  float: left;
  display:inline;
  text-align: justify;
  background: #f3f6f3;
  width: 48%;
  height: 50%;
  background-image: url(../pics/bottom_ban.jpg);
  background-repeat: no-repeat;
  background-position:0px 195px;
  border-top: 1px solid green;
  border-right: 1px solid green;
}
#content2 p {
  color: black;
  font-size: 15px;
  text-align: justify;
  padding: 0px 10px 0px 10px;
  margin: 20px 0 0 0;
  line-height: 18px;
}
