html { 
  background: #002465 url(images/background.jpg) no-repeat center center fixed;
  margin: 0px;
}

body {
	height: 100%;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px
	margin: 0px;
	padding: 0px;
}

#container {
	position: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 128px;
	width: 900px;
	padding-bottom: 0px;
	text-align: left;
}
.buttons {
	text-align: right;
	margin-right: 17px;
}

a.button {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
}
a.button:hover {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
}

#promo {
	background-image: url(images/promo.jpg);
	background-repeat: no-repeat;
	height: 207px;
	width: 900px;
}

.biggreen {
	vertical-align: top;
	font-family: arial;
	font-size: 40px;
	line-height: 40px;
	color: #005c25;
	margin-top: 57px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
}

.smgreen {
	font-family: arial;
	font-size: 28px;
	line-height: 20px;
	color: #005c25;
	margin-top: 0px;
	font-weight: bold;
	text-align: left;
}
.bigwhite {
	vertical-align: top;
	font-family: arial;
	font-size: 42px;
	line-height: 42px;
	color: #ffffff;
	margin-top: 10px;
	margin-left: 100px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: left;
}

.smwhite {
	font-family: arial;
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 100px;
	font-weight: bold;
	text-align: left;
}
.smwhite1 {
	font-family: arial;
	font-size: 20px;
	line-height: 23px;
	color: #ffffff;
	margin-top: 10px;	
	font-weight: bold;	
	margin-left:310px;
	margin-right: 0px;
	
}
.smyellow {
	font-family: arial;
	font-size: 20px;
	line-height: 25px;
	color: #feef00;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-left: 95px;
	font-weight: bold;
	text-align: right;
}
.bigyellow {
	vertical-align: top;
	font-family: arial;
	font-size: 42px;
	line-height: 42px;
	color: #ffffff;
	margin-top: 10px;
	margin-left: 100px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: left;
}
a.yellowlink {
	color: #feef00;
	font-family: arial, tahoma;
	font-size: 12px;
	text-decoration: underline;
	text-align: right;
}
a.yellowlink:hover {
	color: #fffa86;
	font-family: arial, tahoma;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
}

#navigation {
	background-image: url(images/navigation.jpg);
	background-repeat: repeat-x;
	height: 28px;
	width: 900px;
	text-align: left;
}
.nav {
	text-align: left;
	padding: 0;
	margin: 0;
}

a.topNav {
	margin-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	font-family: arial, tahoma;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
	vertical-align: middle;
	border-right: 1px solid white;
}
a.topNav:hover {
	margin-left: 20px;
	padding-right: 20px;
	color: #9abeff;
	font-family: arial, tahoma;
	font-size: 14px;
	line-height: 28px;
	text-decoration: underline;
}

#mainarea {
	width: 900px;
	margin: 0px auto;
	background-color: rgba(0, 36, 101, 0.4);
}

#leftcolumn {
	float: left;
	width: 650px;
	
}
#leftboxhead {
	position: relative;
	background-image: url(images/leftboxhead.jpg);
	background-repeat: repeat-x;
	width: 650px;
	float: left;
	height: 24px;
	color: #ffffff;
	font-family: arial, tahoma;
	font-size: 10px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.suntext{
        font-size:12px;
        color:#ffffff;
        text-align:left;
        float:center;
        margin:5px;
}


.whitetitle1 {
	color:	#ffffff;
	font-weight: bold;	
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

.whitetitle {
	color:	#ffffff;
	font-weight: bold;
	border-right: 1px solid #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}



#leftbox {
	position: relative;
	background-color: #002465;
	width: 650px;
	float: left;
	color: #00ff66;
	font-family: arial, tahoma;
	font-size: 12px;
	
}

.table1 {
	background-color: #002465;
	color: #00ff66;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: normal;
	height: 43px;
}
	
.table2 {
	background-color: #0f3c8d;
	color: #00ff66;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: normal;
	height: 43px;
}
	

p.tabletext {
	margin: 0px;
	font-weight:normal;
	padding-left: 2px;	
	color: #ffffff;
	text-align:left;
	font-size: 12px;
	float:left;
	line-height: 18px;
}

.leftboxlink {
	text-align:left;
	color: white;
	font-family: arial, tahoma;
	font-size: 12px;
	line-height: 25px;
}
a.leftboxlink {
	text-align: left;
	color: #ffffff;
	font-family: arial;
	font-weight:normal;
	font-size: 12px;
	line-height: 18px;
	padding-left: 4px;
	text-decoration: none;
}
a.leftboxlink:hover {
	text-align: left;
	color: #feef00;
	font-family: arial;
	font-weight:normal;
	font-size: 12px;
	line-height: 18px;
	padding-left: 4px;
	text-decoration: underline;
}
a.yellowtext {
	text-align: left;
	color:  #feef00;
	font-family: arial, tahoma;
	font-size:12px;
	line-height: 18px;
	padding-left: 4px;
	text-decoration: underline;
}

a.yellowtext:hover {
	text-align: left;
	color:  #fd031b;
	font-family: arial, tahoma;
	font-size: 12px;
	line-height: 18px;
	padding-left: 4px;
	text-decoration: none;
}
a.textvisited:yellowtext {
	text-align: left;
	color:  #feef00;
	font-family: arial, tahoma;
	font-size: 12px;
	line-height: 18px;
	padding-left: 4px;
	text-decoration: none;
}

.bluehead {
	width: 643px;
	height: 25px;
	line-height: 25px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #fcf301;
	background-color: #3a6cc5;
	text-decoration: none;
	text-align: left;
	border: 1px dashed #ffffff;	
}
a.bluehead {
	width: 643px;
	height: 25px;
	line-height: 25px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #ffeb08;
	background-color: #002465;
	text-decoration: none;
	text-align: left;
	border:none;
	text-decoration:underline;
}
a.bluehead hover {
	width: 643px;
	height: 25px;
	line-height: 25px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #01ac45;
	background-color: #002465;
	text-decoration: none;
	text-align: left;
	border:none;
	text-decoration:underline;
}
a.lightbluehead {
	width: 643px;
	height: 25px;
	line-height: 25px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #ffeb08;
	background-color: #000000;
	text-decoration: none;
	text-align: left;
	border:none;
	text-decoration:underline;
}
a.lightbluehead hover {
	width: 643px;
	height: 25px;
	line-height: 25px;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #01ac45;
	background-color: #000000;
	text-decoration: none;
	text-align: left;
	border:none;
	text-decoration:underline;
}

#rightcolumn {
	position: relative;
	float: right;
	width: 240px; 
}

#gamesbox {
	width: 240px;
	height: 125px;
	background-image: url(images/games-box.jpg);
	background-repeat: no-repeat;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}
.gamestitle {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 1px;
	color: #ffffff;
}
.readgame {
	width: 98px;
	height: 14px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #ffffff;
	background-color: #0459a8;
	text-decoration: none;
	text-align: center;
}

.playgame {
	width: 98px;
	height: 14px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #ffffff;
	background-color: #01ac45;
	text-decoration: none;
	text-align: center;
}

#bottomscreen {
	width: 900px;
	clear: both;
	background-image: url(images/fade.jpg);
	background-repeat: no-repeat;
}
h1 {
	color: #feef00;
	font-family: arial, tahoma;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	width: 650px;
	border-bottom: 1px solid #feef00;
}
h2 {
	color: #feef00;
	font-family: arial, tahoma;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	width: 240px;
	border-bottom: 1px solid #feef00;
	padding-left: 2px;
}
h2 span {
	color: #fffcb0;
	font-family: arial, tahoma;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #feef00;
	margin-left: 0px;
}
h3 {
	color: #feef00;
	font-family: arial, tahoma;
	font-size: 17px;
	line-height: 33px;
	font-weight: bold;
	width: 895px;
	border-bottom: 1px solid #feef00;
	text-align: left;
	padding-left: 5px;
}

h4 {
	color: #feef00;
	font-family: arial, tahoma;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	width: 150px;
	border-bottom: 1px solid #feef00;
	text-align: left;
	margin-left: 5px;
	margin-top: 15px;
}
h5 {
	color: #feef00;	
	font-family: arial, tahoma;
	font-size: 17px;
	line-height: 5px;
	font-weight: bold;	
	float:center;	
	margin-left: 5px;	
}
h5 span {
	color: #feef00;	
	font-family: arial, tahoma;
	font-size: 12px;
	line-height: 1px;
	font-weight: bold;	
	float:center;	
	margin-left: 10px;
	
}

h6 {
	color: #e2435a;
	font-family: arial, tahoma;
	font-size: 20px;	
	font-weight: bold;	
	float:left;
	border-bottom:none;
	text-align: left;
	margin-right:0px;
}


.green {
	text-align: justify;
	color: #00ff66;
	font-weight: normal;
	font-family: arial, tahoma;
	font-size: 13px;
	margin-left: 13px;	
}
.yellow {
	text-align: justify;
	color: #fcf305;
	font-weight:bold;
	font-family: arial, tahoma;
	font-size: 15px;
	margin-left: 13px;
	}

.red {
	text-align: justify;
	color: #fd0415;
	font-weight: bold;
	font-family: arial, tahoma;
	font-size: 17px;
	margin-left: 13px;
	margin-right: 3px;
	
}
.white{
    	color:#ffffff;
    	font-weight: normal;
	font-family: arial, tahoma;
	font-size: 12px;
	padding:0px;
	
    	
}

.maintext {
	text-align: justify;
	color: #9abeff;
	font-family: arial, tahoma;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 10px;
}
.righttext {
	text-align: justify;
	color: #ffffff;
	font-family: arial, tahoma;
	font-size: 12px;
	margin-left: 2px;
	margin-right: 10px;
}
.casinohead {
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	font-family: arial, tahoma;
	font-size: 20px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 4px;
}
.pokerbold {
	text-align: left;
	color: #feef00;
	font-weight: bold;
	font-family: arial, tahoma;
	font-size: 17px;
	margin: 5px;
	padding: 5px;
}

.yellowbold {
	text-align: right;
	color: #feef00;
	font-weight: bold;
	font-family: arial, tahoma;
	font-size: 20px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 4px;
	top:50px
}
.pokertext {
	text-align: justify;
	color: #ffffff;
	font-weight: normal;
	font-family: arial, tahoma;
	font-size: 13px;
	margin-left: 2px;
	margin-right: 3px;
	padding: 1px;
}
.pokertext1 {
	text-align: justify;
	color: #ffffff;
	width:250px;
	font-weight: normal;
	font-family: arial, tahoma;
	font-size: 12px;
	margin-left: 310px;
	margin-right: 0px;
	padding:10px;
	text-align:right;
}

.casinolead {
	text-align: right;
	color: #feef00;
	font-weight: bold;
	font-family: arial, tahoma;
	font-size: 13px;
	margin-left: 13px;
	margin-right: 3px;
	padding: 4px;
}
.gameshead {
	position: relative;
	background-image: url(images/gameshead.jpg);
	background-repeat: repeat-x;
	padding-left:5px;
	margin-bottom:5px;
	margin-left:10px;
	width: 518px;
	height: 10px;
	color: white;
	font-family: arial, tahoma;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}
#gameshead {
	position: relative;
	background-image: url(images/gameshead.jpg);
	background-repeat: repeat-x;
	padding-left:15px;
	margin-left:10px;
	width: 518px;
	height: 20px;
	color: white;
	font-family: arial, tahoma;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}
#gamescontent {
	position: relative;
	background-color: #dde0f8;
	padding-left:10px;
	margin-left:10px;
	width: 518px;
	color: black;
	font-family: arial, tahoma;
	font-size: 17px;
	line-height: 15px;
	text-align: left;
	border-bottom: 1px solid #303fd1;
	border-right: 1px solid #303fd1;
	border-left: 1px solid #303fd1;
}
.gamestext {
	text-align: justify;
	color: #000000;
	font-family: arial, tahoma;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.gamestextright {
	text-align: right;
	color: #000000;
	font-family: arial, tahoma;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
a.gamestextright {
	text-align: right;
	color: #0b00d8;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.gamestextright:hover {
	text-align: right;
	color: red;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.gamestextright2 {
	text-align: right;
	color: #000000;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100px;
	border-bottom: 1px solid #303fd1;
}
a.gamestextright2:hover {
	text-align: right;
	color: red;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100px;
	border-bottom: 1px solid #303fd1;
}
a.gamestextright3 {
	text-align: center;
	color: #fbed05;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100px;
	border-bottom: 0px #fbed05;
}
a.gamestextright3:hover {
	text-align: center;
	color:#fb0522;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100px;
	border-bottom: 0px  #fb0522;
}

	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100px;
	border-bottom: 0px #fbed05;
}
a.gamestextright4:hover {
	text-align: center;
	color:#fb0522;
	font-family: arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100px;
	border-bottom: 0px  #fb0522;
}

.li{
       font-size: 12px;
       color: #ffffff;
       font-weight: normal;
       text-indent: 10px;
       align:right;
}
#tours {
        float: center;
        height:20px;
        width:140px;	
	background-color:#3a6cc5;
	padding: 1px;
	color: #ffffff;
	text-align:center;
	font-size: 16px;	
	line-height:20px;
	border: 1px solid #ffffff;
	font-weight:bold;	
	padding-top:5px;
	margin-top:5px;
}
a.tours{
        font-size:14px;
        font-family: arial, tahoma;
        text-align:center;
        line-height:17px;
        font-weight:bold;        
        color: #ffffff;
        margin-top:3px;
	text-decoration: none;
}
a.tours:hover{
        font-size:14px;
        font-family: arial, tahoma;
        line-height:17px;
        text-align:center;
        font-weight:bold;
        color: #ac2330;
        margin-top:3px;
	text-decoration: underline;
}
.jargon{

        width: 648px;
        background-image:url(images/jargon-table.jpg);
        background-color: #6c6d70;      
        border-right: 1px solid ffffffpx ;
        border-left: 1px solid ffffffpx ;
        border-bottom: 1px solid ffffffpx ;
        background-repeat: repeat-x;
        margin-top:150px;
}
#centercolumn {
    	float: left;
    	width: 550px;
}
#promotions {
    	float: left;
    	width:275px;    	
    	text-align:right;
    	background-color:#535775;
    	margin-top:0px;
    	margin-right:0px;
    	margin-left:50px;
    	padding:5px;
    	align:left:
    
}
#promotions1 {
    	float: left;
    	width:275px;    	
    	text-align:right;
    	background-color:#7a7c8d;
    	margin-top:0px;
    	margin-right:0px;
    	margin-left:50px;
    	padding:5px;
    	align:left:    
}
a.back {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	backgroung-color:#002465;
	float:left;
	text-decoration: underline;
	
}
a.back:hover {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #feef00;
	backgroung-color:#002465;
	float:left;
	text-decoration: underline;
	
}
 hr {
 color: #feef00;
 }
 

#footer {
	width: 900px;	
	background-image: url(images/fade.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #aaaaaa;
	height: 135px;
	margin: 0px;
	padding: 0px;
	float: centre;
	margin:auto;
	font-family: arial, tahoma;
	font-size: 12px;
	color:	#445890;
	clear: both;
} 
a.footer {
	color: #ff6501;
	font-size: 12px;
	text-decoration: none;
}
a.footer:hover {
	color: #cccccc;
	font-size: 12px;
	text-decoration: underline;
}

.popup {
  color: yellow;
  display: none;
  position: fixed;
  padding: 2px;
  width: 375px;
  left: 50%;
  margin-left: -150px;
  height: 741px;
  top: 20%;
  margin-top: -100px;
  z-index: 20;
  background-color: #1d1d1d;
}

#popup1 {
  -webkit-box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
  box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
}

 

 

   