/* CSS Document */
body {
	background-image: url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000000;
	margin:0px;
	padding:0px;
}
h2 {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#F00;
	margin:0px;
	padding:17px 0px 0px 20px;
}
#outerWrap {
	width:100%;
	height:100%
}
#innerWrap {
	width:876px;
	height:790px;
	background-image: url(images/inner_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}
#header {
	width:641px;
	height:152px;
}
#contentWrap{
	width:655px;
}
#leftContent{
	float:left;
	width:165px;
}
#leftContent img {
	margin-top:4px;
}
#rightContent {
	float:left;
	width:490px;
}
#casinoBar {
	background-image: url(images/casinobar_bg.png);
	width:477px;
	height:109px;
}
.highlightWrap {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#F00;
	margin:0px;
	padding:15px 0px 0px 20px;
}
.highLightsp {
	padding:0px 0px 0px 0px;
	margin:0px;
	color:#ff6707;
	font-weight:400;
	font-size:14px;
}

.highLights {
	margin-top:0px;
	width:479px;
	height:109px;
	background-image: url(images/highlights_bg.png);
	background-repeat:no-repeat;
}

#contentBanners {
	clear:both;
	width:655px;
	height:91px;
	padding-top:12px;
}
.contentBannersSet {
	margin-left:55px;
	float:left; 
	width:245px; 
	padding-right:4px; 
	text-align:right; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
	color:#bb780c;
	cursor:pointer;
}
.contentBannersSet2 {
	margin-left:67px;
	float:left; 
	width:245px; 
	padding-right:4px; 
	text-align:right; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
	color:#bb780c; 
	cursor:pointer;
}
.contentBannersSet p {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:12px;
	color:#e41a09;
	margin:8px 0px 0px 0px;
}
.contentBannersSet2 p {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:12px;
	color:#e41a09;
	margin:8px 0px 0px 0px;
}
#footer {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	padding-bottom:10px;
}
#footer p {
		margin:0px 0px 0px 0px;
		padding-top:1px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:600;
		font-size:11px;
		color:#4c3818;
}
#footer a {
	text-decoration:none;
	color:#4c3818;
		font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}