body {
  font-family: "Helvetica", "Geneva", "Arial", sans-serif;
  background: url("../images/background.png") repeat-x #e9e8d9;
  font-size: 1em;
  margin: 15px 0 15px 0;
  padding: 0;
}

img {
  border: 0;
}

.clear {
  clear: both;
}

hr {
  border-width: 0;
  height: 0;
  border-top-width: 1px;
  border-style: solid;
  border-color: #8D6F23;
  margin: 0;
}

h1 {
  font-size: 1.5em;
  margin: 0 0 0 0;
}

h2 {
  color: #FF1200; 
  font-size: 0.7em;
  font-weight: normal;
  margin: 0 0 10px 0;
}

#site {
  margin: 0 auto 0 auto;
}

#logo, #elflogo {
  float: left;
  margin: 10px 0 0 0;
}

#header {
  font-size: 0.9em;
  margin: 0 160px 0 160px;
  padding: 0 20px 0 20px;
  background: url("../images/header.png") repeat-x;
  min-width: 560px;
  height: 52px;
}

ul#navigation {
  float: left;
  margin: 23px 0 0 50px;
  padding: 0;
  list-style-type: none;
}

ul#navigation li {
  float: left;
  margin: 0 35px 0 0;
}

#navigation a, #navigation a:visited {
  color: #fff;
  text-decoration: none;
}

#navigation a:hover {
  color: #333;
}

#navigation a:active {
  color: #000;
}

#search {
  float: right;
  padding: 10px;
  background: url("../images/info_up.png") repeat-x;
}

#left_column {
	position: absolute;
	width: 150px;
	top: 52px;
	left: 20px;
	z-index: 2;
	padding: 20px 0 0 0;
}

#middle_column {
	position: relative;
	width: auto;
  min-width: 600px;
	margin: 0px 160px 0 160px;
	z-index: 3;
}

#right_column {
	position: absolute;
	width: 130px;
	top: 52px;
	right: 10px;
	z-index: 1;
	padding: 20px 0 0 0;
}

#main {
  background: url("../images/focus.png") repeat-x bottom #e9e6d8;
  padding: 20px;
}

#movie_left {
  float: left;
}

#movie_right {
  position: left;
  margin: 0 20px 0 480px;
}

#movie_description {
  font-family: "Georgia", "Times New Roman", "Times", serif;
  font-size: 0.9em;
}

#gallery {
  padding: 35px 20px 0 20px;
}

#gallery ul {
  list-style-type: none;
  margin: 20px 0 20px -10px;
  padding: 0;
}

#gallery ul li {
  float: left;
  margin: 0 0 0 10px;
}

.moviemetaleft {
  background: url("../images/beak_left.png") no-repeat center left;
  color: #fff;
  margin: 15px 0 0 -13px;
}

.moviemetaleft_body {
  background: url("../images/info_left.png") repeat-y #813a08;
  font-size: 0.8em;
  margin: 0 0 0 13px;
  padding: 10px;
  width: 181px;
}

.moviemetaup {
  background: url("../images/beak_up.png") no-repeat top left;
  color: #fff;
  margin: 15px 0 0 0;
  display: block;
  height: 142px;
}

.moviemetaup_body {
  background: url("../images/info_up.png") repeat-x bottom #82260D;
  font-size: 0.8em;
  margin: 9px 0 0 0;
  padding: 10px;
  display: block;
  width: 185px;
  position: absolute;
}

a#hide_preview, a#hide_preview:visited {
  background: url("../images/preview.png") no-repeat;
  font-size: 0.75em;
  font-weight: bold;
  width: 134px;
  margin: -1px 0 0 20px;
  padding: 0 0 5px 0;
  text-align: center;
  display: block;
  color: #A3A3A3;
  text-decoration: none;
}

a#hide_preview:hover {
  color: #565656;
}

a#hide_preview:active {
  color: #000;
}

#page {
  padding: 35px 20px 20px 20px;
  font-size: 0.8em;
  line-height: 1.5em;
}

#page h1, #gallery h1 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#gallery h1 {
  font-size: 1.5em;
}

#page h2 {
  font-size: 1.5em;
}

a#archive {
  color: #8d6f23;
  font-weight: bold;
}

.navigation {
  display: block;
  margin: 10px 0 0 0;
  font-size: 0.8em;
}

.navigation a {
  color: #8D6F23;
}

#language {
  color: #604C18;
  font-size: 0.7em;
}

a.movie_link, a.movie_link_small {
  position: relative;
}

a.movie_link_small {
  height: 150px;
  display: block;
  overflow: hidden;
  background: #000;
}

a.movie_link img {
  width: 450px;
}

img.movie_play, img.movie_play_small {
  position: absolute;
  z-index: 100;
}

#movie_frame {
  display: none;
}

.moviethumb {
  width: 205px;
  height: 150px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}