html, body, h1, h2, h3, ul, li, p {
	margin: 0;
	padding: 0;
}
html, body{
	font-family: Verdana, Arial, sans-serif;
	font-size:small;
	color: #000000;
	height:100%;
	background-color: #BABABA;
}
#outerwrapper {
	margin: 0 auto;
	width: 1001px;
	background-color: #CCCCFF;
	background-image: url(../images/outer_bg.jpg);
}
#outerfooter {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;	
	height: 85px;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
	background-color:#CCCCFF;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
#header {
	height:70px;
	background-color: #CCCCFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
}
#home a{
	position: relative;
	top: 10px;
	left: -10px;
	display: block;
	float: right;
	width: 41px;
	height: 41px;
	background-color: #BABABA;
	background-image: url(../images/home_black.jpg);
	background-repeat: no-repeat;
}
body.index #home a {
	background-image: url(../images/home_white.jpg);
	background-repeat: no-repeat;
}
#home a:hover {
	background-image: url(../images/home_white.jpg);
	background-repeat: no-repeat;
}
div#header h1 {
	position: absolute;
	left: -9999px;	
}
#image1 {
	background-image: url(../images/imga2.jpg);
	background-repeat: no-repeat;
	width: 298px;
	height: 145px;
	border: 1px solid #333333;
	float: left;
	z-index: -1;
}
#image2 {
	background-image: url(../images/imgb1.jpg);
	background-repeat: no-repeat;
	width: 298px;
	height: 145px;
	border: 1px solid #CCCCFF;
	float: left;
	z-index: -1;
}
#image3 {
	background-image: url(../images/imgc1.jpg);
	background-repeat: no-repeat;
	width: 298px;
	height: 145px;
	border: 1px solid #CCCCFF;
	float: left;
	z-index: -1;
}
p {
	text-align:justify;
	margin-bottom: 2px;
}
h1 {
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
	text-decoration: underline;
}
h2 {
	color: #000000;
	font-size: 110%;
	margin-bottom: 10px;
}
h3 {
	color: #000000;
	font-size: 100%;
}
a {
	color: #0000CC;
}
#content {
	float: left;
	padding: 20px;
	min-height: 500px;
	width: 670px;
	background:#CCCCFF;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 490px 350px;
	margin-top: 10px;
	border-left: 2px solid #999999;
}
/* for Internet Explorer */
* html #content {
	height: 500px;
}
body.casino #content {
	background-attachment: scroll;
	background-image: url(../images/dicebg.jpg);
	background-repeat: no-repeat;
	background-position: 490px 350px;	
}
body.poker #content {
	background-attachment: scroll;
	background-image: url(../images/cardsbg.jpg);
	background-repeat: no-repeat;
	background-position: 490px 350px;	
}
#content li {
	list-style-image: url(../images/bullet.jpg);
	list-style-type: none;
	margin-left: 25px;
}
#footer {
	clear:both;
	color: #000000;
	font-size: x-small;
	padding: 20px 1px 1px;
	background-color: #CCCCFF;
}
#footer a{
	text-decoration: none;
}
#footer p{
	text-align:center;
}
.thumbnail {
	float:left;
	margin: 10px;
	padding: 0px;
}
img {
	border:1px solid #CCCCFF;
}
blockquote {
	font-size: x-large;
	color: #999999;
	font-style: italic;
	width: 150px;
	margin: 15px;
	text-decoration: none;
}
blockquote.right{
	float: right;
}
blockquote.left {
	float: left;
}

/* Main Navigation styles */
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	width: 900px;
}
#nav ul li {
	display: inline;
	margin: 0px;
	padding: 45px 0px 10px;
}
* html #nav ul li {
	padding: 0px;
}
#nav a:hover {
	color: #ffffff;
}
#nav ul li a {
	background: #BABABA url(../images/nav_bg.jpg) no-repeat -1px;
	padding-top: 10px;
	padding-bottom: 12px;
	float: left;
	width: 298px;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
	border: 1px solid #333333;
}

body.sportsbook #nav li.sportsbook a,
body.casino #nav li.casino a,
body.poker #nav li.poker a {
	color: #ccccff;
	background: #BABABA url(../images/nav_down_bg.jpg) no-repeat -1px;
}

/* Sub Navigation styles */
#subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	float: left;
	margin-top: 10px;
}
#subnav ul li {
	list-style: none;
	margin: 10px 10px 10px 10px;
}
* html #subnav ul li {
	padding: 0px;s
}
#subnav a:hover {
	color: #0000ff;
	background-color: #e0e0fc;
}
#subnav ul li a {
	padding: 5px;
	width: 150px;
	display: block;
	color: #003955;
	text-decoration:none;
	font-weight:bold;
	text-align: center;
	border-bottom: 1px dashed #999999;
}

/* actuve link style */
 
a:link {color:#0000ff; text-decoration:none;}
a:visited {color: #003955; text-decoration:none;}
a:hover {text-decoration:underline; color:#0000CC;}
a:active {text-decoration: underline;}
