#event_page {

  position:  relative;
  width:  960px;
  top:  72px;
  padding-top:  20px
  padding-left:  10px;
  background:  #FFFFFF;
  color:  #000000;

}

#event_table {

  float:left;
  border: 1px solid #cccccc;
  border-right:  2px solid #cccccc;
  border-bottom:  2px solid #cccccc;
  text-align:  center;
  background:  #FFFFFF;

}

#event_table tr th strong{

  color:  #FFFFFF;


}

#footer {

  float:left;
  background:  #555555;
  height:20px;
  margin-top:20px;
  width:  940px;
  border-top:  3px solid #AAAAAA;
  text-align:  center;
  padding-top:  3px;
  font-size:  10px;
  color:  #FFFFFF;

}

#footer_right {

  float:  right;
  padding-right:  12px;
  color:  #FFFFFF;

}

#footer_email {

  float: left;
  padding-left:12px;
 
}

#footer_email a {

  color:  #FFFFFF;
  text-decoration:  none;

}