/*great color:   color: #56797F;*/

body{
 background-repeat: no-repeat;
 background-attachment:fixed;
 background-color: white;
 text-align: left;
 font-family: Optima, sans-serif;
}



#homecontent {
 display: block;
 position: fixed;
 width: 350px;
 left:60px;
 top:160px;
 color: gray;
 text-align: center;
}
#grid{
 display: block;
 position: absolute;
 width: 570px;
 height: 1000px; /* controls height of scrollbar*/
 left:450px;
 top:60px;
 color: gray;
 text-align: center;
  
}
table.thumbgrid{
  table-layout: fixed;
  text-align: left;
  border-spacing: 10px 20px;
  font-size: 90%;
  border: none;
  }
  
#navcontain_home {
 display: block;
 position: relative;
 line-height: 1.2em;
 width: 350px;
 top: -4px;
}

.title {
 color:gray;
 font-family: Optima, sans-serif;
 letter-spacing: .2em;
 font-size: 90%; 
}

.courier{
  font-family: Courier;
}
/*#links {
 display: block;
 position: relative;
 top: 10px;
 left: 80px;
 text-align: left;
 font-size: 105%;
 line-height: 1.25em;
}*/

.weblinks:link{ color: white; font-family: courier;}
.weblinks:visited{ color: white; font-family: courier;}
.weblinks:hover{color: gray;}
.weblinks:active{ color: white; font-family: courier;}

a.homenav:link {color: #d2b48c;font-family:  Optima, sans-serif; font-weight: bold;font-size: 80%;text-decoration: none;}
a.homenav:visited {color: #d2b48c;font-family:  Optima, sans-serif; font-weight: bold;font-size: 80%; text-decoration: none;}
a.homenav:hover {color: gray;font-family:  Optima, sans-serif; font-weight: bold;font-size: 80%; text-decoration: none;}
a.homenav:active {color: #d2b48c;font-family:  Optima, sans-serif; font-weight: bold;font-size: 80%;text-decoration: none;}

a:link {color: black; text-decoration: underline;}    /* unvisited link */
a:visited {color: black; text-decoration: underline;} /* visited link */
a:hover {color:gray; text-decoration: underline;}   /* mouse over link */
a:active {color:black; text-decoration: underline;}  /* selected link */

