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:250px;
 top:60px;
 color: gray;
 text-align: center;
}

#navcontain_home {
 display: block;
 position: relative;
 line-height: 1.2em;
 width: 350px;
 top: -4px;
}

#form {
 display: block;
 position: fixed;
 width: 325px;
 margin-top: 60px;
 padding-left: 35px;
 color: gray;
 font-family:  sans-serif;
 font-size: 90%;
 text-align: left;
 }

#emaillink:link {
 color: black;
 text-decoration: underline;}
#emaillink:hover{color: gray;}
 
.title {
 color:gray;
 font-family: Optima, sans-serif;
 letter-spacing: .2em;
 font-size: 90%; 
}

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

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

