/*
2006-06-09  Created from scratch.  pmg

   #302617 - v.dark gold.    image border.
   #3D301D - dark gold.      background.
   #A09050 - gold.           plain text. image border hover.
   #AA9A5A - lighter gold.   showey plain text.
   #D9C970 - bright gold.    h1, a

   #FFFF55 - yellow.         a:hover

*/


body {
   background: #3D301D;
   background-image: url("collage background.jpg");
   background-repeat: repeat-y;
   background-position: right;
   color: #A09050;
   font-size: x-small;
   }

div.main {
   width: 70%;
   }

h1 {
   color: #D9C970;
   font-size: medium;
   }

p  {
   font-family: sans-serif;
   clear: both;
   }

a  {
   color: #D9C970;
   text-decoration: none;
   }

a:hover {
   color: #FFFF55;
   }

img {
   border: solid #302617 5px;
   float: left;
   margin-right: 20px;
   }

img:hover {
   border: solid #A09050 5px;
   }

em {
   color: #AA9A5A;
   font-variant: small-caps;
   font-style: normal;
   font-size: 120%;
   font-weight: 130%;
   }

em:first-letter {
   font-size: 200%;
   }

div#nav {
   position: fixed;
   left: 40px;
   bottom: 20px;
   margin-top: 40px;
   }

div#nav img {
   border: none;
   margin: 0px;
   }
