
/*** HOME ***/
#home_flash {
	height: 305px;
	width: 900px;
	margin: 0;
}

#home_copy{
	height: 118px;
	width: 498px;
	margin: 25px 0 0 28px ;
	background-image: url(../img/home_copy.gif);	
}

/*** MAP LINK ***/
.casino-map-link{
	margin: 7px 0 0 28px ;
	width:341px; 
	height:145px; 
	background-image: url(../img/casino-map-link_01.gif); 
	display: block;
}

.casino-map-link:hover {background-image: url(../img/casino-map-link_02.gif);}

/*** NEWS   ***/
#news_container{
	margin: 28px 57px 0 0;
	padding: 0;
	float:right;
}

#news_bg{
	margin: 0;
	padding: 1px 0 0  3px;
	width:300px; 
	background: url(../img/news_bg.jpg) no-repeat ;
}

#news{
	margin: 0px;
	padding: 5px;
	width:264px; 
	border:#fff 10px solid;
}
	
#newsHeader{
	margin: 0;
	width:258px; 
	height:37px; 
	background-image: url(../img/latest-news.gif); 
	display: block;	
}

/*** ENABLE FOR SCROLLING NEWS CONTENT
#news ul{
	height: 125px;
	overflow:auto;
}
*/

#news ul li{
	color:#333;
	font-size:12px;
	background: url(../img/raquo.gif) no-repeat ;
	background-position: 0 3px;
	list-style:none;
	margin: 0 0 13px  -35px;
	padding: 0 0 0 14px;
}

#news a{
	font-weight:normal;
	text-decoration: none;
	color: #093;	
}

#news a:hover {
    font-weight:normal;
    text-decoration: underline;
    color:#030;
}

#newsBottom{
	height:6px;
	width:300px;
	margin: 0;
	padding: 0;
	background: url(../img/news_bot.jpg) no-repeat ;
}