#center_column
{
  float: left;
  width: 920px;
  
  padding-bottom: 20px;
  
  background: #FFFFFF;
}  

.column_img
{
  float: left;
  padding-bottom: 5px;
}

.centre_img
{
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}

.event_box
{
  margin: 0px;
  font-size: 13px;
  
  padding: 16px;
  
  color: #000000;
  border-left: 1px solid #565656;
  border-right: 1px solid #565656;
  border-bottom: 1px solid #565656;
}

.event_entry
{
  float: left;
  width: 700px;

  height: 100px;
}

.upcoming_button
{
  float: left;
  width: 88px;
  height: 33px;
  text-transform: uppercase;
  background: url(../images/button_events_back.gif) no-repeat;

  font-weight: bold;
  text-align: center;
  padding-top: 0px;
  margin: 0px;
  font-family: Arial;
  font-size: 11px;
  color: #FFFFFF;
  cursor: pointer;
}

.event_buttons
{
  float: left;
  width: 100px;
  height: 100px;
}

.past_button
{
  float: left;
  width: 80px;
  height: 100px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: bold;
  margin-left: 3px;
  margin-right: 7px;
  font-family: Arial;
  font-size: 15px;
  color: #049cf2;
}
