

/*
 background brown: #A45D09
 sky blue: #8DB6E2
 text yellow: #FFFF00
 text brown: #502A03
 title gold: #AF8107
 navbar tan: #AD6E21
 navlink cream: #E9DF9A
*/

body {
   margin: 0;
   padding: 0;
   font-family: "Lucida Grande", "Lucida Sans", sans-serif;
   color: #E9DF9A;
   font-weight: 100;
   background-color: #A45D09;
}

h1, h2, h3, h4, h5, h6 {
   color: #FFFF00;
}

a:link, a:visited {
   color: #E9DF9A;
}
a:hover {
   color: #AD6E21;
   background-color: #E9DF9A;
}

#main {
   padding-top: 10px;
   padding-left: 180px;
   padding-right: 16px;
}

#gallery img {
   margin: 10px;
   border: none;
   padding: 5px;
   background-color: #FFFFFF;
}

#fineprint{
   color: #E9DF9A;
   font-size: small;
   font-style: italic;
   text-align: right;
   float: right;
}

address {
   margin-top: 16px;
   padding-top: 16px;
   padding-bottom: 16px;
   border-top: thin dotted;
   font-size: small;
   font-weight: normal;
}

#copyright {
   color: #AD6E21;
   float: right;
   text-align: right;
   font-size: small;
   padding-bottom: 20px;
}



ul.quotes li {
   list-style-type: none;
   padding-top: 10px;
   font-style: italic;
}

/* Navbar styling */
ul.navbar {
   list-style-type: none;
   padding: 0;
   background-color: #AD6E21;
   margin: 0;
   border-top: solid #8DB6E2 16px;
   position: absolute;
   top: 0px;
   left: 16px;
   width: 150px;
   height: 100%;
}

ul.navbar img {
   margin-bottom: -3px;
}

ul.navbar a {
   text-decoration: none;
   display: block;
   margin: 0px;
   padding: 5px;
}

ul.navbar a:link, a:visited {
   color: #E9DF9A;
   background-color: #AD6E21;
}

ul.navbar a:hover {
   color: #AD6E21;
   background-color: #E9DF9A;
}