/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #ffda0b;
	background-image: url(RT_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#container {
	width: 680px;
	background: center;
	margin: 118px auto;
}

#movie {
	width: 680px;
	height: 322px;
	float: left;
	padding-left: 0px;
}

#footer {
	width: 680px;
	height: 80px;
	float: center;
	position: absolute;
	top:888px;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: georgia, times, serif;
	font-size: 13px;
	color: #fffbf6;
	background-color: #ffda0b;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #cccccc;
	background-color: #ffffff;
	height: 1px;
}

h1 {
	font-size: 22px;
	color: #553e28;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f38a24;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f38a24;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #fffbf6;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

em {
	color: #f38a24;
}

#leftnav {
	font-family: lucida grande, tahoma, arial;
	font-size: 11px;
	font-weight:normal;
	color: #465b6f;
	}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a:link, a:active, a:visited {
	color : #e58b33;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color : #e58b33;
	font-weight: normal;
	text-decoration: underline;
	background: transparent;
}

a.sidelink:hover { color: #ff5a00; text-decoration: underline; font-weight:normal;}
a.sidelink { color: #777777; text-decoration: none; font-weight:normal;}

a.titlelink:hover { text-decoration: underline;}
a.titlelink { color: #ff5a00; text-decoration: none;}