@charset "utf-8";
body {
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	margin: 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div {
	margin:0;
}
#navi
{
	width:700px; 
	height:82px;
	margin:0 auto; 
	z-index:100; 
	position:relative;
}
#navi a {
	color:#FFF;
	text-align:center;
	padding:3px;
	font-size:13pt;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#logo {
	background-image: url(rhlogo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	width: 650px;
	margin: 0 auto;
}
h1 {
	font-family: "Copperplate Gothic Bold", "Copperplate Gothic Light", "Felix Titling", Arial;
	font-size: 2.5em;
	font-variant: small-caps;
	color: #000000;
	text-align: center;
	border-bottom:#000000 thick solid;
	display:block;
	margin:0 auto;
	width:640px;
	position:relative;
}
#content {
	position:relative;
	width: 85%;
	height:100%;
	margin:5px auto;
	background:url(images/topside.jpg) repeat-x top #FFF;
	padding:0;
}

ul {
	padding:100px 0;
	margin:0;
	list-style-type: none;
}

ul li {
	padding:10px 25px;
}
#navi a img {
	width:100px;
	height:82px;
	border:none;
	float:left;
}
h2 {
	text-align: center;
	margin:0;
}


#links {
	display:block;
	width:100%;
	padding:0;
	margin:10px;
	}
#links .link {
	width:100%;
	line-height:1em;
}
#links .link a {
	text-decoration:underline;
	}
#wrapper {
position:relative;
background:url(images/bottomside.jpg) repeat-x bottom;
height:100%;
z-index:50;
margin:0;
}

.filmposter {
	display:block;
	margin: 0 auto;
	height: 612px;
	width: 400px;
}

#copyright {
	color:#993;
	text-align:center;
	font-size:8pt;
	clear:both;
	}
p {
	margin:0;
	padding:10px;
	padding-bottom:5px;
}
#leftside {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background:url(images/leftside.jpg) repeat-y left;
	display: block;
}
#rightside {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background:url(images/rightside.jpg) repeat-y right;
	display: block;
}
#flash {
	display:block;
	width:640px;
	height:480px;
	top:10%;
	margin:0 auto;
}