body {
    background-image: url(assets/images/12days/12days-bg.jpg);
    background-repeat: repeat-x;
    background-color: #243F20;
    margin: 0px auto;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
}

#page {
    width: 961px;
    margin: 0px auto;
}

#header {
    width: 956px;
    height: 171px;
    margin: 0px auto;
}

#menu {
    color: #967447;
}

#menu a {
    text-decoration: none;
    color: #967447;
    font-size: 14px;
}

#menu ul {
    padding: 0px;
    margin: 0px;
    display: inline;
}

#menu li {
    display: inline;
    list-style-type: none;
    padding-left: 0px;
}

#menu li:after {
    content: " | ";
    padding: 8px;
}

#menu li.last:after {
    content: " | ";
    padding: 8px;
}

#flash {
    width: 961px;
    height: 343px;
    margin: 0px auto;
    background-color: #c99c60;
}

#content {
    width: 921px;
    margin: 0px auto;
    background-image: url(assets/images/12days/12days-content_bg.jpg);
    background-repeat: repeat-y;
    padding: 20px;
    min-height: 495px;
    line-height: 1.4em;
    color: #643d2e;
    font-size: 14px;
/*     height: 535px; */
}

#content a, #content a:visited, #content a:hover, #content a:active {
    color: #a62f3b;
    text-decoration: none;
}

#footer {
    width: 921px;
    margin: 0px auto;
    background-color: #89927d;
    padding: 20px;
    min-height: 20px;
    font-size: 10px;
    color: #c2c7bb;
    text-align: center;
}

#volunteer {
    background-image: url(assets/images/12days/12days-volunteer.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 167px 30px 20px 50px;
    text-align: left;
    color: #643d2e;
    font-size: 14px;
    min-height: 308px;
}

#sponsor {
    background-image: url(assets/images/12days/12days-sponsor.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 167px 40px 20px;
    text-align: left;
    color: #967447;
    font-size: 14px;
    min-height: 308px;
}

#contact {
    background-image: url(assets/images/12days/12days-contact.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 167px 40px 20px 55px;
    text-align: left;
    color: #643d2e;
    font-size: 14px;
    min-height: 308px;
}

div.hr {
background-color: #643d2e;
height: 1px;
margin-bottom: 20px;
}

div.hr hr {
  display: none;
}

#celebration {
    min-height: 10px;
    width: 921px;
    padding: 20px;
    margin: 0px auto;
    background-color: #e3dfd3;
    color: #5a2e23;
    font-family: impact, sans-serif;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
}

#celebration a, #celebration a:hover, #celebration a:active, #celebration a:visited {
    text-decoration: none;
}

