

/* =-=-=-=-=-=-=-content-=-=-=-=-=-=-=- */


body {
  background-image: url(images/theatreD.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: black;
  margin: 0;
}

#container {
  width: 840px;
  margin-left: auto;
  margin-right: 80px;
}

#header {

   height: 120px;
}

#header h1 {
    padding: 2%;
    text-align: right;
    color: #ffd8af;
    letter-spacing: 2px;
    font-size: 24px;
    font-family: Courier bold;
    font-style: italic;

}

#content {
  float: left;
  width: 640px;
  height: 450px;
}

#content h2 {
  font-size: 16px;
  margin: 10px 0 30px 20px ;
  color: brown;
  font-family: Courier bold, Arial;
  height: 1px;

}

#content ul {
       list-style: square;
        margin-left:70px;
        padding: 0;
        color: brown
}

#content li {
  margin-bottom: 5px;
  margin-right: 20px;
}



#rightcolomn {
  float: right;
  width:175px;

}

#content p {
  margin: 0 20px 0 20px ;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  color: brown;
  text-align: justify;
}




#footer {
  clear: both;
    float: right;
    width: 840px;


}







/* =-=-=-=-=-=-=-several-=-=-=-=-=-=-=- */


ul {
       list-style: none;
        margin: 0;
        padding: 0;
}


blockquote {
  width: 70%;
  border: 6px double #FFF;
  padding: 10px;
  text-align: center;
  font-family: Courier, Arial;
  font-size: 16px;
  font-weight: bold;
  color: #2f5e90;
  margin-left: 70px;

}

.list {
   list-style: square;

}

.list li {
  margin-left: 60px;
  margin-right: 30px;
  margin-bottom: 10px;
  font-family: Arial;
  text-align: justify;
  font-size: 16px;
  font-weight: bold;
  color: #2f5e90;
}

.list li:first-letter {
  font-size: 20px;
}

a {
        color: snow;
}

a:link, #nav li a:visited {
        color: snow;
}

a:hover, #nav li #current {
        color: snow;
        text-decoration: none;
}


td {
  padding: 15px;
  text-align: center;
}

.no {
  border: 0;
}

.no:hover {
   border: 0
}

hr {
  color: #fcb467;
  margin: 0;

}

/* =-=-=-=-=-=-=-navigation-=-=-=-=-=-=-=- */


#nav {
        width: 155px;
        border: 6px groove #ce7b25;
        margin-top: 150px;
        font-size: 15px;
        letter-spacing: 3px;
}

#nav li a {
        height: 32px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 24px;
        text-decoration: none;
        text-align: left;
}

#nav li a:link, #nav li a:visited {
        color: brown;
        display: block;
        background: url(images/menu.gif) 0 -32px;
        padding: 8px 8px 0 10px;
}

#nav li a:hover, #nav li #current {
        color: #ce7b25;
        background: url(images/menu.gif);
        padding: 8px 8px 0 10px;
}

#nav li a:active {
        color: brown;
        background: url(images/menu.gif) 0 -64px;
        padding: 8px 8px 0 10px;
}





