/*  Styles for the all pages  */

body {
  background-color: rgb(128,0,0);
  margin: 0px;
  padding: 0px;
  text-align: center;
}

a {
  text-decoration: none;
  color: rgb(128,0,0);
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

#footer_table {
  width: 1000px;
  text-align: center;
}

#footer_table a {
  color: rgb(128,0,0);
  font-family: Arial,Helvetica,sans-serif;
}

#copyright {
  margin: 5px auto;
  width: 1000px;
}

#copyright_table {
  width: 1000px;
}

#copyright a {
  color: rgb(255,153,0);
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;   
}

/*  Styles for the main page  */

#container_main {
  margin: 0px auto;
  position: relative;
  width: 1000px;
  height: 744px;
  text-align: left;
  background: url("/images/bg_main.jpg") no-repeat; 
}

#header_main {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 125px;
}

#menu_main {
  position: absolute;
  top: 122px;
  left: 0px;
  width: 310px;
  height: 630px;
}

#menu_main a {
  display: block;
}

#screen {
  position: absolute;
  top: 145px;
  left: 450px;
  width: 400px;
  height: 220px;
}

#screen a {
  color: rgb(255,153,0);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
  line-height: 25px;
  
}

#screen h1 {
  font-family: "Arial Narrow", Arial, sans-serif;
  color: rgb(255,102,0);
  margin: 0px;
  font-weight: bold;
  font-size: 22px;
  line-height: 50px;
}

#footer_main {
 position: absolute;
 bottom: 10px;
 left: 0px;
 width: 1000px
}

#footer_main a {
  color: rgb(243,226,167);
}

/*  Styles for the secondary pages  */

.title {
  font-family: "Arial Narrow", Arial, sans-serif;
  color: rgb(255,102,0);
  font-size: 16px;
}

.title2 {
  font-family: "Arial Narrow", Arial, sans-serif;
  color: rgb(255,102,0);
  font-size: 20px;
  font-weight: bold;
}

.title3 {
  font-family: Arial,Helvetica,sans-serif;
  color: rgb(255,102,0);
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 40px;
}

#container {
  margin: 0px auto;
  width: 1000px;
  text-align: left;
  background: rgb(244,142,32);
}

#header {
  float: left;
  background: rgb(244,142,32);
  width: 1000px;
  height: 122px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(255,199,38);
}

#menu {
  float: left;
  clear: left; 
  width: 380px;
  height: 622px;
  color: rgb(0,0,0);
  background: url("/images/bg_left_column.jpg");
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(255,199,38);
}

#menu a {
  display: block;
}

#textbox {
  float: left;
  background: rgb(243,226,167);
  width: 445px;
  padding: 52px 50px;
  min-height: 640px;
  height: auto !important;
  height: 640px;
  font-family: 'Times New Roman',Times,serif;
}

#letters {
  float: left;
  width: 440px;
  text-align: center;
}

#letters a {
  font-family: "Arial Narrow", Arial, sans-serif;
  color: rgb(255,102,0);
  font-size: 22px;
  letter-spacing: 1px;
}

#search {
  width: 360px;
  color: rgb(255,102,0);
  font-family: Arial,Helvetica,sans-serif;
  background: rgb(243,226,167);
  border: 1px solid rgb(255,102,0);
  font-size: 18px;
}

.button {
  width: 70px;
  color: rgb(243,226,167);
  font-family: Arial,Helvetica,sans-serif;
  background: rgb(255,102,0);
  border: 1px solid rgb(128,0,0);
  font-size: 16px;
}



.archive_list {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
}

#movie_list {
  width: 440px;
  text-align: left;
  line-height: 30px;
}

#movie_title {
  width: 440px;
  padding: 10px 0px;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 20px;
  color: rgb(255,102,0);
  font-weight: bold;
}

#movie_info {
  width: 135px;
  padding: 2px 20px 20px 0px;
  font-family: "Arial Narrow", Arial, sans-serif;
  color: rgb(0,0,0);
  font-size: 10px;
  float: left;
  clear: both;
}

#review {
  
  
}

#right_column {
  float: right;
  width: 75px;
  height: 622px;
  background: url("/images/bg_right_column.jpg");
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(255,199,38);
}

#footer {
  clear: both;
  width: 1000px;
  height: 50px;
  background: rgb(244,142,32);
}


/*  Styles for the admin page  */

#login {
  margin: auto;
  font-family: "Arial Narrow", Arial, sans-serif;
  color: rgb(255,255,255);
  width: 300px;
  border: 1px solid rgb(128,0,0);
}

#textbox h1 {
  font-family: "Arial Narrow", Arial, sans-serif;
  color: rgb(255,102,0);
  margin: 0px;
  font-weight: bold;
  font-size: 22px;
  line-height: 50px;
}

.left {
  width: 100px;
  float: left;
  clear: left;
  height: 30px;
}

.right {
  width: 300px;
  float: left;
  height: 30px;
  }