html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #ffa12d top left url(../images/background_orange.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img { border: none;}
html>body #container {	height: auto;}
#container {	
	top: 0px;	
	width: 800px;	
	height: auto;	
	min-height: auto;
	position: absolute;
	margin: auto;
	background-color: #FFFFFF;	
}
#nav
{
	width: 200px;
	position: absolute;
	top: 130px;
	left: 40px;
	list-style-type: none;
	font-weight: bold;
	background-color: white;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}	
#nav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li a
{
	height: 20px;
	font-family: "Palatino Linotype";
	font-size: 14px;
	background-color: white;
	text-decoration: none;
	list-style-type: none;
	text-transform: uppercase;
}	
#nav li a:link, #nav li a:visited {
	color: #B2B2B2;
	list-style-type: none;
}
#nav li a:hover {
	color:  #ffa12d;
	list-style-type: none;
}
#nav li a.current {
	color: #7bc143;
}

.body_text { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.bold { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.h1, h1 {
	font-family: "Palatino Linotype";
	font-size: 14px;
	color: #000000;
}
.h2, h2 {
	font-family: "Palatino Linotype";
	font-size: 12px;
	color: #536D7C;
}
.h3, h3 {
	font-family: "Palatino Linotype";
	font-size: 18px;
	color: #536D7C;
}
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7bc143;
}
.left_image {
	margin-left: 15px;
	margin-bottom: 15px;
}
.float_right {
	float: right;
}	
#logo {
	width: 187px;
	height: 109px;
	position: absolute;
	top: 20px;
	left: 37px;
}
#left_shadow {
	background: url(../images/left_shadow.jpg) no-repeat;
	width: 17px;
	height: 580px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#right_shadow {
	background: url(../images/left_shadow.jpg) no-repeat;
	width: 17px;
	height: 580px;
	position: absolute;
	top: 0px;
	right: 525px;
}
#tickets {
	width: 232px;
	height: 122px;
	position: absolute;
	top: 295px;
	left: 28px;
}
#whatson {
	width: 256px;
	height: 129px;
	position: absolute;
	top: 292px;
	left: 16px;
	background-color: #f2f2f2;
}
#whatson_content {
	padding: 15px 10px 10px 15px;
	font-family: "Palatino Linotype";
	font-size: 11px;
}
#whatson_content a {
	text-decoration: none;
	color: #808080;
}
#whatson_content a:hover, #whatson_content .current {
	text-decoration: none;
	color: #536D7C;
}
#welcome {
	width: 232px;
	height: auto;
	position: absolute;
	top: 445px;
	left: 28px;
	color: #666666;
}
#whatson_dates {
	width: 232px;
	height: auto;
	position: absolute;
	top: 435px;
	left: 28px;
	color: #666666;
}

#whatson_dates a {
	text-decoration: none;
	color: #7bc143;
}
#whatson_dates a:hover {
	text-decoration: none;
	color: #444444;
}
#content {
	padding: 445px 15px 100px 290px;
	color: #666666;
}
#content a {
	text-decoration: none;
	color: #536D7C;
}
#content a:hover {
	text-decoration: none;
	color: #444444;
}
#rrc_logo {
	position: absolute;
	bottom: 15px;
	left: 40px;
	width: 116px;
	height: 52px;
}
#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: right;
	width: 100%;
	height: 80px;
	border-top: 1px solid #d9d9d9; 
}
#footer_text {
	padding: 10px 15px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#footer_text a {
	color: #999999;
	text-decoration: none;
}
#footer_text a:hover {
	color: #7bc143;
	text-decoration: none;
}
.fm-logo {
	float: right;
	margin: 35px 0px 5px 10px;
}
#home_image {
	width: 526px;
	height: 421px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#slider {
    width: 526px; /* important to be same as image width */
    height: 421px; /* important to be same as image height */
	overflow: hidden; /* important */
	margin: 0;
	padding: 0;
}
#sliderContent {
    width: 421px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	bottom: 3px;
	font-family: "Palatino Linotype";
	font-size: 28px;
    color: #7bc143;
    padding: 20px 13px 20px;
    width: 500px;
	height: 89px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    display: none;
	border-top: 1px solid #ffffff;
}
.clear {
	clear: both;
}
.white {
	font-family: "Palatino Linotype";
	font-size: 30px;
    color: #ffffff;
	font-weight: bold
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}


