body { background-image: url();
color: #FFFFFF; background-color: #000000; }

h1 {text-align: center;
}

#header {text-align: center;}

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #000;
color: #fff;
width: 100%;
font-family: impact,Helvetica,Arial,sans-serif;
font-weight: normal;
font-size: 15pt;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #fff;
text-decoration: none;
border-right: 0px solid #000;
}

#navcontainer ul li a:hover
{
background-color: #fff;
color: #000;
text-decoration: ;

}

#navcontainer #active { border-left: 0px solid #000; }


#musiclist ul
{
text-align: left;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: ;
color: #003366;
width: 36em;
font-family: Helvetica,Arial,sans-serif;
font-weight: normal;
font-size: 10pt;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#musiclist ul li
{
display: block;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
text-decoration: ;
font-weight: none;
/* matches link padding except for left and right */
padding-top: 5px;
}
#musiclist ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #003366;
text-decoration: none;
font-weight: bold;
border-right: 0px solid #000;
}

#musiclist ul li a:hover
{
background-color: #003366;
color: #fff;
text-decoration: none;
font-weight: bold;

}

#musiclist #active { border-left: 0px solid #003366; }







#musicmenu ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: ;
color: #003366;
width: 36em;
font-family: Lucida sans,Helvetica,Arial,sans-serif;
font-weight: normal;
font-size: 15pt;
line-height: 36px;
/* fixes Firefox 0.9.3 */
}

#musicmenu ul li
{
display: block;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
text-decoration: ;
font-weight: none;
/* matches link padding except for left and right */
padding-top: 5px;
}
#musicmenu ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #003366;
text-decoration: none;
font-weight: bold;
border-right: 0px solid #000;
}

#musicmenu ul li a:hover
{
background-color: #003366;
color: #fff;
text-decoration: none;
font-weight: bold;

}

#musicmenu #active { border-left: 0px solid #003366; }

#container
{
width: 65em;
margin: 10px auto;
background-color: #ffcc66;
color: #333;
border: 1px solid gray;
line-height: 130%;
}

#top
{
padding: .5em;
background-color: #036;
color: #fff;
border-bottom: 1px solid gray;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#rightnav
{
float: right;
width: 200px;
margin-right: 0;
padding: 1em;
}

#content
{
margin-left: 200px;
border-left: 1px dashed gray;
margin-right: 200px;
border-right: 1px dashed gray;
padding: 1em;
width: 36em;
color: black;
text-align: center;
font-family: sans-serif;
}


#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #fff;
background-color: #000;
border-top: 0px solid gray;
text-align: center;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }


.bold { font-weight: bold; } 
.underline { text-decoration: underline; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; } 
.sans-serif { font-family: sans-serif; } 
.size10 { font-size: 10pt; }