/*
 * ENTIRE PAGE
 */

html, body {
    background: #eeeeee;
    height: 100%;
    margin: 0;
}

th {
    background: transparent;
    text-align: right;
}

div.container {
    background: white;
    border-left: 2px solid #dddddd;
    border-right: 2px solid #dddddd;
    min-height: 100%;
}

div.hr {
    border-bottom: 1px dotted black;
    clear: both;
    margin: 18px;
}

/*
 * HEADER
 */

#header img {
    height: 145px;
    margin: 0 18px;
    width: 865px;
}

/*
 * LEFT MENU
 */

#menu { overflow: hidden; }

#menu a { color: black; }
#menu a:hover { color: #cf4238 }

#menu p {
    border-bottom: 1px dotted black;
    font-weight: bold;
    line-height: 3em;
    margin: 0 18px;
}
#menu p.last { border: none; }

#menu em {
    color: #cf4238;
    font-style: normal;
}

#menu div.bottom {
    padding-top: 12em;
}
#menu div.bottom img {
    border-bottom: 1px dotted black;
    margin: 0 18px;
    padding: 9px 0;
}
#menu div.bottom img.last { border: none; }

#music { margin: 0 18px; }

/*
 * CONTENT
 */

#intro {
    font-size: 1.8em;
    font-family: serif;
    margin-bottom: 18px;
    min-height: 205px;
}

h1, h2 { margin: 0 18px; }
p { margin: 1em 18px; }

/*
 * ALERT PANEL
 */

#alertPanel {
    bottom: 0;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
img#alertClose {
    cursor: pointer;
    right: 0;
    position: absolute;
}
#alertPanel div {
    background: #eeeeee;
    border: 2px solid black;
    margin: 0 auto;
    position: relative;
    width: 450px;
}
#alertPanel .center { text-align: center; }

/*
 * FUND-RAISING PROGRESS
 */

#progress div.back {
    background: url('/img/fund.gif') bottom left no-repeat;
    background-position: -10px -10px;
    height: 205px;
    margin: 0 18px;
    width: 135px;
}

#progress div.front {
    background: url('/img/fund.gif') bottom left no-repeat;
    background-position: -10px -278px;
    height: 140px;

/* Stages are at 65, 95, 125, 155
 * Top is 205 - height
 * Background position must be adjusted too
 */

    margin: 0;
    position: relative;
    top: 43px;
    width: 100%;
}

