#about_page {

  position:  absolute;
  width:  950px;
  height:  650px;
  top:  72px;
  left:10px;
  background:  #FFFFff;
  color:  #000000;

}

#about_pic {

  position:  absolute;
  width:  940px;
  height:  150px;
  top:  0px;
  left:  0px;
  background:  #E6E6E6;
  color:  #000000;

}

#about_pic img {

  position:  absolute;
  width:  500px;
  height:  150px;
  top:  0px;
  left:  0px;
  background:  #008736;
  color:  #000000;

}

#about_content {

  position:  absolute;
  width:  940px;
  height:  355px;
  top:  155px;
  left:  0px;
  background:  #FFFFFF;
  color:  #000000;
  padding-top:  10px;

}

#about_content p {

  margin-top:  10px;
  background:  #FFFFFF;

}

#about_others {

  position:  absolute;
  width:  940px;
  height:  120px;
  top:  445px;
  left:  0px;
  padding-top:  12px;
  background:  #EBEBEB;
  color:  #000000;
  border:  1px dashed #AAAAAA;
  line-height: 1;
 
}

#about_others p {

  margin-top:  6px;
  font-family:  "Arial",sans-serif;
  font-size:  90%;

}

#footer {

  position: absolute;
  background:  #555555;
  top: 650px;
  height:20px;
  width:  960px;
  border-top:  3px solid #AAAAAA;
  text-align:  center;
  padding-top: 3px;
  font-size:  10px;
  color:  #FFFFFF;

}

#footer_right {

  float: right;
  padding-right:12px;
  color:  #FFFFFF;

}

#footer_email {

  float: left;
  padding-left:12px;

}

#footer_email a {

  color:  #FFFFFF;
  text-decoration:  none;
}