body{
background-color: #fdfaf1;
/*background-color: #fff;*/
}

#wrapper {
padding: 0px 14px 0px 2px;
/*padding: 0px 64px 0px 52px;*/
}

#content{
  width: 73%;
  float: right;
  text-align: justify;
  /*padding: 134px 0px 0px 0px;*/
  padding: 0px 0px 0px 0px;
}

#sidebar{
  width: 27%;
  margin-right: 70%;
  text-align: left;
}

#sidebar ul{
  list-style-type: none;
  padding: 0px;
  margin: 12px 0px 12px 20px ;
}

#sidebar ul li{
  padding: 0px 0px 6px 0px;
}

#sidebar ul li a.active{
  padding-left: 10px;
  color: #916a00;
  text-decoration: none;
}

/*
main menu
*/
#main_menu{
  padding: 142px 0px 0px 0px ;
  /*padding: 180px 0px 0px 0px ;*/
}

/*
music_scores
*/
#title{
  font-family: "Bookman Old Style";
  font-size:30px;
  color: #798521;
  line-height: 40px;
  position: absolute;
  font-weight: bold;
  width: 860px;
}

#subtitle{
  font-family: "Bookman Old Style";
  color: black;
  margin: 40px 0px 0px 0px;
  position: absolute;
  width: 860px;
}

#movie_announcement{
  padding: 10px 15px 10px 10px;
  margin: 65px 0px 25px 0px;
  border: 3px solid #b4bc73;
  font-weight:bold;
}

#movie{
  padding: 0px 0px 28px 0px;
  font-family: "Times New Roman";
  color: black;
  line-height: 17px;
}

#movie h2{
  font-family: "Bookman Old Style";
  font-size: 16px;
  font-weight: bold;
  color: black;
  line-height: 20px;
  margin: 20px 0px 0px 0px;
}

#movie h2#first{
  margin: 10px 0px 0px 0px;
}

#movie h2#firstgolden{
  margin: 10px 0px 20px 0px;
}

#movie h2#secondgolden{
  margin: 30px 0px 20px 0px;
}

#movie h3{
  font-family: "Bookman Old Style";
  color: #798521;
  line-height: 30px;
}

#movie h4{
  font-family: "Bookman Old Style";
  color: #798521;
  line-height: 30px;
}

#movie a{
  text-decoration: none;
  color: black;
  padding: 0px 6px 0px 0px;
}
#movie a:active{
  text-decoration: none;
  color: black;
}

/*
table
*/
table {
}

th {
background-color: #eee;
font-weight: bold;
padding: 6px;
text-align: left;
}

td .name {
font-size:14px;
font-weight: bold;
padding: 26px 0px 0px 0px;
}


