body { background-color: #343434; color: #dadada; margin:0 ; padding:0;}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #fff }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}



#site_title{
	font-size:24px;
	font-weight: normal;
	position:relative;
	top:125px;
	margin:0 20px 0 0;
	
	letter-spacing:1px;
	color:white;
	text-transform: uppercase;
	text-align:right;
	
	
}
#site_title a{
 text-decoration:none;
	
}

#container{
	width:800px;
	margin:0 auto;
	padding:0 0 0 0;
	background: #000 url(images/background.jpg) no-repeat; 
	min-height:540px;
}
#nav, #films{
	list-style:none;
	font-size:14px;
	letter-spacing:1px;
	padding:0;
	width:117px;
	padding:4px;
	color:#9999;
	float:right;
	position:relative;
	top:119px;
	right:6px;
}
*html #nav, #films{
 width:109px;
	top:133px;
	right:12px;
} 

#nav li{
	padding:0;
	margin:0 0 2px 0;
	
}

#nav a{
	color:#999; 
}

#nav a{
	text-decoration:none;
	width:110px;
	display:block;
	padding:1px 6px;
}
*html #nav a{
	width:98px;

}

#nav a:hover, #nav a.current{
	color: #fff;
	background: url(images/nav_background.gif) repeat-y;
}

#content {
	padding:7px 14px; 
	background:#131313 url(images/content_background.jpg) no-repeat;
	color:#fff;

	width:503px;

	margin:138px 0 30px 135px;
}

* html #content 
  {
	width:503px;
  margin:137px 0 30px 135px;   /* for IE5.x/win */
  m\argin:137px 0 30px 135px;  /* for other IE versions */
  }

#content img{
	margin:4px 10px 0 0;
	border:none;
} 



h1{
	font-size:14px;
	border-bottom:1px solid #999;
	letter-spacing:1px;
	color:white;
	text-transform: uppercase;
	text-align: right;
} 

h2{
	margin:1.2em 0 0.2em 0;
	font-size:14px;
	
}
.movie_title{
	font-style:italic;
	font-weight:bold;
}

p{
	margin:0 0 1em;
}

#films_content h2{
margin:5px 0;
}