/* 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:648px;
	height:785px;
	background-image: url(images/inner_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}
#header {
	width:648px;
	height:175px;
}
#contentWrap{
	width:800px;
}
#leftContent{
	float:left;
	width:198px;
}
#leftContent img {
	margin-top:4px;
}
#rightContent {
	float:left;
	width:445px;
}
#casinoBar {
	background-image: url(images/casinobar_bg.png);
	width:441px;
	height:109px;
}
.highlightWrap {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#F00;
	margin:0px;
	padding:18px 0px 0px 20px;
}
.highLightsp {
	padding:0px 0px 0px 0px;
	margin:0px;
	color:#ff6707;
	font-weight:400;
	font-size:14px;
}

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

#contentBanners {
	clear:both;
	width:655px;
	height:91px;
	padding-top:36px;
}
.contentBannersSet {
	margin-left:42px;
	float:left; 
	width:245px; 
	padding-right:5px; 
	text-align:right; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
	color:#bb780c;
	cursor:pointer;
}
.contentBannersSet2 {
	margin-left:73px;
	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;
}