@import url("styles.css");

#banner-pane {
    position:       relative;
}

#banner-pane div {
    position:       absolute;
    height:         1em;
    bottom:         10px;
    left:           220px;
    font-size:      120%;
}

#portrait {
    border:     5px solid black; 
    position:   absolute; 
    top:        20px; 
    left:       100px;
}

#content {
    margin-left:    250px; 
    margin-top:     30px;
}

#section-links {
    left:           10px; 
    top:            140px; 
    width:          200px;
}

#section-links div {
    padding:        0 10px 10px 0;
}

