body{
  font-family: Arial,sans-serif;
  font-size: 80%;
  color: #000000;
  line-height: 1.166;
  margin: 0px;
  padding: 0px;
}
p{
  font-family: Arial,sans-serif;
  padding: 8px;
}
a{
  color: #ff0000;
  text-decoration: none;
}
a:visited{
  color: ff0000;
  text-decoration: none;
}
a:hover{
  color: #000080;
  text-decoration: underline;
}
a:active{
  color: #ff0000;
  text-decoration: none;
}
h1{
  font-family: Tahoma,Arial,sans-serif;
  font-size: 130%;
  color: #000000;
  margin: 0px;
  padding: 0px;
}
h2{
  font-family: Arial,sans-serif;
  color: #000000;
  margin: 0px;
  padding: 0px;
}
h3{
  font-family: Arial,sans-serif;
  color: #000000;
  margin: 0px;
  padding: 10px;
}
h4{
  font-family: Arial,sans-serif;
  color: #000080;
  margin: 0px;
  padding: 8px;
}
h5{
  font-family: Arial,sans-serif;
  color: #000000;
  margin: 0px;
  padding: 10px;
}
#header{
  padding: 7px;
  border-top: 2px solid #ff0000;
  border-right: 2px solid #ff0000;
  border-left: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  height: 90px;
  width: 100%;
  background-image: url(images/ampcologo.jpg); 
  background-repeat: no-repeat;
  background-position: center;
}
#navmain {
  padding: 0px;
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  width: 60%;
  font-family: Arial,sans-serif;
  font-size: 80%;
}
#nav {
  padding: 0px;
  border-bottom: 2px solid #d3d3d3;
  border-top: 2px solid #d3d3d3;
  border-right: 2px solid #d3d3d3;
  border-left: 2px solid #d3d3d3;
  background-color: #d3d3d3;
  width: 20%;
  background-image: url(images/little_man.jpg); 
  background-repeat: no-repeat;
  background-position: top;
}
#status {
  padding: 0px;
  border-bottom: 2px solid #d3d3d3;
  border-top: 2px solid #d3d3d3;
  border-right: 2px solid #d3d3d3;
  border-left: 2px solid #d3d3d3;
  background-color: #d3d3d3;
  width: 20%;
  background-image: url(images/ampcomansm.jpg); 
  background-repeat: no-repeat;
  background-position: top;
}
#footer {
  padding: 7px;
  border-bottom: 1px solid #E2EAEF;
  border-top: 1px solid #E2EAEF;
  background-color: #d3d3d3;
  width: 100%;
}
#products {
  align: center;
  padding: 8px;
  font-family: Arial,sans-serif;
  font-size: 85%;
  border-bottom: 1px solid;
}


