body {
   font-family: Georgia, Utopia, 'Liberation Serif', serif;
   background-color: #2f3a42;
   color: #469;
   text-decoration: none;
   word-spacing: normal;
   text-align: left;
   letter-spacing: 0;
   line-height: 1.4em;
   font-size: 1em;
   margin: 0;
   padding: 0;
}

a:link, a:visited, a:hover, a:active {
   text-decoration: none;
}

a:link {
   color: #404c63;
}

a:visited {
   color: #263;
}

a:hover {
   color: #000;
   background-color: #bdd8de;
}

#main {
   width: 80%;
   height: 1080px;
   margin-left: 10%;
   margin-right: 10%;
   background: url(images/ernie.jpg) no-repeat top right;
}

#nav {
   float: left;
   padding-right: 1.2em;
   font-family: Georgia, Utopia, 'Liberation Serif', serif;
   text-decoration: none;
   word-spacing: normal;
   text-align: left;
   font-size: 2.0em;
   line-height: 1.4em;
   letter-spacing: -0.05em;
   background: url(images/semi_mint.png) repeat top left;
}

#nav ul {
   list-style: none;
}

#addr {
   font-size: 75%;
   letter-spacing: 0;
   line-height: 1em;
}

#addr  a:link{
   color: #863;
}

