body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #989898;
    height: 100%;
}

.top
{
    position: absolute;
    left: 31px;
    height: 248px;
    width: 700px;
    background-image: url(images/top3.gif);
    z-index: 3;
}

.footer
{
    font-family: Verdana, Arial, Helvetica,     sans-serif;
    position: fixed;
    left: 31px;
    bottom: 0;
    height: 1.5em;
    width: 700px;
    background-color: #C8C8C8;
    z-index: 3;
}

.menu
{
    font-family: Verdana, Arial, Helvetica,     sans-serif;
    position: absolute;
    padding:  0px 0 0 0px;
    top: 248px;
    left: 31px;
    width: 700px;
    height: 40px;
    background-color: #C8C8C8;
    z-index: 3;
}

.menu ul {
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0.5em 0 0 0;
    float: left;
}

.menu li
{
    float:left;
    padding: 0 1em 0 0;
    color: #FFB6C1;
}
a:link
{
	color: #101010;
	text-decoration: none;
}

a:visited
{
	color: #606060;
	text-decoration: none;
}

a:hover
{
	color: #0000FF;
	text-decoration: underline;
}

a:active
{
	text-decoration: none;
}

.main
{
    position: absolute;
    padding:  10px 10px 10px 10px;
    top: 288px;
    left: 31px;
    width: 680px;
    min-height: 70%;
    height: auto;
	background-color: #D8D8D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #383838;
}

.headline
{
    	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #383838;
}


.songlist
{
    list-style-type: decimal-leading-zero;
}

img
{
    border-style:none;
}

.indented {
     position: relative;
     right: 10px; /* more, less? */
     left: 10px;
  }
