/* Generated by KompoZer */
body {
  padding-left: 0px;
  background-color: #1b0603;
  color: #663300;
}
#container {
  margin: 0px auto;
  width: 950px;
}
#main {
  width: 950px;
}
#nav {
  padding: 0px;
  width: 950px;
  font-size: 10pt;
  height: 27px;
}
#nav li {
  border-style: ridge;
  border-color: yellow;
  padding: 0px 1px;
  text-align: center;
  height: 20px;
  min-width: 115px;
  display: inline;
  float: left;
}
#nav a {
  font-weight: 900;
  text-decoration: none;
  color: yellow;
}
#logo {
  width: 250px;
  height: 285px;
  background-position:  center center;
  background-image: url(images/logo_cropped.250x285.jpg);
}
#area1 {
  margin-right: 15px;
  margin-left: 15px;
}
#area2 {
  margin-right: 15px;
  margin-left: 15px;
  clear: both;
}
#footer {
  text-align: center;
  font-weight: bold;
  width: 835px;
}
#footer li {
  display: inline;
  float: none;
  text-align: center;
}
#footer a {
  font-weight: 900;
  text-decoration: none;
  color: yellow;
}
#footer a:hover {
}
#footer span {
  margin: 10px 0px;
  display: block;
  clear: both;
  color: black;
  text-align: center;
}
#sidebar {
  padding: 10px;
  background-color: #490000;
  margin-top: 20px;
}
span a:link, p a:link {
  color: yellow;
  text-decoration: underline;
}
span a:visited, p a:visited {
  color: orange;
  text-decoration: underline;
}
span a:active, p a:active {
  color: white;
  text-decoration: underline;
}
ul#menu { 
  width: 100%;
  height: 43px;
  background: #1b0603 url("../images/menu-bg.gif") top left repeat-x;
  font-size: 0.8em;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#menu li {
  display: block;
  width: 132px;
  float: left;
  margin: 0 0 0 0px;
}
ul#menu li a {
  height: 43px;
  color: #777;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 132px;
  float: left;
  line-height: 200%;
  padding: 8px 15px 0;
}
ul#menu li a:hover {
  color: #333;
}
ul#menu li a.current{
  color: #FFF;
  background: #1b0603 url("../images/current-bg.gif") top left repeat-x;
  padding: 5px 15px 0;
}
