* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #000;
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 17px;
  /*font-size: 90%;*/
  color: #BA8E76;
  min-width: 922px;
}

html {
  height: 100%;
}

a {
  color: #E9B193;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3 {
  font-weight: bold;
  color: #FBDDCD;
}

h1 {
  font-size: 120%;
}

h2 {
  font-size: 110%;
}

h3 {
  font-size: 100%;
}

#left {
  margin-right: 472px;
}

#right {
  float: right;
  width: 472px;
  padding-bottom: 40px;
}

#logo {
  height: 100px;
}

#logo img {
  border: none;
  margin-left: 18px;
  margin-top: 12px;
  float: left;
}

#logo div {
  color: #CBAB9A;
  height: 100%;
  margin-left: 245px;
  font-size: 105%;
  line-height: 110%;
  /*overflow: hiden;*/
  /*height: 100%;*/
}

#logo div p {
  padding-top: 33px;
}

#cite {
  color: #FFDECD;
  background-color: #513422;
  text-align: justify;
  font-size: 80%;
  position: relative; /* IE */
}

div.citelines, div.citelinessmall {
  background-position: left center;
  background-repeat: no-repeat;
}

div.citelines {
  background-image: url('img/citelines.gif');
}

div.citelinessmall {
  background-image: url('img/citelinessmall.gif');
}

#cite div.rbc {
  background-position: right bottom;
  background-image: url('img/citecb.gif');
  background-repeat: no-repeat;
}

#cite div.rtc {
  background-position: right top;
  background-image: url('img/citect.gif');
  background-repeat: no-repeat;
  padding: 16px 25px;
}

#cite p {
  padding: 9px 0;
}

#menu {
  font-size: 130%;
  padding-top: 15px;
  color: #FBDDCD;
  /*padding-left: 15px;*/
}

#menu ul {
  list-style-type: none;
  padding-left: 15px;
}

#menu ul li {
  float: left;
  padding: 0 15px;
  height: 1em;
}

#content {
  padding: 75px 50px 65px 30px;
  font-size: 90%;
  text-align: justify;
}

#content p {
  padding-top: 20px;
}

#content table {
  line-height: normal;
  font-size: 90%;
  text-align: left;
}

#content table td {padding: 10px}
#content table td.ftitle {font-size: 110%; background: #291A11; color: #FBDDCD}

#films {
  float: left;
  width: 60%;
}

#films a {
  color: #FBDDCD;
}

#films ul {
  font-size: 80%;
  line-height: 130%;
  list-style-type: none;
}

div.boxltc {
  background-color: #291A11;
  background-position: left top;
  background-image: url('img/boxltc.gif');
  background-repeat: no-repeat;
  position: relative; /* IE */
}

div.boxrtc {
  background-position: right top;
  background-image: url('img/boxrtc.gif');
  background-repeat: no-repeat;
}

div.boxrbc {
  background-position: right bottom;
  background-image: url('img/boxrbc.gif');
  background-repeat: no-repeat;
}

div.boxlbc {
  background-position: left bottom;
  background-image: url('img/boxlbc.gif');
  background-repeat: no-repeat;
  padding: 20px;
}

div.boxheader {
  color: #E9B193;
  font-size: 120%;
  padding-bottom: 20px;
}

#photos {
  margin-left: 60%;
  text-align: center;
  font-size: 80%;
}

#photos p {
  padding-bottom: 20px;
}

#photos a {
  color: #FBDDCD;
}

.galmenu div {padding: 10px; margin: 0 0 5px 5px; background: #291A11; color: #FBDDCD; float: left; white-space: nowrap}
.gal img, #stills img {border: #291A11 1px solid; margin: 0 0 15px 15px}

#footer {
  clear: both;
  background-color: #291A11;
  height: 72px;
  
  font-size: 75%;
}

#footer p {
  padding-left: 28px;
}

#footer p.copyright {
  padding-top: 17px;
  color: #FBDDCD;
}

img.topleft {float: left; margin: 0 15px 5px 0}
img.left {float: left; margin: 5px 15px 5px 0}
img.topright {float: right; margin: 0 0 5px 15px}
img.right {float: right; margin: 5px 0 5px 15px}

.ad {width: 100%; font-size: 80%; padding-top: 25px; clear: both}
.ad .title {background: #291A11; border-bottom: #555 2px solid; padding: 7px; padding-left: 10px; font-weight: bold; font-size: 16px; margin: 0 25px 15px 0}
.ad .adv {width: 200px; height: 100px; padding: 5px 10px; margin-bottom: 10px; float: left}
.ad .adv .name {font-weight: bold; margin-bottom: 5px; clear: both}
.ad .adv .desc {clear: both}
.ad .adv .url {color: #777; margin-top: 3px; clear: both}
