body {
  width: 800px;
  background-color: #fff;
  color: #333;
  margin: 20px auto;
  padding-bottom: 10px;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 14px;
  line-height: 19px;
}

h1 {
font-size: 3em;
line-height: 1em;
border-bottom: 5px solid #333;
}

h2 {
clear: both;
font-size: 2em;
line-height: 1em;
border-bottom: 2px solid #333;
padding-top: 10px;
}

.currentevent {
clear: both;
width: 800px
magin: 0;
padding: 0;
padding-top: 20px;
padding-bottom: 20px;
}

.date {
float: right;
line-height: 2.1em;
}

.speaker {
font-size: 1.5em;
line-height: 1.2em;
font-weight: bold;
border-bottom: 1px dotted #333;
}

.title {
margin-bottom: 10px;
}

.speakerpic {
float: left;
margin: 0;
padding: 0;
width: 240px;
font-size: 0.7em;
line-height: 1em;
}

.speakerpic img {
margin-bottom: 5px;
}

.eventdescription {
margin: 0;
padding: 0;
width: 550px;
float: right;
}

.eventdescription p {
padding-top: 0;
margin-top: 0;
}

.links {
margin-top: 10px;
text-align: right;
}

a {
  text-decoration: none;
  color: #66f;
}

a:visited {
  text-decoration: none;
  color: #66f;
}

a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #66f;
}

a:active {
  text-decoration: none;
  color: #fff;
  background-color: #66f;
}

.pastevent {
width: 300px:
margin: 0;
padding: 20px 25px;
float: left;
}

.pastspeaker {
width: 350px;
font-size: 1.5em;
line-height: 1.2em;
font-weight: bold;
}

.pastpic {

}

.pastdescription {

}