body {
  font-family: Georgia, Verdana, Arial, serif;
  margin: 0;
  padding: 0;
  background: #FFFFFF url(/images/site/background.jpg) repeat scroll center top;
}

a {
  color: #EDF83D;
}

a:link, a:visited {
  color: #EDF83D;
}

a:hover {
  text-decoration: none;
  color: #D7E9BC;
}

#header {
  position: relative;
  height: 200px;
  margin-bottom: 1em;
  background: #FFFFFF url(/images/site/header_background.png) repeat scroll left center;
}

#logo {
  position: absolute;
  left: 10px;
  bottom: 0;
}

#sidebar {
  background-color: #E4F7D8;
}

#sidebar h2 {
  font-family: Verdana, Arial, "Times New Roman", Times, serif;
  margin: 0.5em 0 0.5em 1em;
  font-size: 160%;
}

#category {
  margin-left: 0.5em;
  list-style: none;
  padding-left: 1em;
}

#category li {
  margin-bottom: 0.5em;
  background-image: url(/images/site/striped-french-marigold_16.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 2em;
}

#category li a {
  color: #7FAC62;
  font-weight: bold;
  font-family: Geneva, "Lucida Sans Unicode", sans-serif;
  text-decoration: none;
  font-size: 110%;
}

#category li a:hover {
  text-decoration: underline;
}

#content h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: right;
  font-style: italic;
  font-weight: bolder;
}

#content h2 {
  font-family: Tahoma, Arial, "Times New Roman", Times, serif;
  margin-bottom: 0.5em;
}

#footer {
  margin-top: 1em;
  text-align: center;
}

#footer p {
  padding: 0.5em 0;
  margin: 0;
}

#copyright {
  background-color: #F9A192;
}

#copyright a {
  font-weight: bold;
}

#copyright a:link, #copyright a:visited {
  text-decoration: none;
  color: #0F60B0;
}

#copyright a:hover {
  text-decoration: underline;
}

#selected {
  background-color: #515161;
}

.item {
  font-family: "Lucida Sans Unicode", Tahoma, Arial, san-serif;
  padding: 1em;
  margin-bottom: 1em;
  font-size: 110%;
}

.image {
  text-align: center;
  cursor: pointer;
}

.image img {
  border: 1px solid;
  width: 200px;
}

