body {
   color: #cccccc;
   text-align: left;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   background-color: #404040;
   font-family: Verdana, Helvetica, Arial, sans-serif;
}

div#header {
   color: #aaaaaa;
   text-align: center;
   font-size: 90%;
/*   line-height: 1.25em;*/
}

div#menu {
   text-align: center;
   font-weight: normal;
}

div#menu ul {
   border-style: none solid solid none;
   border-color: #999999;
   border-width: 2px;
   padding: 0;
   list-style-type: none;
   display: inline;
}

div#menu li {
   display: inline;
   font-weight: bold;
   padding: 0 1em 0 1em;
}

div#content {
   min-height: 500px;
   font-size: 90%;
}

div#content ul {
   list-style-type: none;
}

div#footer {
   font-weight: bold;
   font-style: italic;
   font-size: 0.7em;
   color: #888888;
   letter-spacing: 0.5em;
   text-align: center;
}

div.image {
   clear: both;
}

div.image img {
   float: left;
   margin: 0 1em 1em 1em;
   border: 1px solid #ffffff;
}

div.image a:hover img {
   border: 1px solid #0000ff;
}

div.centeredimage {
   text-align: center;
}

div.centeredimage p {
   text-align: left;
}

h1 {
   letter-spacing: 0.1em;
   font-size: 2em;
   font-weight: bold;
   font-style: italic;
}

h2 {
   color: #ffd700;
   font-size: 1.4em;
   font-weight: bold;
   font-variant: small-caps;
}

a {
   color: #ffffff;
   text-decoration: none;
}

a:hover {
   color: #cccccc;
   text-decoration: none;
}
