body {
	color:#333;
	background : #FFFFFF;
	margin:10px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:6px 0px 0px 0px;
	padding:8px;
	font-size:12px;
	letter-spacing:-1px;
	font-weight:900;
	color:#000000;
	background : #fcf79c url("goldgrad.jpg") repeat-x;
	border : 1px solid #DAA520;
	}
h2 {
	font:12px verdana, arial, helvetica, sans-serif;
	font-weight : bold;
	color : #000000;
	margin:4px 0px 4px 0px;
	padding:3px 2px 6px 6px;
	letter-spacing:-1px;
	background : #daa520;
	background : url("button-left.jpg") no-repeat;
	}
h3 {
	margin:5px 0px 5px 0px;
	font :22px impact, sans-serif;
	font-weight:500;
	letter-spacing: -1px;
	color : #DAA520;
	}
h4 {
	font :10px tahoma, arial, sans-serif;
	color: #000000;
	font-weight : 200;
	letter-spacing: 1px;
	padding:2px;
	background: url("theback.jpg");
	border :1px solid #DAA520;
	line-height :100%;
	margin:5px 5px 5px 5px;
}
/*h5 {
width : 580px;
width : 100%;
height : 67px;
	padding :0px;
	font : 30px impact;
	background : url("newmaingroglogo.jpg") no-repeat top left;
	line-height :100%;
	margin:0px 0px 20px 0px;
}

h5 a {
display : inline;
width : 580px;
height : 67px;
position : absolute;
top : 10px;
left : 10px;
}

h5 a:hover {
display : inline;
width : 580px;
height : 67px;
position : absolute;
top : 10px;
left : 10px;
background : url("newmaingroglogo.jpg") no-repeat top left;
}
*/

.repcasino
{
margin:0px 0px 20px 0px;
width : 100%;
border : 0;
}
.repcasino a {border :0;}
.repcasino a:link {border :0;}
.repcasino a:visited {border:0;}
.repcasino img {border:0;}
h6 {
	font :10px tahoma, arial, sans-serif;
	color :#000000;
	font-weight : 200;
	letter-spacing: 1px;
	padding:2px;
	background: url("theback3.jpg");
	border:1px solid #DAA520;
	line-height :100%;
	margin: 5px 5px 5px 5px;
}
.navlink {
	font :10px tahoma, arial, sans-serif;
	color :#000000;
	font-weight : 200;
	letter-spacing: 1px;
	padding:2px;
	background: url("theback3.jpg");
	border:1px solid #DAA520;
	line-height :100%;
	margin: 5px 5px 5px 5px;
}


p {
	font:11px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	line-height: 120%;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}
.gold {
margin:4px 0px 4px 0px; 
padding:6px; 
font-size:12px; 
letter-spacing:-1px; 
font-weight:900; 
color:#000000; 
background : #FFFF00 url("goldgrad.jpg") repeat-x; 
border : 1px solid #DAA520;}
a {
	color:#0000FF;
	font:11px arial, helvetica, sans-serif;
	font-weight:200;	
	text-decoration:underline;
	}
a:link {color:#0000FF;}
a:visited {color:#07a;}
a:hover {background-color:#DAA520;}
/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:2px 210px 20px 170px;
	border:1px solid #DAA520;
	background-color:#FFFFFF;
	padding:10px;
	line-height: 80%;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navAlpha {
	position:absolute;
	width:150px;
	top:12px;
	left:20px;
	border:1px solid #DAA520;
	background-color : #EEE8AA;
	padding:5px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:138px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}
		
#navBeta {
	position:absolute;
	/*width:190px;*/
	width:150px;
	top:12px;
	right:20px;
	border:2px solid #DAA520;
	background-color: #FFFF00;
	/*background-color: #EEE8AA;*/
	padding:5px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:176px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}
