@charset "utf-8";
/* CSS Document */

body	{
		background: #000 url(../images/main/bg.jpg) no-repeat top center;
		font: 14px Helvetica, Arial, sans-serif;
		color: #fff;
		}
#container	{
		background: #000 url(../images/main/cont-bg.jpg) no-repeat;
		width: 960px;
		margin: 15px auto;
		border: 1px solid #999;
		}
#nav	{
	width: 405px;
	height: 20px;
	position: relative;
	float: right;
	top: 12px;
	font-size: 16px;
		}
#main	{
		width: 960px;
		min-height: 600px;
		clear: both;
		margin: 90px 0 20px;
		}
#left	{
		width: 257px;
		position: relative;
		float: left;
		text-align: center;
		}
#right	{
		width: 663px;
		position: relative;
		float: left;
		padding: 0 20px;
		}
#footer	{
		text-align: center;
		margin: 15px 0;
		}

/* Nav */
#nav ul li	{
		position: relative;
		display: block;
		margin-left: 15px;
		float: left;
		}
		
/* Classes */
h1	{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
		color: #E9D897;
		}
h2	{
		font-size: 16px;
		font-weight: bold;
		color: #E9D897;
		}
h3	{
		color: #E9D897;
		}
p	{
		margin: 10px 0;
		}
.space	{
		width: 1px;
		height: 300px;
		}
.banners	{
		margin-bottom: 5px;
		}
.footergrad	{
		margin-bottom: 10px;
		}
.gallery	{
		margin-left: 40px;
		}
.film li	{
		margin: 0 0 10px 25px;
		}
.online	{
		display: block;
		background: url(../images/banners/online_plain.jpg) no-repeat;
		width: 233px;
		height: 71px;
		margin: 0 auto 5px;;
		}
.text-center	{
		text-align: center;
		}
		
/* Online */
.rollcont	{
		width: 68px;
		position: relative;
		float: right;
		top: 7px;
		}
.imdb a, .facebook a	{
		display:block;
		float: left;
		width: 29px;
		height: 44px;
		padding: 0;
		font: bold 13px sans-serif;;
		color: #333;
		text-decoration: none;	
		margin: 8px 5px 0 0;
		}
.imdb a	{
		background: url(../images/main/imdb.png) 0 0 no-repeat;
		}
.facebook a	{
		background: url(../images/main/facebook.png) 0 0 no-repeat;
		}
.roll a:hover { 
		background-position: 0 -44px;
		}

		
/* Links */
a	{
		color: #fff;
		}
a:hover	{
		color: #45ecfa;
		}
#nav a	{
		text-decoration: none;
		}
#nav a:hover	{
		}
h2 a	{
		color: #E9D897;
		}
		
/* Forms */
span.formtext	{
		display: block;
		float: left;
		width: 150px;
		padding-right: 6px;
		text-align: right;
		}
.spacer	{
		margin-left: 110px;
		padding-bottom: 10px;
		}
fieldset	{
		padding: 10px;
		}
legend	{
		color: #fff;
		}


