body { background-color: black; color: white; font-size: small; font-family: arial; }
a:link { color: silver; }
a:visited { color: gray; }
#container
{ width: 90%; margin: 10px auto; background-color: black; color: white; font-size: small; font-family: arial; line-height: 130%; }

#top
{ padding: 0.5em; background-color: black;  border-bottom: solid 1px gray;}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{ background: url(images/list-off.gif) no-repeat left center; padding-left: 15px; text-align: left; text-decoration: none; color: #999; font-size: small; font-family: arial; font-weight: normal; font-style: normal;f;line-height: normal; ont-variant: normal; }

#navcontainer ul li a:hover
{ background: black url(images/list-on.gif) no-repeat left center; color: white; font-size: small; font-family: arial; }

#navcontainer ul li a#current
{ background: url(images/list-active.gif) no-repeat left center; color: #666; font-size: small; font-family: arial; }

#content
{
margin-left: 200px;
border-left: 1px solid gray;
padding: 1em;
max-width: 36em;
}

#footer
{ clear: both; margin: 0; padding: 0.5em; color: white; font-size: x-small; font-family: arial; font-style: italic; background-color: black; text-align: center; border-top: 1px solid gray; }

#leftnav p { background-color: black; margin: 0 0 1em; }
#content h2 { margin: 0 0 .5em 0; font-style: italic; }
.thumbnail
{ font-size: x-small; float: left; width: 60px; border: solid 1px #999; margin: 0 15px 15px 0; padding: 5px; }

.clearboth { clear: both; }
ul#navigation
{
list-style-type: none;
margin: 0;
padding: .5em 0;
border-top: 1px solid #666;
}

ul#navigation li a
{ display: block; width: 5em; color: #fff; font-weight: bold; background-color: gray; padding: 0.2em 0; text-align: center; text-decoration: none; }

ul#navigation li a:hover
{ color: #fff; font-weight: bold; font-style: italic; background-color: silver; }

ul#navigation .left { float: left; }
ul#navigation .center { float: none; }
ul#navigation .right { float: right; }

