/*****Definitions*****/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	text-align: center; /*IE6 bug*/
	background: url("/i/background.gif") repeat-x;
}
body img {
	border: none;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 100%;
}
p {
	font-size: 90%;
}
a {
	text-decoration: underline;
	color: white;
}
a:hover {
	text-decoration: none;
}
ul.bullets {
/*	list-style-image: url("");*/
}

/*****BREADCRUMBS****/
#top-breadcrumbs {
	margin: 1px 0px 1px 0px;
	color: white;
}
#top-breadcrumbs a {
	text-decoration: none;
}
#top-breadcrumbs a:hover {
	text-decoration: underline;
}

/*****HEADER*****/
#wrapper {
	width: 790px;
	margin: 0 auto;
	text-align: left; /*IE6 bug*/
}
#skyline {
	height: 100px;
	padding-top: 0px;
	margin-left: 0px;
	background: url(/i/skyline.jpg);
}
#skyline p {
	margin-top: 3px;
	color: white;
	float: left;
	font-size: 90%;
}
#skyline form {
	padding-top: 16px;
	color: white;
}
#skyline a {
	color: white;
	text-decoration: none;
}
#skyline a:hover {
	text-decoration: underline;
}
#casino {
	padding-left: 278px;
}
#poker {
	margin-left: 31px;
}
#bingo {
	margin-left: 38px;
}

/*******MAILER********/
#mailer {
	padding-left: 600px;
}
#mailer div {
	font-size: 11px;
	width: 165px;
	padding: 6px;
	border: 1px solid #fff;
	background: #11723D;
}
#mailer input {
	border: 1px solid #000;
}

/******MID CONTAINER*****/
#mid-container {
        background: url('/i/mid-container.gif');
}

/******CONTENT SECTION DEFINITIONS*********/
.content {
	padding-left: 2px;
	width: 494px;
	float: left;
}
.content p {
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.content h1 {
	background: #1B341F;
	padding: 4px 0px 3px 2px;
	margin: 0px;
	color: white;
	font-size: 12px;
}
.content h2 {
	background: #1B341F;
	padding: 2px 0px 3px 2px;
	margin: 0px;
	color: white;
	font-size: 12px;
}
.reviews {
	padding-left: 2px;
	width: 494px;
	float: left;
}
.reviews p {
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.reviews h1 {
	background: #1B341F;
	padding: 4px 0px 3px 2px;
	margin: 0px;
	color: white;
	font-size: 12px;
}
.reviews h2 {
	margin-left: 3px;
}

/******CONTENT SECTION CLASSES*****/
.content-box {
	border: 1px #1B341F solid;
}
.content-box a {
	color: black;
}
.content-box-bottom {
	border: 1px #1B341F solid;
	margin-top: 2px;
	margin-bottom: 2px;
	float: left;
	width: 492px;
}
.content-box-bottom a {
	color: black;
}
.content-box-left {
	border: 1px #1B341F solid;
	width: 243px;
	margin-top: 2px;
	float: left;
}
.content-box-left p {
	margin-top: 9px;
	margin-bottom: 5px;
	float: left
}
.content-box-left a {
	color: black;
}
.content-box-left img {
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}
.content-box-right {
	border: 1px #1B341F solid;
	width: 243px;
	margin-top: 2px;
	float: right;
}
.content-box-right p {
	margin-top: 9px;
	margin-bottom: 5px;
	float: left
}
.content-box-right a {
	color: black;
}
.content-box-right img {
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}

/********BANNERS*********/
#banners {
	float: right;
	width: 130px;
}

/********FOOTER"*********/
#footer {
	font-size: 90%;
	text-align: center;
	background: url("/i/footer-bg.gif");
	color: white;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/******TOP NAV*****/
#top-nav {
	background-color: #000;
	margin-top: 2px;
	padding-top: 3px;
	margin-bottom: 2px;
	height: 27px;
}
#top-nav ul {
	padding-left: 0px;
	margin: 0px;
}
#top-nav li {
	padding-top: 3px;
	padding-left: 4px;
	float: left;
	list-style: none;
	width: 89px;
	height: 26px;
	margin-right: 2px;
	background: url("/i/top-nav-button.gif") no-repeat;
}
#top-nav a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#top-nav a:hover {
	text-decoration: underline;
}

/*****LEFT NAV*****/
#nav {
	height: 800px;
	width: 152px;
	float: left;
}
#nav ul {
	padding-left: 0px;
	margin: 0px;
	list-style: none;
}
#nav li {
	height: 23px;
	background: url("/i/left-nav-button.gif") no-repeat;
	margin-left: 2px;
	padding-left: 4px;
	font-size: 12px;
	font-weight: bold;
}
#nav a {
	display: block;
	color: #fff;
	padding-top: 5px;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav p {
	color: #fff;
	font-size: 12px;
	padding-left: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}

/*****REVIEWS*****/
#review-casino-logo {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
}
.review-nav {
	border: 1px #1B341F solid;
	background-color: lightgrey;
	margin-top: 4px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.review-nav a {
	padding: 1px;
	font-weight: bold;
	font-size: 12px;
	background-color: #fff;
	border: 1px #1B341F solid;	
	text-decoration: none;
	color: black;
}
.review-nav a:hover {
	color: white;
	background: #1B341F;
}
