body {
  margin: 0px;
  padding: 0px;
  background-color: #777777;
  color: #ff9c00;
  font-family: Arial, Helvetica, sans-serif;

}

#box{
  top: 0px;  
  background-color: #ffffff;
  margin-left:100px;
  margin-right:100px;
  border: 1px solid #000000;
}

#header1{
  background-color: #000000;
  background-repeat: x-repeat;
  background-image: url(pics/banner2b.jpg);  
  height:80px;
}

#header1 li {
  float:left;
  padding-right:2em;
  list-style-type:none;
}

#header1 li a {
   text-decoration: none;
   font-weight: bolder;
   letter-spacing: 0.1em;
   color: #ff9c00;
}

#header1 ul {
  margin-top: 30px;
  float: left;
  clear: both;
}

#header2{
  background-image: url(pics/banner1b.jpg);
  background-repeat: no-repeat;
  background-position: right;
  height:80px;
}

#content{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 10px;
  color: #000000;
  background-color: #ffffff;
}

#sitemeter {
  position: absolute;
  left: -999px;
}

.cover {
   border: 1px solid #000000;
   float: left;
   margin-right: 10px;
}

.item {
   clear: both;
   padding-top: 5px;
}

a {
  color: #000000;
}

h1 {
  color: #000000;
  font-size: x-large;
  padding-top: 10px;
  border-bottom: 1px solid #cccccc;
  clear: both;
}

h2 {
  font-size: large;
  margin-top: 2px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #cccccc;
  letter-spacing: 0.1em;
}

