/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background: #EEEEEE;
}

h1 { margin: 0px; padding: 0px; font-size: 18px; }
h1 span { display: none; }

h2 {
	margin: 0px;
	padding: 0px;
	width: 379px;
	height: 40px;
	font-size: 24px;
	font-weight: normal;
	background: url(../images/header_rsi.gif);
}
h2 span { display: none; }

body#landing h2 {
	width: 550px;
	background: url(../images/landing_rsi.gif);
}

a { color: #CC0000; font-weight: bold; }

#container {
	margin: 0px auto;
	width: 775px;
}

#banner {
	width: 100%;
	height: 86px;
	background: #000000 url(../images/wf_logo.gif) no-repeat 12px 12px;
}

#wrapper {
	border: 1px solid #CCCC99;
}

#content {
	width: 769px;
	height: 498px;
	background: #FEBC1D;
	border: 2px solid #FED570;
}
body#popup #content {
	background: #FEBC1D url(../images/host_oops.jpg) no-repeat 80px 23px;
}
body#popup #content.dining {
	background: none;
	background-color: #ffc820;
	height: auto;
}

#message {
	position: relative;
	top: 140px;
	left: 355px;
	width: 345px;
}

#disclaimer_layer {position: absolute; top: 506px; left: 120px; padding: 4px; width: 600px; border: solid 2px #FED570; background-color: #cc2100; font: 500 9px Myriad, Arial, Helvetica, sans-serif; color: #FEBC1D;}

.show {display: block;}
.hide {display: none;}

a img {border: none;}

#footer {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	border-top: 4px solid #000000;
}
#footer a { color: #999999; font-weight: normal; }