
html {
  height: 100%;
}
body {
  background-color: #5595FF;
  color: black;
}
blockquote {
  border-color: #cfbbc0;
  background-color: #f7eff1;
  color: #5f4f53;
}
#main {
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: 0% 50%;
  color: #5f4f53;
  background-color: #5595FF;
}
#links {
  border-color: #5f4f53;
  background: #a79298 url(images/header2.jpg) repeat scroll 0% 50%;
  color: #5f4f53;
}
#footer {
  border-color: #5f4f53;
  background: #a79298 url(images/footer2.jpg) repeat scroll 0% 50%;
  color: #5f4f53;
}
#links a, #footer a {
  background-color: transparent;
  color: #5f4f53;
}
#logo {
  background: #ffffff no-repeat scroll 0% 50%;
  color: #5f4f53;
}
#links a:hover, #footer a:hover, #logo h1 {
  background-color: transparent;
  color: #ffffff;
}
#menu li a {
  border-color: #5f4f53;
  background: #a79298 url(images/button1.png) repeat scroll left center;
  color: white;
  font-weight: normal;
  text-align: center;
  line-height: 2.9em;
}
#menu li a:hover, #menu li a#selected {
  border-color: #5f4f53;
  background: #a79298 url(images/button2.png) repeat scroll 0% 50%;
  color: #ffffff;
}
#content, #column1, #column2, .sidebaritem, .sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover {
  background: #f4fbfe none repeat scroll 0% 50%;
  color: #3e3e3e;
}
input, textarea {
  border-color: #b9a7ac;
  background-color: #ffffff;
  color: #5f4f53;
}
