body {
    font: normal small Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-align:justify;
    font-size:13px;
    margin-top:0px;
    margin-left:112px;
    margin-right:0px;
    margin-bottom:0px;
    background-image:url(images/bg.gif); background-repeat:repeat-x;
    background-color:#073C06;
}

#border {
    width:781px;
	}

#rc1 {
    width:12px;
    height:72px;
    padding-top:32px;
    background-image:url(images/rc1.jpg); background-repeat:no-repeat; background-position:bottom;
    float:left;
}

.links_bg {
    width:293px;
    height:72px;
    background-image:url(images/links_bg.gif); background-repeat:repeat-x; background-position:bottom;
    padding-top:32px;
    float:left;
}

#logo {
    width:169px;
    height:168px;
    background-image:url(images/logo_bg.jpg); background-repeat:no-repeat;
    float:left;
}

#rc2 {
    width:12px;
    height:72px;
    padding-top:32px;
    background-image:url(images/rc2.jpg); background-repeat:no-repeat; background-position:bottom;
    float:left;
}

.name {
    font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
    color:#62C318;
    text-align:center;
    font-size:25px;
    padding-top:40px;
}

.tag {
    color:#0C5C0A;
    text-align:center;
}
.toplinks {
    float:left;
	width:96px;
	text-align:center;
	padding-top:23px;
	height:20px;}

.toplinks a {
    float:left;
    width:96px;
    height:20px;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
    color:#72DA2E;
    text-decoration:none;
}
.toplinks a:hover {
    color:#E8E58B;}

.sap {
    background-image:url(images/sap.gif); background-repeat:no-repeat;
    width:1px;
    margin-top:3px;
    font-size:1px;
    float:left;
    height:66px;
}
#casino {
    width:781px;
    height:208px;
    background-image:url(images/casino.jpg); background-repeat:no-repeat;
    float:left;
}

#rc3 {
    width:9px;
	height:35px;
	background-image:url(images/rc3.gif);
	background-repeat:no-repeat;
	float:left;
	font-size:1px;
	}

#rc4 {
    width:9px;
	height:35px;
	background-image:url(images/rc4.gif); background-repeat:no-repeat;
	float:left;
	font-size:1px;
	}

#heading_bg {
    width:753px;
    height:35px;
    line-height:35px;
    background-image:url(images/heading_bg.gif); background-repeat:repeat-x;
    float:left;
    color:#1A9717;
    font-weight:bold;
    font-size:12px;
    padding-left:10px;
}
#main {
    clear:left;
    padding-top:10px;
    padding-bottom:10px;
}

.bottomlinks {
    float:left;
    width:127px;
    text-align:center;
    height:22px;}

.bottomlinks a {
    float:left;
    width:127px;
    height:22px;
    color:#418E28;
    text-decoration:none;
}

.bottomlinks a:hover {
    color:#97EB72;
}

.sap2{width:1px;
    float:left;
    height:22px;
    color:#418E28;
}

#bottom {
    width:781px; height:43px;
    line-height:43px;
    background-image:url(images/bottom.gif); background-repeat:repeat-x;
    }
    a {
	    color:#AAE78A;
        text-decoration:underline;
	}
    a:hover{
	    color:#AAE78A;
        text-decoration:none;
	}

.text {
    font-style:italic;
    color:#FFCC33;
    text-decoration:underline;
    font-weight:bold;
}

.img {
    width:90px; height:72px;
	vertical-align:top;
}
.slot {
    width:90px; height:45px;
}

.pic {
    align:center;
}

.pic2 {
    vertical-align:top;
	text-align:justify;
}


.text2 {
    text-align:justify;
}

.text3 {
    font-family: cambria;
    font-size:14px;
    color:#FFCC33;
    text-align:justify;
    font-weight:bold;
}

.text4 {
    font-family: cambria;
	font-size:14px;
	color:#A4FF48;
	font-weight:bold;
}

/*HERE BEGINS TAB MENU CSS*/

.tablist {
    list-style:none; 
    height:2em;
    padding:0; 
    margin:0; 
    border: none;
}

.tablist li {
    float:left; 
}

.tablist li a {
    display:block;
    padding:0 1em;
    text-decoration:none;
    border:0.09em solid #000;
    border-bottom:0;
    font:bold 1em/ arial,geneva,helvetica,sans-serif;
    color:#000;
    background-color:url(images/bg.gif);

    /* CSS 3 elements */
    webkit-border-top-right-radius:0.50em;
    -webkit-border-top-left-radius:0.50em;
    -moz-border-radius-topright:0.50em;
    -moz-border-radius-topleft:0.50em;
    border-top-right-radius:0.50em;
    border-top-left-radius:0.50em;
}
.tablist li a:hover {
    background:url(images/bg.gif);
    color:#fff;
    text-decoration:none;
}
.tablist li#current a {
    background:url(images/bg.gif) repeat-x;
    color: #fff;
}
.tablist li#current a:hover {
    background:url(images/heading_bg.gif) repeat-x;
    color:#000;
}

/*HERE ENDS TAB MENU CSS*/
/**/
li.a {
    text-shadow: Olive;
    font-weight:bolder;
    color:#33FF00;
}

/*here begin DIV containter*/
.container {
    width:781px;
    padding:0;
    margin:0 auto;
    text-align:justify;
    vertical-align:text-top;
}

.left {
    float:left;
    width:500px;
}

.middle{
    float:left;
    width:1px;
    text-align:center;
 }
 
.right {
    float:left;
	width:280px;
}

.clear{
    clear:both;
    height:0;
    width:100%;
 }
/*here end DIV containter*/

.redstyle {
    color:red;
    font-weight:bold;
}

.variation {
    color:#CC0033;
    font-weight:bold;
    text-transform:uppercase;
}

.td {
padding-left:8px;
padding-right:8px;
vertical-align:top;
}

.fon {
background-image:url(images/dices.gif);
width: 66px;
vertical-align:text-top;
background-repeat:no-repeat;
}









