.main_latest_events
{
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%; /*300px;*/
  /*background-color: #E7EEF1;*/
  font-size: 12px;
}

/* ORIGINAL
.main_latest_events h2
{
  margin: 0px 0px 0px 0px;
  background-image: url('images/box_header.gif');
  background-color: #AFD3FD;
  padding: 1px;
  text-align: center;
  font-size: 11px;
  font-family: verdana;
}
*/

/*
.main_latest_events .date
{
  clear: left;
  margin: 0px 0px 0px 0px;
  background-color: rgb(216,222,230);
  padding: 1px 1px 1px 10px;
  font-size: 11px;
  font-family: arial;
}*/

.main_latest_events .event
{
  background-color: #e7eef1;
  margin: 0px 0px 2px 0px;
}

.main_latest_events .photo
{
  float: left;
  margin: 6px;
}


.main_latest_events h3
{
  margin: 6px;
}

.main_latest_events h3 a
{
  text-decoration: none;
}

.main_latest_events h3 a:hover
{
  text-decoration: underline;
}

.main_latest_events .date
{
  font-weight: bold;
  font-size: 11px;
  margin: 6px;
}

.main_latest_events .clear
{
  clear: both;
}

/*
.main_latest_events .footer
{
  clear: left;
  background-color: rgb(216,222,230);
  padding: 1px 10px;
  font-size: 11px;
  font-family: verdana;
  text-align: right;
}
*/