*, *::before, *::after { box-sizing: border-box; }

body {
    margin: 0;
    padding: 1.5em 0;
    background: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #cccccc;
}

a:link    { color: #FFCC00; text-decoration: none; }
a:visited { color: #FFCC00; text-decoration: none; }
a:hover   { color: #ffffff; text-decoration: none; }

.page {
    width: 750px;
    margin: 0 auto;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 750px;
}

nav {
    display: flex;
    align-items: center;
    height: 45px;
}

nav a,
nav a:link,
nav a:visited {
    display: inline-block;
    padding: 0 14px;
    height: 45px;
    line-height: 45px;
    font-size: 9pt;
    font-weight: bold;
    color: #20333A;
    text-decoration: none;
}

nav a:hover { color: #cc0000; }

.topbar, .bottombar {
    display: block;
    width: 750px;
}

.layout {
    display: grid;
    grid-template-columns: 250px 500px;
    width: 750px;
    background-image: url('nrp_bgcolour.jpg.jpg');
    background-color: #20333A;
}

.sidebar {
    border-right: 1px solid gray;
    min-height: 420px;
}

.sidebar img {
    display: block;
}

.content {
    padding: 16px 20px 20px 20px;
}

.section-title {
    border-bottom: 1px dashed gray;
    padding-bottom: 8px;
    margin-top: 0;
    margin-bottom: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #f0ead6;
    letter-spacing: 0.04em;
}

hr.divider {
    border: none;
    border-bottom: 1px dashed gray;
    margin: 1.5em 0;
}

.book {
    margin-bottom: 1.8em;
}

.book-title {
    font-size: 10pt;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.5em;
    margin-left: 132px;
}

.book-body {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 12px;
}

.book-body img { display: block; }
.book-body p { margin-top: 0; }

.pub-cover {
    display: block;
    margin-bottom: 1em;
}

footer {
    color: #666666;
    font-size: 7pt;
    margin-top: 6px;
    text-align: center;
}
