/* CSS Document */
<!--
body {
	margin: 0; padding: 0;
	width: 100%; height: 100%;
	font: 101%/1.5 Geneva, Arial, Helvetica, sans-serif;
	color: white;
	background: url(marble_back200.jpg);
	background-color: #000000;
}

html { margin: 0; padding: 0; }

#holder {
	position: absolute;
	margin: 0; padding: 0; border: 0;
	top: 100px; left: 0;
	width: 100%; height: 410px;
	background-color: black;
	color: white;
}

#logo {
	position: absolute;
	top: 5px; left: 125px;
	width: 400px; height: 80px;
	background: url(logo_g.gif) no-repeat;
	z-index: 500;
}

#ringad {
	position: absolute;
	top: 310px; left: 336px;
	width: 85px; height: 80px;
	background-color: black;
	border: 2px dotted silver;
	z-index: 650;
	font-size: 0.75em;
}

#ringad p { padding-left: 5px; }

#ringad img { padding-left: 7px; padding-top: 5px; }

#navcontainer {
	position: absolute;
	top: 100px; left: 330px;
	width: 120px; height: 410px;
	margin: 0; padding-left: 10px;
	background: url(centernav.gif) no-repeat;
	z-index: 600;
}

a { color: silver; font-weight: bold; text-decoration: none; }

a:hover {color: white; }

ul { margin: 0; padding: 3px; }

#navlist li {
	list-style-type: none;
	padding-top: 10px;
	font-size: 0.75em;
	color: silver;
}

#text {
	position: absolute;
	top: 0; left: 470px;
	width: 270px; height: 410px;
	margin: 0; padding: 0;
	color: white;
	font-size: 0.8em;
}

#text2 {
	position: absolute;
	top: 0; left: 470px;
	width: 270px; height: 410px;
	margin: 0; padding: 0;
	color: white;
	font-size: 0.8em;
	overflow: scroll;
}

#specials {
	position: absolute;
	top: 0; left: 450px;
	width: 270px; height: 410px;
	margin: 0; padding: 0;
	color: white;
	font-size: 0.8em;
}

.fineprint { font-size: 0.75em; }

img { margin: 0; padding: 0; border: 0; }

.hideit { visibility: hidden; }

.showit { visibility: visible; }	

.reason { margin: 0; padding: 0; line-height: 0.5em; text-indent: 10px; color: #F8E3A3; font-weight: 700; }
-->

