@import "style.css";
#wrapper  {
margin-top:10px;
}
#details {
padding: 30px 10px 20px 10px;
margin: 0 0 10px 10px;
background-color: #FFF;
} 

#eventlisting {
margin-left: 10px;
}
.eventListingItem {
background-color: #FFF;
height: 110px;
font-size: 12px;
margin-bottom: 10px;
}
.eventListingItem:hover {
cursor: pointer;
background-color: #EEE;
}
.eventListingItem img {
float: left;
margin-right: 10px;
}
.topline {
width: 610px;
float: left;
}
.title {
float: left;
color: #222;
width: 180px;
font-size: 14px;
clear: right;
}
.eventtype {
text-transform: uppercase;
font-size: 10px;
color: #888;
}

.dates {
color: #888;
float: right;
width: 140px;
text-transform: uppercase;
font-size: 10px;
}
.summary {
width: 740px;
padding-right: 10px;
}
#footer {
margin-top: 0;
}