html, body { 
  height: 100%; 
  margin: 0; 
  padding: 0;
  background-color: #d0d0d0;
}

a {
  text-decoration: none;
/*  color: #009;*/
  color: #557;
}

#root { 
  border: 0; 
  background-color: #c0c0c0; 
  height: 550px; 
  width: 100%;
  position: absolute; 
  top: 5%; 
  color: black; 
  border-bottom: 1px solid #000;
}


/*#root {
  position: absolute;
  height: 380px;
  width: 100%;
  top: 50%;
  left: 0px;
  margin: -190px 0px 0px 0px;
  padding: 0px;
  border-bottom: 1px solid #000;
  background-color: #c0c0c0;
}*/


#headercont {
  border-top: 1px solid #000;
  width: 100%;
}

#contact {
  float: right;
  font-size: smaller;
  text-align: right;
}

#header {
  position: relative;
  width: 700px;
  margin-left: -350px;
  left: 50%;
  height: 62px;
/*  border: 1px solid #000;*/
}

#contentcont {
  background-color: #fff;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  width: 100%;
}

#content {
  position: relative;
  width: 700px;
  left: 50%;
  margin-left: -350px;
  background-color: #fff;
  padding: 10px 0px;
}

#nav {
  float: left;
  font-size: smaller;
  width: 104px;
  height: 395px;
  border: 1px solid #000;
  background-color: #c0c0c0;
  padding: 15px 5px;
}

#nav ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
}

#nav ul li {
  margin: 0px;
  padding: 0px;
  border: 1px solid #c0c0c0;
}

#linkhere {
   background-color: #ccd;
  border: 1px inset #778;
}

#nav ul img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

#nav a
{
  display: block;
  text-decoration: none;
  /*background-color: #036;*/
  padding: 0px;
  margin: 0px;
}

#nav a:link, #nav a:visited
{
  color: #000;
  text-decoration: none;
}

#nav a:hover
{
  background-color: #ddd;
  color: #000;
}

#content img {
  margin: 0px 0px 0px 2px;
  padding: 0px;
  border: 1px solid #808080;
}

#foot {
  text-align: center;
  font-size: 12px;
  background-color: #c0c0c0;
}

#copy {
  padding-left: 6px;
  margin-left: 120px;
  height: 420px;
  font-size: 0.95em;
  font-weight: 100;
/*  border: 1px solid #f00;*/
}

p { text-indent: 2em; }
