
body{
    font-family:'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a{
   color:#f04517;
   text-decoration: none;
}
h2, h2 a{
   font-size:37px;

}

#header{
  width:978px;
  margin:0 auto;
}

.menu-and-header-image{
    width:482px;
    margin-left:395px;
    float:left;
    margin-top:30px;
}


.header-background{
  background: center top url('../images/header-background2.jpg');
  width:100%;
  min-height:248px;

}

.menu ul{
   background-color:#00a2ff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   -o-border-radius: 4px;
   border-radius: 4px;

   list-style:none;
   margin:0;
   padding:0;
   width:479px;
   height:45px;
   float:left;
   margin-bottom:30px;
}
.menu ul li{
  float:left;
}
.menu ul li a{
  float:left;
  display:block;
  line-height:45px;
  text-decoration: none;
  color:#ffffff;
  padding:0 15px;

}


.menu ul li a:hover{
      background:#000000;

}



#content-and-sidebar{
  width:978px;
  height:auto;
 
  margin:0 auto;
 
}
#main{
  width:678px;
  height:auto;
 
  margin-top:30px;
  float:left;
}

.finalists {
    width:678px;
    height:auto;
    float:left;

}

.finalists ul{
  width:600px;
  list-style:none;
  padding:0px;
  margin:0px;

}

.finalists ul li{
  width:300px;
  float:left;

}

      .song-title{
 font-size:130%;
  color:#f04517;
}
.song-entrant{
   font-size:110%;
   margin-bottom:4%;
   float:left;
    color:#f04517;
    font-weight:bold;
}

#sidebar{
  width:300px;
   height:auto;
     float:left;

}

#sidebar ul {
  list-style:none;
     float:left;
     padding:0px;
     margin:0px;

}




#footer{
width:100%;
  min-height:210px;
  background:#f04517;
  float:left;

}


.footer-title{
   font-size:135%;
   color:#27427e;
   margin:0 auto;
   text-align: center;
}
      .footer-menu{
      width:978px;
      margin:0 auto;
        min-height:210px;
        background:#f04517;
        margin-top:30px;

      }
      .footer-menu ul{
      width:300px;
        min-height:210px;
        list-style:none;
        float:left;
        margin:0px;
        padding:0px;
      

      }
      .footer-menu ul li  a{
            color:#ffffff;
            font-size:120%;
            text-shadow:1px 1px #ca340c;
            text-decoration:none;
           

      }