html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #ffffff top left url(../images/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img { border: none;}
#container {	
	top: 0px;	
	width: 800px;	
	height: 800px;	
	min-height: 800px;
	position: absolute;
	margin: auto;	
	background: #ffffff url(../images/container_background.jpg) repeat-x;
	border-right: 4px solid #ffffff;
}
html>body #container {	height: auto;}
#promo {
	width: 519px;
	height: 325px;
	position: absolute;
	top: 151px;
	right: 0px;
	background: url(../images/promo_home.jpg) no-repeat;
}
#whats_on {
	width: 257px;
	height: 163px;
	position: absolute;
	top: 313px;
	left: 543px;
	z-index: 10;
}
#titles {
	position: absolute;
	top: 274px;
	left: 40px;
}
#nav1 {
	width: 200px;
	position: absolute;
	top: 35px;
	left: 30px;
	list-style-type: none;
}
#nav1 ul {
	margin: 0px;
	padding: 0px;
}	
#nav1 ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}	
#nav1 li a {
	height: 32px;
	font-family: "Palatino Linotype";
	font-size: 14px;
  	height: 15px;
	text-decoration: none;
	list-style-type: none;
}	
#nav1 li a:link, #nav1 li a:visited {
	color: #999999;
	display: block;
	background: url(../images/nav-up.gif) left repeat-y;
	padding: 1px 0 0 20px;
	list-style-type: none;
}
#nav1 li a:hover {
	color: #ec068d;
	background: url(../images/nav-over.gif) left repeat-y;
	padding: 1px 0 0 20px;
	list-style-type: none;
}
#nav1 li a.current {
	color: #ec068d;
	background: url(../images/nav-over.gif) left repeat-y;
}

#nav2 {
	width: 200px;
	position: absolute;
	top: 51px;
	left: 165px;
	list-style-type: none;
}
#nav2 ul {
	margin: 0px;
	padding: 0px;
}	
#nav2 ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}	
#nav2 li a {
	height: 32px;
	font-family: "Palatino Linotype";
	font-size: 14px;
  	height: 15px;
	text-decoration: none;
	list-style-type: none;
}	
#nav2 li a:link, #nav2 li a:visited {
	color: #999999;
	display: block;
	background: url(../images/nav-up.gif) left repeat-y;
	padding: 1px 0 0 20px;
	list-style-type: none;
}
#nav2 li a:hover {
	color: #ec068d;
	background: url(../images/nav-over.gif) left repeat-y;
	padding: 1px 0 0 20px;
	list-style-type: none;
}
#nav2 li a.current {
	color: #ec068d;
	background: url(../images/nav-over.gif) left repeat-y;
}

#content {
	position: absolute;
	top: 333px;
	right: 790px;
	bottom: 100px;
	left: 40px;
	color: #ffffff;
	width: 230px;
}
.body_text { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
#logo {
	width: 352px;
	height: 17px;
	position: absolute;
	top: 70px;
	right: 37px;
}
#left_shadow {
	background: url(../images/left_shadow.jpg) no-repeat;
	width: 18px;
	height: 580px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#bottom_shadow {
	background: url(../images/bottom_shadow.jpg) no-repeat;
	width: 774px;
	height: 18px;
	position: absolute;
	top: 476px;
	left: 0px;
}
.rrc_text { color: #666666; font-size: 16px;}
#rrc_logo {
	width: 124px;
	height: 55px;
	position: absolute;
	top: 565px;
	left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
}
#footer {
	position: absolute;
	top: 560px;
	left: 300px;
	text-align: right;
	width: 500px;
}
#footer_text {
	padding: 0px 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: #c70362;
	text-decoration: none;
}
.fm-logo {
	float: right;
	margin: 35px 0px 5px 10px;
}
