html {
 /* margin-bottom: 1px;*/
  overflow-y: scroll;
  height: 100%;     
}


body {
  font: 9px/9px Verdana, Lucida Grande, Verdana, Arial, Helvetica, Sans-Serif;
  background: #FFF url('../img/visual_bg.gif') no-repeat;
  margin: 0;
  padding: 0;
}


a, a:link, a:visited, a:hover {
  color: #9A8F89; /*66635F;*/
  text-decoration: none;
}

a:hover { 
  color: #75726D; 
}


#entryGroup { 
  margin-top: 200px;
}

#entry { 
  position: relative;
  margin: 20px 10px 0 20px;
  padding: 5px;
  width: 600px; 
}



#rightCol { 
  position: relative;
  left: 500px; 
  width: 400px; 
  top: -450px;  
}

#box { 
  border:dashed 1px #aaaaaa; 
  padding: 5px;
}

/*--------Top Navigation Items-------*/
#supernav {
  position: relative;
  padding: 20px; 
  padding-left: 15px;
  margin-left: 0px;
  padding-right: 0px;
  top: 250px;
  left: 300px;
  width: 500px; 
  background-color: #FFF; 
  border: 1px dashed #000;
}

#supernav a img{ 
  border: none;
}

#supernav img {
  padding: 5px;
  margin-left: 24px; 
  background-color:black;
}


/*---------------------------------*/

#foot {
  position: relative;
  background: url('../img/black/copyright.gif') no-repeat;
  display: block;
  margin-top:75px;
  margin-left: 400px;
 
}

#photo {
  position: relative;
  background: #FFF url('../img/digital_clock.jpg') no-repeat;
/*  left: 500px; */
  top: 0px;
}
