html, body {
  background-color: #000;
  text-align: center;
  padding: 0;
  margin: 0; }

body, a {
  font-family: Verdana;
  font-size: 10pt;
  color: #ddd;
  line-height: 15pt; 
  letter-spacing: 0.5px;
}

h1 {
  color: #f2a11e;
  font-weight: normal;
  font-size: 16pt; }

h2 {
  color: #f2a11e;
  font-weight: normal;
  font-size: 13pt; }

a:hover {
  text-decoration: none; }

label {
  width: 150px;
  display: block;
  float: left;
  clear: both; }

table {
  border-collapse: collapse; }
  table th {
    border-bottom: 1px solid #f2a11e;
    background-color: #000; }
  table td, table th {
    padding: 10px 8px 10px 5px;
    vertical-align: top; }
  table td {
    border-bottom: 1px solid #222; }
    table td .theatre {
      font-weight: bold; }
  table .complete td {
    color: #555;
  }

#container {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 560px; }
  
  #container #header {
    height: 225px;
    width: 560px;
    background: url(../images/header-fire.jpg) no-repeat;
    border-bottom: 2px solid #c32227;
    padding: 0 0 5px 0;
  }
  
  #container #header .text {
    display: none;
  }
  
  #container #menu {
    text-align: center;
    border-bottom: 2px solid #c32227;
    padding: 10px 0 10px 0; }
    #container #menu ul {
      list-style: none;
      margin: 0;
      padding: 0 0 0 25px; }
      #container #menu ul li {
        display: inline;
        margin: 0 20px 0 0;
        padding: 0; }
    #container #menu a {
      font-weight: bold;
      color: #fff;
      text-decoration: none; }
      #container #menu a:hover {
        text-decoration: underline; }
  #container #content .side-image {
    margin: 5px 0 10px 10px;
    float: right;}
  #container #footer {
    clear: both;
    border-top: 2px solid #c32227;
    margin: 10px 0 0 0; }
  #container .video {
    text-align: center; }

.quote {
  font-style: italic;
  color: #779E97; }
  .quote .highlight {
    font-style: normal;
    font-weight: bold;
    display: inline; }

.quoted {
  background: url(../images/quote-left.jpg) no-repeat top left;
  padding: 0 0 0 35px;
  width: 300px;
}

.quoted .text {
  background: url(../images/quote-right.jpg) no-repeat bottom right;
  padding: 0 22px 0 0;
}

.quoter {
  margin: 5px 0 10px 0;
  padding: 0 0 0 35px;
  font-style: italic;
  text-align: right;
  width: 300px
}

.highlight {
  color: #fff;
  font-weight: bold;
}

.highlight-box {
  border: 1px solid #f2a11e;
  margin: 20px 0 0 0;
  padding: 2px 20px 2px 20px;
}
