/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 20px auto 20px auto;
	padding: 0px;
	text-align:center;
	background-image: url(images/back.gif);
}

#top {
	margin : 0px auto;
	width: 740px;
	padding : 0px;
	height: 138px;
}


#top2 {
	margin : 0px auto;
	width: 740px;
	padding : 0px;
	height: 86px;
}

#pagebottom {
	text-align:center;
	vertical-align: middle;
	margin : 0px auto;
	padding : 10px 0px 0px 13px;
	width: 727px;
	height: 15px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#container {
	width: 740px;
	text-align:left;
	margin : 0px auto;
	background-color : #ffffff;
}

#leftnav {
	float : left;
	width: 120px;
	padding: 0px 0px 25px 5px;
	margin : 0px;
}

#rightnav {
	float : right;
	width: 125px;
	padding: 0px 4px 0px 0px;
	margin : 0px;
}

#content {
	width: 410px;
	margin-left : 162px;
	padding : 0px;
}

#content2 {
	width: 468px;
	margin-left : 135px;
	padding : 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	background-color : #FFFFFF;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #182564;
	background-color: #182564;
	height: 1px;
}

.title,h1 {
	font-size: 20px;
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 16px;
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.playersSpeak {
	font-style: italic;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a:link, a:active, a:visited {
	color : #182564;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #6371b3;
	font-weight:bold;
	text-decoration:none;
}

a.downloadNow:link, a:active, a:visited {
	text-decoration:underline;
}

a.downloadNow:hover {
	text-decoration:underline;
}

a.casinoTitle {
	font-size: 16px;
	color : #182564;
	font-weight: bold;
	text-decoration:none;
}

a.casinoTitle:hover {
	font-size: 16px;
	color : #6371b3;
	text-decoration:none;
}
/*---------------------------------------------------------------------------------------------
	Navigation Link Settings
---------------------------------------------------------------------------------------------*/

#navigation a {
	font:10px Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #FF6600;
	}
	
#navigation a:hover {
	color:#FFCD00;
	background: #990000;
	}
