body {
  margin: 0;
  padding: 0;
  background-color: #340001;
  font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size: 13px;
  text-align: left;
  color: #454342;
}
ul#events{
  /*list-style: none;*/
  margin-left: 0;
  padding-left: 1em;
  margin-bottom: 5px;
}
.events a{
  color: #ccffff;
}
li{
  margin-bottom: 5px;
}
.shadow { /* Used to scroll the content. Content fits inside shadow. */
  margin: 30px auto 0px;
  width: 930px;
  height: 730px;
  background-color: transparent;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 10px 0px ! important;
}
.content {
  border: 1px solid #ffffff;
  width: 900px;
  height: 700px;
  margin-left: 15px;
  margin-top: 15px;
  background-color: #500001;
}
.leftside {
  background: #500001 top left;
  width: 220px;
  height: 640px;
  color: #f3dbaa;
}
.rightside {
  background: #f3dbaa;
  width: 680px;
  height: 640px;
  position: relative;
  left: 220px;
  top: -640px;
}
.footer {
  background: transparent url(footer.jpg) repeat-y scroll 0% 50%;
  width: 900px;
  height: 60px;
  position: relative;
  left: 0px;
  top: -640px;
}
.footer a{
  font-size: 16px;
  font-weight: bold;
}

