#menu {
  position: fixed;
  z-index: 500;
  margin-left: 10px;
  margin-top: 40px;
  top: 0;
  left: 0;
}
#menu ul {
  margin: 0;
  padding: 5px;
  background: #8899aa;
  list-style-position: outside;
  list-style-image: none;
  list-style-type: none;
  width: 120px;
}
#menu ul ul {
  left: -9999px;
  position: absolute;
}
#menu table {
  border-collapse: collapse;
  width: 0;
  height: 0;
  position: absolute;
  left: -1px;
  top: -1px;
}
#menu ul li {
  background: #ffffff;
  width: 120px;
}
* html #menu ul li {
  float: left;
}
#menu ul li a {
  border-style: solid;
  border-color: #dddddd #555555 #555555 #dddddd;
  border-width: 1px;
  padding: 8px 10px 8px 5px;
  background: #ff7777;
  line-height: normal;
  width: 105px;
  display: block;
  font-size-adjust: none;
  font-weight: bold;
  font-variant: normal;
  font-size: 12px;
  font-stretch: normal;
  font-family: times,serif;
  text-decoration: none;
  font-style: normal;
  color: #000000;
  clear: left;
}
#menu ul li a.fly {
  background: #ff7777 url(blkarrow.gif) no-repeat 110px center;
}
#menu ul li:hover {
  position: relative;
}
#menu ul li a:hover {
  border-color: #8899aa;
  background: #8899aa;
  color: #ffffff;
  direction: ltr;
  position: relative;
}
#menu ul li:hover > a {
  border-color: #8899aa;
  background: #8899aa;
  color: #ffffff;
}
#menu ul :hover ul,
#menu ul :hover ul :hover ul,
#menu ul :hover ul :hover ul :hover ul,
#menu ul :hover ul :hover ul :hover ul :hover ul {
  top: -15px;
  left: 122px;
}
#menu ul :hover ul ul,
#menu ul :hover ul :hover ul ul,
#menu ul :hover ul :hover ul :hover ul ul {
  left: -9999px;
}
#header {
}
body {
  background: #f5f5f5 none repeat scroll 0% 50%;
}
#content {
  padding: 0;
  margin-right: 0;
  margin-left: 140px;
}
#footer {
  width: 100%;
  height: 1em;
  color: black;
  background-color: #ffc8c8;
  font-family: "Times New Roman",Times,serif;
}
#footer1 {
  text-align: center;
  float: left;
  font-size: 0.6em;
  width: 125px;
}
#footer2 {
  text-align: center;
  float: right;
  font-size: 0.6em;
  width: 200px;
}
h1 {
  margin: 0px;
  padding: 0px;
  font-size: 3.5em;
  color: #ff0000;
  text-align: center;
}
h2 {
  margin: 0px;
  padding: 0px;
  font-size: 2em;
  color: #ff0000;
  text-align: center;
}
h3 {
  font-family: "Times New Roman",Times,serif;
  font-size: 1.5em;
  color: red;
  text-align: center;
  font-weight: bold;
  font-style: normal;
}
h4 {
  text-align: center;
  font-family: "Times New Roman",Times,serif;
  font-style: normal;
  font-size: 1.1em;
  font-weight: bold;
  color: red;
}
h5 {
  margin: 0px;
  padding: 0px;
  font-size: 0.8em;
  text-align: center;
  color: black;
  font-style: italic;
}
h6 {
  margin: 0px;
  padding: 0px;
  color: black;
  font-size: 0.7em;
  text-align: left;
  font-style: normal;
}
.textcenter {
  margin: 0px 50px;
  padding: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  font-family: "Times New Roman",Times,serif;
}
.textcenterbold {
  margin: 0px 50px;
  padding: 0px;
  text-align: center;
  color: black;
  font-size: 1em;
  font-weight: bold;
  font-family: "Times New Roman",Times,serif;
}
.textjust {
  margin: 0px 50px;
  padding: 0px;
  color: black;
  text-align: justify;
  font-size: 1em;
  font-weight: bold;
  font-family: "Times New Roman",Times,serif;
}
.textjustbold {
  margin: 0px 50px;
  padding: 0px;
  text-align: justify;
  color: black;
  font-size: 1em;
  font-weight: bold;
  font-family: "Times New Roman",Times,serif;
}
.textjustital {
  margin: 0px 80px;
  padding: 0px;
  color: black;
  font-family: "Times New Roman",Times,serif;
  font-weight: bold;
  text-align: justify;
  font-style: italic;
  font-size: 1em;
}
.gallery {
  text-align: center;
  margin-left: auto;
  max-width: 600px;
  margin-right: auto;
}
.gallery img {
  border: 1px solid black;
  margin: 3px;
  vertical-align: middle;
  width: 100px;
}
table.cast {
  margin-left: auto;
  margin-right: auto;
  border-spacing: 3px;
}
table.cast td {
  font-family: "Times New Roman",Times,serif;
  text-align: left;
  font-weight: bold;
  color: black;
  font-size: 1em;
  font-style: normal;
  white-space: nowrap;
  padding: 2px;
}
table.gallery {
  margin-left: auto;
  margin-right: auto;
}
table.gallery td {
  text-align: center;
  width: 100px;
}
table.gallery th {
  font-family: "Times New Roman",Times,serif;
  font-weight: bold;
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
}
