body {
    margin: 0;
    padding: 0;
    background: url(/img/paper.jpg) center top repeat;
    color: #3B3016;
    font-family: Georgia, serif;
    line-height: 1.5;
}

a {
    color: #366056;
    text-decoration: none;
    border-bottom: 1px solid #889789;
}

#concrete {
    height: 50px;
    background: url(/img/concrete.jpg) center top repeat-x;
}

h1 {
    margin: 0;
    padding: 10px;
    font-size: 1em;
    text-align: center;
}

h1 a {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1ex;
    color: #232323;
    border: none;
}

h2 {
    font-family: Optima, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #79452F;
}

#main {
    background: url(/img/top.jpg) center top repeat-x;
    text-align: center;
}

#wall {
    height: 300px;
    text-align: center;
}

#wall img {
    margin-top: 7px;
}

#content {
    margin: 50px auto;
    width: 780px;
    text-align: left;
}

#events {
    float: right;
    margin-left: 30px;
    width: 300px;
}

.event {
    width: 300px;
    margin-bottom: 2em;
}

.event h3 {
    margin: 0;
    text-indent: -9999px;
}

.event p {
    margin: .6em 0;
}

.event p.date,
.event p.location {
    margin-left: 128px;
}

.event.play {
    background: url(/img/event_play.png) no-repeat;
}
.event.stamps {
    background: url(/img/event_stamps.png) no-repeat;
}
.event.correspondence {
    background: url(/img/event_correspondence.png) no-repeat;
}
.event.never {
    background: url(/img/event_never.png) no-repeat;
}

#footer {
    clear: both;
    background: url(/img/paper_dark.jpg) repeat-x top;
    color: #4B4129;
    text-align: center;
}

#footer-content {
    width: 780px;
    padding: 10px 0 30px;
    margin: 0 auto;
    text-align: left;
}

#footer-content img {
    margin: 0 35px 0 0;
    position: relative;
}

#footer-about {
    float: right;
    width: 400px;
    margin-top: 15px;
}

a#buy-tickets-button {
    margin-left: -5px;
    display: block;
    width: 100px;
    height: 40px;
    background: url(/img/buy_tickets_button.png) 0 0;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
}

a#buy-tickets-button:hover {
    background-position: 0 80px;
}

a#buy-tickets-button:active {
    background-position: 0 40px;
}
