@charset "utf-8";

#page {
  width: 800px;
  margin: 10px auto;
  font-size: 12px;
}
a {
  font-size: 12px;
  }
#theater-logo {
  width: 300px;
  height: 80px;
  background: url(../images/theateronline2.jpg) center center no-repeat #fff;
  float: left;
}
#nyari-logo {
  width: 450px;
  height: 65px;
  background: url(../images/partners/nyari/cimsor.png) bottom center no-repeat #fff;
  float: left;
}
#content {
  clear: both;
}
.footer {
  padding: 20px 0;
  text-align: center;
}
#menu ul {
  list-style: none;
  margin: 0px 140px;
  padding: 0;
}
#menu ul li {
  float: left;
  padding: 0 15px;
  font-size: 1.3em;
}
#menu ul li a {
  font-size: 1.3em;
  font-style: italic;
  color: #666;
}
#menu ul li.actual {
  border-bottom: #e92229 solid 2px;
}
#content {
  padding-top: 15px;
  width: 800px;
}
#panel1 {
  width: 180px;
  float: left;
}
#panel2 {
  float: left;
  width: 580px;
  padding: 0 10px; 
}
#panel1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#panel1 ul li {
  margin: 5px 0;
}