body {
  background-color: #E8EFDC;
}
.headerDiv {
  height: 240px;
  background-image: url("images/limestone.jpg");
  min-width: 1200px;
}
.menuDiv {
  background-color: #eeaa77;
  height: 40px;
  min-width:1200px;
}
.infoDiv {
  background-color: #E8EFDC;
  height: 520px;
  width:1345px; 
  margin-right:auto;
  margin-left:auto;
  min-width:1350px; 
}
.centerHeader {
  width:1345px; 
  margin-left:auto; 
  margin-right:auto;
}
.frameHeader {
  background-color: #D8DECC;
  width:1345px;
}
.infoBoundDiv {
  float: left;
  margin-right:30px;
  color: #435525;
  font-size: 16px;
  padding-top:0;
  width:300px;
}
.footerDiv {
  background-color: #D8E5C3;
  height: 30px;
  min-width:1200px;
  text-align:center;
  padding-top:20px;
}
.picDiv {
  height: 300px;
  /*border: 1px solid orange;*/
}
body {
  margin:0;
  padding:0;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  text-align: justify;
}
h3 {
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-weight: normal;
   font-size: 18px;
   text-decoration: none;
   text-transform: uppercase;
}

