/*
--------------------------------------------------------------------------------
	Body
--------------------------------------------------------------------------------
*/

body {
	background-color: #ccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	cursor: default;
	margin: 0;
	padding: 0;
	background-image: url('images/body_bg.gif');
	background-position: left;
	background-repeat: repeat-y;
	}

#container {
	width: 770px;
	}

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

a {
	color: #0000FF;
	}
	
a:hover {
	color: #0000FF;
	text-decoration: none;
	}

h1 {
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
	}

h2 {
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
	}

h3 {
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
	}

h4 {
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
	}

h5 {
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
	}

/*
--------------------------------------------------------------------------------
	Header
--------------------------------------------------------------------------------
*/

#header {
	background-image: url('images/header_bg.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	}

#header h1 {
	background-image: url('images/logo_bg.jpg');
	width: 447px;
	height: 102px;
	padding: 0;
	margin: 0;
	}

#header span {
	display: none;
	}

/*
--------------------------------------------------------------------------------
	Left Navigation
--------------------------------------------------------------------------------
*/

#left_nav {
	background-image: url('images/nav_bg.jpg');
	background-repeat: no-repeat;
	width: 154px;
	float: left;
	color: #fff;
	}

#left_nav .inner {
	padding: 70px 0 0 14px;
	}

#left_nav .inner ul {
	margin: 0 0 0 0;
	padding: 0;
	width: 120px;
	}

#left_nav .inner li {
	background-image: url('images/link_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px 0 5px 6px;
	list-style-type: none;
	}

#left_nav a {
	color: #fff;
	text-decoration: none;
	}

#left_nav a:hover {
	text-decoration: underline;
	}

/*
--------------------------------------------------------------------------------
	Content Information
--------------------------------------------------------------------------------
*/

#content {
	width: 616px;
	float: left;
	}

#content .topad span {
	display: none;
	}

#content .topad {
	background-image: url('images/blackjack_topad.gif');
	background-repeat: no-repeat;
	width: 616px;
	height: 108px;
	margin: 0;
	padding: 0;
	float: left;
	}

#popularrooms span {
	display: none;
	}

#popularrooms {
	background-image: url('images/popularroom_bg.gif');
	background-repeat: repeat-x;
	float: left;
	}

#content #popularrooms h3 {
	background-image: url('images/popularrooms.gif');
	background-repeat: no-repeat;
	width: 214px;
	height: 26px;
	margin: 0;
	padding: 0;
	}

#content #contentarea {
	background-image: url('images/content_topbg.gif');
	background-repeat: repeat-x;
	background-position: top left;
	clear: both;
	margin: 0 1px;
	}

#contentarea .inner {
	padding: 20px;
	}

#contentarea .inner p {
	padding: 0;
	margin: 0 0 10px 0;
	}

#contentarea .homepage {
	background-image: url('images/blackjack_welcome.gif');
	height: 29px;
	width: 146px;
	margin: 8px 0 4px 0;
	padding: 0;
	}

#contentarea h2 span {
	display: none;
	}

.horrule	{
	height: 1px;
	background-image: url('images/hor_dotted_bg.gif');
	background-repeat: repeat-x;
	}

#contentarea li {
	padding: 4px;
	}

#contentarea th {
	background-color: #252525;
	padding: 3px;
	color: #fff;
	text-align: left;
	}

#contentarea .centered {
	text-align: center;
	}

#contentarea .table td {
	background-color: #eee;
	height: 22px;
	padding: 3px;
	}

/*
--------------------------------------------------------------------------------
	Footer
--------------------------------------------------------------------------------
*/

#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	padding: 5px;
	margin: 20px 0 30px 180px;
	width: 500px;
	}

#footer span {
	font-size: 10px;
	}

#footer a {
	color: #333;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

#footer .horrule {
	margin-bottom: 10px;
	}