
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 10px auto 10px auto;
	padding: 0px;
	text-align: center;
}

#top01-baccarat, #top01-blackjack, #top01-craps, #top01-poker, #top01-roulette, #top01-slots, #top01-videopoker {
	margin: 0px auto;
	padding: 17px 0px 0px 0px;
	width: 840px;
	height: 91px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#top01-baccarat { background-image: url(/images/back-top01-baccarat.jpg); }
#top01-blackjack { background-image: url(/images/back-top01-blackjack.jpg); }
#top01-craps { background-image: url(/images/back-top01-craps.jpg); }
#top01-poker { background-image: url(/images/back-top01-poker.jpg); }
#top01-roulette { background-image: url(/images/back-top01-roulette.jpg); }
#top01-slots { background-image: url(/images/back-top01-slots.jpg); }
#top01-videopoker { background-image: url(/images/back-top01-videopoker.jpg); }

#top02 {
	margin: 0px auto;
	padding: 9px 0px 0px 0px;
	width: 840px;
	height: 25px;
	background-image: url(/images/back-top02.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7faf90;
	font-weight: bold;
}

#pagebottom {
	margin: 0px auto;
	padding: 70px 0px 50px 0px;
	width: 840px;
	background-image: url(/images/back-bottom.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #000000;
}

#container {
	width: 840px;
	text-align: left;
	margin: 0px auto;
	background-color: #f6f4ec;
	background-image: url(/images/back-container.gif);
}

#leftnav {
	float: left;
	width: 175px;
	padding: 29px 0px 30px 29px;
	margin: 0px;
}

#rightnav {
	float: right;
	width: 198px;
	padding: 10px 30px 0px 0px;
	margin: 0px;
	text-align: center;
}

#content {
	width: 364px;
	margin-left: 226px;
	padding: 15px 0px 30px 0px;
	line-height: 150%
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#nav {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	width: 165px;
	font-size: 12px;
	font-weight: bold;
}

#newsletter {
	padding: 0px 8px;
	margin: 0px;
	width: 159px;
	font-size: 11px;
	font-weight: normal;
	background-image: url(/images/newsletter-back.gif);
}

.newsletterInput {
	margin: 0px;
	padding: 2px;
	border: 1px solid #a5acb2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	width: 158px;
	margin: 0px 0px 5px 0px;
}

ul.clean {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

ul.clean li {
	list-style-image: none;
	list-style-type: none;
}

table.clean {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #dddddd;
	border-collapse: collapse;
}

table.clean th {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #eeeeee;
	font-weight: bold;
	vertical-align: middle;
}

table.clean td {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	vertical-align: top;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #212121;
	background-color: #ffffff;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

hr {
	border: 0px;
	color: #f1f5f5;
	background-color: #f1f5f5;
	height: 1px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}


/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a {
	color: #700a09;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #ab4342;
	text-decoration: underline;
	font-weight: bold;
}

#top02 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#top02 a:hover {
	color: #f6f4ec;
	text-decoration: underline;
	font-weight: bold;
}

#newsletter a {
	text-decoration: underline;
	font-weight: normal;
}

#newsletter a:hover {
	text-decoration: underline;
	font-weight: normal;
}

