/* current exhibition */
div#event {
    width: 850px;
}
div#event h2 {
    padding: 0;
    line-height: 36px;
    font-family: Palatino Linotype,Book Antiqua, Palatino, serif;
    font-size: 36px;
    color: #000;
    font-variant: small-caps;
    font-weight: normal;
    /*height: 43px;*/
    margin-bottom: 7px;
}
div#event div.image {
    float: right;
    width: 420px;
    overflow: hidden;
    padding-top: 
}
div#event div.details {
    width: 390px;
    text-align: right;
}
div#event p.date {
    font-size: 16px;
    color: #000;
    height: 30px;
}
div#event p.inauguration {
    font-size: 16px;
    color: #dc1329;
    height: 40px;
}