body {
    background: #000000 url(../images/stage.jpg) 140px -40px no-repeat;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: white;
    font-size: smaller;
}

hr {
    background: #FECE82;
}

a {
    color: powderblue;
}


td {
    text-align: left;
}

th {
    text-align: center;
}

#banner {
    position: absolute;
    top: 15px;
    left: 340px;
    font-size: 32px;
    color: #FECE82;
}

#menu {
    position: absolute;
    top: 10px;
    left: 30px;
}

#menu img {
    border: 1px #FFFFFF solid;
}

#menu ul#mainNav {
    margin: 3px 0 0 0;
    padding: 0;
    list-style-type: square;
    list-style-position: inside;
}


#mainNav a {
    color: powderblue;
    font-size: 15px;
    line-height: 24px;
    padding-left: 0px;
    text-decoration: none;
}

#mainNav a:hover {
    color: #FECE82;
    font-weight: bold;
} 


#mainNav a.selected, a.selected:hover {
    color: #FECE82;
    cursor: default;
    font-weight: normal;
}

#copyright {
    position: absolute;
    top: 325px;
    left: 355px;
    font-size: 12px;
    color: #FECE82;
}

#copyright a {
    color: #FECE82;
    font-weight: normal;
    text-decoration: none;
}

#copyright a:hover {
    color: #FECE82;
} 


#main {
    margin: 370px 80px 10px 80px;
    min-width: 550px;
    max-width: 700px;
    line-height: 1.4;
    text-align: justify;
}

#main .box {
    background: white;
    font-family: Comic Sans MS, Garamond, Times New Roman, serif;
    color: #000066;
    margin-top: 15px;
    padding:10px;
    border: 5px silver solid;
}


#main .box a {
    color: maroon;
}

.ticker {
    background: black;
    color: #FECE82;
    font-size: small;
}

.ticker a {
    color: powderblue;
}

