body{
    font-size: 11px;
    font-family: 'Georgia', times, serif;
    color: #333;
    line-height: 18px;
}

@font-face {
    font-family: GraublauWeb;
    src: url(fonts/GraublauWeb.otf) format('opentype');
}

@font-face {
    font-family: GraublauWebBold;
    src: url(fonts/GraublauWebBold.otf) format('opentype');
}

h2, h3, h4, h3 a{
        font-family: 'GraublauWeb', arial, sans-serif;
        color: black;
        text-decoration: none;
        font-weight: normal;
}
h3 a:hover{
    color: #666;
}

h1{
    font-family: 'Georgia', serif;
    color: black; 
    font-size: 40px;
}

hr{
    border: 1px solid black;
    margin-bottom: 20px;
}


#container{
    padding-left: 15px;
    width: 500px;
    margin-left: 130px;
    margin-top: 60px;
    padding-bottom: 50px;
}

.artists{
    color: #666;
    font-size: 11px;
}

#lineup{
    width: 600px;
    margin-top: 20px;
}

.exhibit{
    width: 125px;
    float: left;
    margin-right: 67px;
}


.exhibit h5{
    font-family: georgia;
    padding-left: 3px;
    margin-bottom: -10px;
    font-size: 11px;
    color: white !important;
    background-color: #333;
    font-weight: normal;
}


.exhibit h4{
    margin-bottom: 5px;
    font-weight: normal;
}

#footer{
    border-top: 20px solid transparent;
    font-size: 9px;
    font-family: 'Georgia';
    margin-top: 600px;
}
