body {
    margin: 0;
    padding: 0;
    background: white url(background.gif) repeat-y;
    font: bold 14px/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.alternative {
    background-color: black;
}

a {
    color: #a10000;
    text-decoration: underline;
}

#left-column {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
}

#printer {
    position: absolute;
    left: 66px;
    bottom: 18px;
}

#sprid-links {
    position: absolute;
    width: 100%;
    bottom: 18px;
    line-height: 1.5;
    padding-left: 18px;
}

#sprid-links a {
    color: black;
    text-decoration: none;
}

#left-column-extra {
    position: absolute;
    background-color: #a10000;
    width: 200px;
    border-top: 16px solid black;
    height: 62px;
    border-bottom: 16px solid black;
}

#left-column-extra-extra {
    position: absolute;
    top: 94px;
    background-color: #a10000;
    width: 200px;
    height: 20px;
}

#right-column {
    margin-left: 200px;
    border-bottom: 100px solid black;
    min-width: 531px;
}

.alternative #right-column {
    background-color: white;
    border-bottom: none;
    margin-bottom: 100px;
}

#right-column h1 {
    font-size: 28px;
    line-height: 60px;
    text-transform: uppercase;
    color: #a10000;
    border-top: 18px solid black;
    height: 60px;
    border-bottom: 18px solid black;
    padding-left: 53px;
    margin: 0 0 33px -3px;
    min-width: 481px;
}

#intro {
    padding-left: 50px;
    padding-bottom: 61px;
    border-bottom: 18px solid black;
    min-width: 481px;
}

#intro p {
    margin: 17px 0 0 0;
    width: 481px;
}

.alternative #intro {
    border-bottom: none;
}

#images {
    padding-left: 50px;
    line-height: 0;
}

#images img {
    margin-top: 40px;
}

#images img:first-child {
    margin-top: 0;
}

#paragraphs {
    padding: 29px 0 0 0;
    margin-left: 113px;
    border-left: 38px solid #a10000;
}

#paragraphs p {
    position: relative;
    margin: 42px 0 0 -38px;
    padding-left: 67px;
    padding-top: 2px;
    width: 339px;
}

#paragraphs p.last {
    margin-top: 52px;
}

#paragraphs p:first-child {
    margin-top: 0;
}

#paragraphs .sign {
    display: block;
    width: 38px;
    text-align: center;
    position: absolute;
    left: 0;
    font-size: 38px;
    line-height: 0.8;
}

#about {
    text-align: right;
    padding: 129px 18px 0 0;
}

.alternative #about {
    padding-top: 89px;
}

.sprid #about {
    padding-top: 0;
    margin-top: -1em;
}

#about a {
    font-size: 11px;
    color: black;
    text-decoration: none;
    margin-left: 1em;
}

#about a:first-child {
    margin-left: 0;
}

#posters {
    margin-left: 50px;
}

#posters-small {
    width: 460px;
}

#posters-small .poster-small {
    display: block;
    float: left;
    width: 80px;
    margin-left: 15px;
    height: 56px;
    margin-top: 10px;
    background: url(poster-small-background.png) no-repeat top left;
    text-decoration: none;
    position: relative;
}

#posters-small .poster-small.first {
    margin-left: 0;
}

#posters-small .poster-small div {
    line-height: 0;
    font-size: 30px;
    visibility: hidden;
    text-align: center;
    position: absolute;
    width: 80px;
    bottom: 30px;
}

#posters-small .poster-small:hover {
    background-position: bottom left;
}

#posters-small .poster-small:hover div {
    visibility: visible;
}

#posters-spread {
    display: block;
    float: left;
    margin-left: 15px;
    width: 266px;
    height: 190px;
    background: url(poster-spread-background.png) no-repeat top left;
}

#posters-spread:hover {
    background-position: bottom left;
}

#posters-single {
    display: block;
    float: left;
    width: 136px;
    height: 190px;
    background: url(poster-single-background.png) no-repeat top left;
}

#posters-single:hover {
    background-position: bottom left;
}