html, body {
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}
body {
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 75%;
  background-image: url('images/back.jpg');
}
a img {
  border: none;
}
#header {
  width: 751px;
  margin: 0px auto;
}
#container {
  width: 751px;
  margin: 0px auto;
  background-image: url('images/back_red.jpg');
  background-repeat: repeat-x;
  background-color: white;
  position: relative;
  text-align: left;
}
#sidebar {
  float: right;
  background-image: url('images/back_rec.jpg');
  background-repeat: repeat-x;
  background-color: #DC2521;
  width: 200px;
  border: 1px solid white;
  padding: 15px;
  color: white;
}
*html #sidebar {
  width: 230px;
}
#sidebar a {
  color: white;
  text-decoration: underline;
}
#content {
  width: 510px;
  float: left;
}
.box {
  background-color: white;
  border: 1px solid black;
  padding: 10px;
  margin: 0px 10px 10px 10px;
}
*html .box {
   width: 100%;
}
.title {
  color: #ff0000;
  font-size: 30px;
  font-family: 'arial narrow', 'arial', 'verdana', 'sans-serif';
  font-weight: bold;
  text-transform: uppercase;
}
.title2 {
  color: #ff0000;
  font-size: 25px;
  font-family: 'arial narrow', 'arial', 'verdana', 'sans-serif';
  font-weight: bold;
}
.red {
  color: #ff0000;
}
.bold {
  font-weight: bold;
}
.clear {
  clear: both;
}
a {
  color: red;
}
.heading {
  font-weight: bold
}
.center {
  text-align: center;
}
.caps {
  text-transform: uppercase;
}
.top_margin {
  margin-top: 20px;
}
#sidebar hr {
  color: white;
}
ul {
  padding: 0px 7px;
  margin: 0px;
}
li {
  padding: 3px;
}
.box .link {
  float: right;
  font-weight: bold;
}
ul.c_events {
  padding: 0px 20px;
}
#footer {
  text-align: right;
}