body
{
    margin: 0;
    /* background-color: #000000; */
    background: #000000 url(/images/dplate.jpg) repeat-y fixed center center;   
}

.small_site_text
{
    font-family: Arial;
    font-size:   8pt;
    color:       #9E9C97;
}

.medium_site_text
{
    font-family: Arial;
    font-size:   12pt;
    color:       #9E9C97;
}

a:link    { color: #9E9C97; text-decoration: none;      }
a:visited { color: #9E9C97; text-decoration: none;      }
a:hover   { color: #AA0000; text-decoration: underline; }
a:active  { color: #9E9C97; text-decoration: none;      }

.normal_link a:link    { color: #0000FF; text-decoration: none; text-decoration: underline; }
.normal_link a:visited { color: #0000FF; text-decoration: none; text-decoration: underline; }
.normal_link a:hover   { color: #0000FF; text-decoration: underline; text-decoration: underline; }
.normal_link a:active  { color: #0000FF; text-decoration: none; text-decoration: underline; }

/* #top
{
    width: 100%;
    height: 156px;
    background-image: url("/images/top-full.jpg");
    background-repeat: no-repeat;
    background-position: center top;
} */

#gradeight_logo
{
    background: url(/images/gradeight_logo_front.gif) no-repeat scroll center center;
}

#menu
{
    height: 75px;
    background-color: #000000;
}

.bar
{
    height: 13px;
    background: url(/images/line.gif) repeat-x;
}

#band_pics
{
    background-image:    url("/images/bandbackground.gif");
    background-repeat:   no-repeat;
    background-position: center center;   
    font-family:         Verdana, Helvetica, Arial, sans-serif;
    color:               #000000;
}

#footer
{
    /* background-image: url("/images/footer.jpg"); */
    background-position: left bottom;
}

.footer_text
{
    padding:     5px;
    font-family: Arial;
    font-size:   8pt;
    color:       #9E9C97;
}

#line_header
{
    background-image:    url("header_line.gif");
    background-position: center center;
    background-repeat:   no-repeat;
    font-family:         Arial;
    font-weight:         bold;
    font-size:           8pt;
    color:               #3A3A3A;
}

