@CHARSET "UTF-8";

/* STAFF */

#staffentry{
min-height: 188px;
}

#staffentry img {
float: right;
padding-left: 10px;
}

.staff_name {
font-size: 16px;
font-weight: bold;
}

.staff_title {
<strong>
font-style: italic;
}


/* SPONSORS */

#sponsorentry {
min-height: 188px;

}

#sponsorentry img {
float: right;
padding-left: 10px;
padding-bottom: 10px;
}

#sponsorentry h3 {
font-weight: bold;
font-size: 16px;
}


/* SHOWCASE */

.show_entry {
padding-bottom: 15px;

}

.show_entry h3 {
font-weight: bold;
font-size: 16px;

}

/* EVENTS */

.event_entry{
padding-bottom: 15px;
}


/* CLEAR */

.clear {
clear: both;
}