#header {
  width: 100%;
  height: 150px;
  border-bottom: 3px solid black;
  padding-bottom: 20px;
  /*background-color: #EEEBA0;
  margin-bottom: 20px;*/
}
#lphone {
 float: left;
 margin-top:125px;
 height:20px;
 width:195px;
 font-weight: bold;
}
.inland {
  float:left;
  margin: 0;
  margin-top: 6px;
  height: 150px;
  width: 610px;
  background-color: #fed943;
 }
.inland img {
  margin-left: auto;
  margin-right: auto;
  display:block;
  border: 0;
  height: 150px;
  width: 610px;
  /*border: 3px outset #fecb00;
  border-top: 3px solid #fecb00;
  border-left: 3px solid #fecb00;
  border-right: 3px solid #fed943;
  border-bottom: 3px solid #fed943;*/
}


#rphone {
 float: left;
 margin-top:125px;
 text-align: right;
 height:20px;
 width:195px;
 font-weight: bold;
}


table.images {
margin-top: 0;
margin-bottom: 0;
border-collapse: collapse;
width: 100%;
border-top: 3px solid black;
margin-left: 1px;
}




