body { 
  background-image: url("images/gradback.jpg");    
  font-family:      sansserif, Georgia, "Times New Roman", Times;
  font-size:        small;
  margin:           20px;
}


#header {
   text-align:       left;
   width:	     800px;
   height:           100px;
   border:           1px solid black;
   margin:           auto;
   background-color:  #6a8455;
   padding:          0px;
}

#enterhere {
  width:	    463px;
  height:           45px;
  border:	    1px solid black;
  border-bottom:    none;
  background-color: #6a8455;
  padding:          0px;
  margin:           auto;
  font-weight:      bold;
  font-size:        2.7em;
  text-align:       center;
}

#picture  {
  width:	    463px;
  height:           500px;
  border:           1px solid black;
  padding:          0px;
  background-color: #6a8455;
  margin:           auto;
}

.imgleft {
  float:	   left;
  padding:	   0px;
}

.imgright {
  float:           right;
  padding:         0px;
}

a:link {
  color: #800000;
  text-decoration: none;
}

a:visited {
  color: #800000;
  text-decoration: none;
}
 
a:link:hover, a:visited:hover {
  color: #ff6347;
  text-decoration: none;   
}

a:link img {
  border-style:   none;
}
a:visited img {
  border-style:   none;
}
a:link:hover img, a:visited:hover img {
  border-style:   none;
}


