#main{
  width: 900px;
  border-left: 25px solid #ffffff;
}
#campanyimg{
  margin-bottom: 20px;
}

table{
  margin: 0px 30px 30px 30px;
  font-size: 12px;
  border-collapse:collapse;border-spacing:0;
}
tr{
  background: url("../img/common/adot.gif");
}
th{
  padding-left: 10px;
  text-align: left;
  width: 150px;
  height: 30px;
  font-weight: bold;
}
td{
  width: 650px;
  height: 30px;
  padding-left: 10px;
  text-align: left;
}
#map{
  margin-bottom: 10px;
}
#mapaddress{
  margin-bottom: 20px;
}
/*** emp only ***/
.employee{
  font-size: 14px;
  height: 160px;
}
.empimg{
  width:  200px;
  height: 150px;
  background-color: #c0c0c0;
  border-right: 15px solid #ffcc00;
  float: left;
}
.empimg img{
  width:  200px;
  height: 150px;
  background-color: #c0c0c0;
}
.empname{
  margin-left: 215px;
  width: 680px;
  height: 30px;
  line-height: 30px;
  background-color: #ffcccc;
}
.empntroduction{
  margin-left: 215px;
  width: 680px;
  height: 120px;
    background-color: #ffeeee;
}
span.red{color:red;}
/*** access only ***/
#access{
}