html, body, table, td, th, h1, h2, h3, h4, h5, h6, p, a, span, div {
        font-family: arial, helvetica, sans-serif;
}

body {
         background-color: white;
}

h1, h3 {
        margin: 0px;
}

a:link {
        text-decoration: none;
        color:  rgb(0,0,0);
        font-weight: bold;
}

a:active {
        text-decoration: none;
        color: rgb(200,10,10);
}

a:visited {
        text-decoration: none;
        color: rgb(51,51,51);
}

a:hover {
        text-decoration: none;
color: rgb(153,0,102);
}

div.logo {
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 1;
}

div.header {
  border: none;
  position: relative;
  height: 250px;
  z-index: 1;
  background: white;
}

ul.navbar {
        background-color: rgb(254,227,255);
        position: absolute;
        left: 10px;
        bottom: 0px;
        list-style: none;
        margin: 0 0 0 0;
        padding: 0px;
        color: white;
}
li.navbar-left {
        display: inline;
        border: solid rgb(103,4,25) 2px;
        border-bottom: none;
}
li.navbar {
        display: inline;
        border: solid rgb(103,4,25) 2px;
        border-bottom: none;
        border-left: none;
}

/*
td {
        display: block;
}
*/

div.navbar {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 3;
}


body { text-align: center;}

div.main{
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   width: 800px;
   background: white;  
}

div.contentwrapper
{
        height: 800px;
        border-top: solid white 2px;
        background-color: rgb(103,4,25);
        position: relative;
        text-align: left; 
        border: solid rgb(103,4,25) 2px;
        /*   
        left: 0px;
        right: 0px;
        bottom: 0px;
        */
}

div.songform {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 545px;
        background-color: rgb(254,227,255);
        border: solid white 2px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        overflow: hidden;
        min-height: 200px;
        padding: 5px;
}

div.leftpanel {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 545px;
        background-color: rgb(254,227,255);
        border: solid white 2px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        overflow: hidden;
        min-height: 200px;
        padding: 5px;
        overflow: hidden;
        font-size: 16px;
        color: rgb(103,4,25);
}

div.rightpanel {
        background-color: rgb(254,227,255);
        border: solid white 2px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        top: 10px;
        left: 575px;
        width: 200px;
        min-height: 200px;
        position: absolute;
        padding: 5px;
        overflow: hidden;
        font-size: 12px;
        color: rgb(103,4,25);

}

div.seasonal {
        position: absolute;
        top: 10px;
        left: 330px;
        width: 470px;
        bottom: 40px;
        background-color: rgb(253,199,255);
        border: solid rgb(103,4,25) 2px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        overflow: hidden;
        padding: 5px;
        color: rgb(103,4,25);
}

div.footer {
        border: solid white 2px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        position:relative;
        left: 10px;
        width: 545px;
        padding: 5px;
        top:600px;
        text-align: center;
        background-color: rgb(253,199,255);
}

table {
        padding: 0;
}



