#contact_page {

  position:  absolute;
  width:  950px;
  height:  450px;
  top:  72px;
  background:  #FFFFFF;
  color:  #000000;
  padding-top:  39px;

}

#contact_info {

  position:  absolute;
  width:  480px;
  height:  450px;
  top:  0px;
  left:  0px;
  background:  #FFFFFF;
  color:  #000000;
  padding-top:  20px;
  padding-left:  20px;

}

#contact_info h3 {

  color:  #0A703B;
  font-size:  18px;
  font-weight:normal;

}

#contact_info p {

  margin-top:  6px;
  font-family:"Arial",sans-serif;
  font-size:  90%;

}

#contact_pic {

  position:  absolute;
  width:  440px;
  height:  420px;
  top:  0px;
  left:  500px;
  background:  #FFFFFF;
  color:  #000000;
  padding-top:  39px;

}

#footer {

  position: absolute;
  margin-top:407px;
  margin-left:0px;
  background:  #555555; 
  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;

}