html, p, a
    {
        font-size: 15px;
        line-height: 1;
        margin: 0;
    }
    
    a
    {
        text-decoration: none;
        color: inherit;
    }
    
    #main
    {
        position: relative;
        top: 165px;
        width: 900px;
        margin: 0 auto 210px;
    }
    
    .heading
    {
        text-align: center;
        font-size: 1.4rem;
        font-style: italic;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0;
    }

.sub-heading {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 50px;
    margin-bottom: 50px;
}
    
    #intro
    {
        width:900px;
        margin: auto;
    }
    
    #intro-vid
    {
        display: inline-block;
        float: left;
        width: 33%;
    }
    
    #intro-img
    {
        display: inline-block;
        float: right;
        width: 33%;
        
    }
    
    #intro-img img
    {
        float: right;
    }
    
    .intro-cell
    {
        text-align: center;
        display: inline-block;
        width: 33%;
        margin: 0 auto 0;
    }
    
    .intro-cell h4
    {
        font-weight: normal;
        margin: 0 0 3rem;
    }
    
    #curators
    {
        text-align: center;
        margin: 0 0 3rem;
    }
    
    .cdet
    {
        display: inline-block;
        font-size: 0.8rem;
        font-style: italic;
        margin-bottom: 0.5rem;
    }
    
    .large-margin
    {
        margin-bottom: 1.4rem;
    }
    
    .small-margin
    {
        display: inline-block;
        margin-bottom: 0.5rem;
    }
    
    .info-cont
    {
        display: table;
        max-width: 900px;
        margin: auto;
        border-collapse: collapse;
    }
    
    #info-top
    {
        display: table-row;
        border-bottom: 1px solid;
    }
    
    #info-bottom
    {
        display: table-row;
    }
    
    .info-cell
    {
        display: table-cell;
        vertical-align: top;
        border-left: 1px solid;
        border-right: 1px solid;
    }
    
    #text-cell
    {
        font-size: 0.8rem;
        text-align: justify;
        margin: 0 0.5rem;
        line-height: 1.1;
    }
    
    #info-l-img
    {
        margin: 0 0.7rem 0;
    }
    
    #info-r-img
    {
        margin: 0 0.3rem 0;
    }
    
    .info-cap
    {
        font-size: 0.7rem;
        font-style: italic;
        text-align: center;
    }
    
    #nav-left
    {
        display: table-cell;
        width: 54%;
        border-left: 1px solid;
        padding-right: 4rem;
        padding-left: 0.7rem;
        text-align: justify;
    }
    
    #nav-right
    {
        display: table-cell;
        border-left: 1px solid;
        border-right: 1px solid;
        padding-left: 0.7rem;
        text-align: justify;
    }
    
    .nav-entry
    {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    
    .detail
    {
        font-size: 0.8rem;
    }
    
    .pub
    {
        font-style: italic;
        margin-left: 2rem;
    }
    
    .non-italic
    {
        font-style: normal;
    }
    
    #nn1 
    {
        background-color:#fff;
    }
    .nn2 
    {
        background-color:#fff;
    }

    #nn 
    {
        left:50%;
        width:890px;
        margin-left: -451px;
    }
    
    .search_button 
    {
	   color:#000;
    }

    .search_input 
    {
	   border-color:#000;
	   background-color: #fff;
	}