* {
  margin: 0px;
  padding: 0px;
}
body {
  background-image:url('images/small-stars.gif');
  background-repeat:repeat;
  background-color: black;
  color: black;
  font-family: Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
  text-align: left;
}
p {
  margin: 20px 0px;
  font-size: 12px;
}
h1 {
  color: #696969;
  text-align: center;
  font-size: 17px;
}
h2 {
  color: black;
  text-align: center;
    font-size: 15px;
}
h4 {
  color: black;
  text-align: center;
  font-size: 14px;
}
h5 {
  color: #696969;
  text-align: center;
  font-size: 13px;
}
#flash_banner {
  width: 760px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
}
#container {
  width: 760px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;  
}
#header {
  width: 760px;
  height: 178px;
  position: relative;
  background-color: black;
 }
#main {
  position: relative;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0px 0px 0px;
  clear: both;    
}
#footer {
  width: 760px;
  height: 60px;  
  position: relative;
  background-color: black;
  clear: both;    
}
#footer p {
  padding: 13px 0px 0px;
  width: 760px;
  text-align: center;
  color: white;
  font-weight: bold;
}
#navlist {
  padding: 5px 1px 10px 130px;
  margin-left: 0px;
  font: bold 12px  Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
}
#navlist li {
  list-style: none;
  margin: 0;
  border-top: 1px solid gray;
  display: inline;
}
#navlist li a {
  padding: 0.25em 0.5em 0.25em 0.75em;
  border-left: 1em solid #AAB;
  background: white;
  text-decoration: none;
}
#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }
#navlist li a:hover {
  border-color: white;
  color: #FFF;
  background: #332;
}
#links {
  text-align: center;
  position: relative;
}
#phone {
  float: left;
  width: 300px;
  height: 100px;
}
#email {
  float: right;
  width: 300px;
  height: 100px;
}
.centerimage {
  margin-left: auto;
  margin-right: auto;
}
.clear {
  clear: both
}
.padding {
  padding-top: 10px;  
  padding-bottom: 10px;
}
.center {
  text-align: center;
}

