BODY {
    font-family: Arial;
    background-color: #000000;
    color: #fff;
    font-size: 1.0em;
}
#container {
    width: 960px;
    margin: 0 auto;
}
#pageBody {
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    padding: 8px;
}

p {
    font-size: 0.9em;
    color: #ffffff;
}

h1, h2 { font-weight: 700; }

h1 {
    font-size: 1.2em;
}

h2 {
    font-size: 1.1em;
    color: #e45b00;
}
img {
    padding: 0 3px 0 3px;
}
A:link {
    color: orange;
    text-decoration: none;
    font-weight: 700;
}
A:active {
    color: orange;
    text-decoration: underline;
    font-weight: 700;
}
A:visited {
    color: orange;
    text-decoration: none;
    font-weight: 700;
}
A:hover {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700;
}
.maintext {
    color: #ffffff;
    text-decoration: none;
}

.heavyGrey {
    color: gray;
}
#titleBox {
    width: 100%;
}
#titleBoxTop {
    width: 100%;
    text-align: left;
}
#bigTitle {
    margin: 16px 166px;
/*
    padding: 0 0 0 65px;
*/
    font-size: 36pt;
    color: #ffffff;
    font-weight: 700;
}
#subTitle {
    padding-top: 5px;
    font-size: 13pt;
    color: #ffffff;
    float: right;
    font-weight: 700;
    margin-right: 60px;
    margin-bottom: 16px;
}
#titleBoxBottom {
    width: 100%;
    padding-top: 5px;
    text-align: right;
    float: right;
}
#menu {
    font-weight: 700;
    color: #ffffff;
    text-align: center;
/*
    padding: 70px 0 10 0;
*/
    margin: 16px 0;
}

#menu li { display: inline; border-right: 2px solid #fff; padding: 0 8px; }
#menu li:last-child { border-right: none; }

ul {
    color: #ffffff;

}
#band_menu {
    font-weight: 700;
    font-size: 9pt;
    color: #ffffff;
    text-align: center;
    padding: 0 0 0 0;
}

.clear {
    clear: both;
}

