@charset "utf-8";
/* CSS Document */

body {
	background-color: #081801;
	background-image: url(/images/bg.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 10px;
	color: #fff;
}

#pagewrap {
	margin: auto;
	width: 800px;
	height: 100%;
	border: 2px solid #fff;
	background-color:#113700;
	background-image: url(/images/bg2.jpg);
}

.header {
	padding: 0px;
	background-color: #237200;
	background-image: url(/images/bg3.jpg);
	border-bottom:  6px double #FFFFFF;
}

.sidecolumn {
	float:left;
	width: 180px;
	padding: 0px;
	margin: 0px;
	height: inherit;
}


.maincolumn {
	float:left;
	width:579px;
	padding: 20px;
	clear:right;
	min-height: 850px;
	height:auto !important; 
	height:850px;	
	background-color:#FFFFFF;
	border-left:  1px solid #237200;
	color: #000;
}

.footer {
	text-align: center;
	padding: 20px;
	margin-top: 3px;
	border-top:  6px double #fff;
	clear:both;
	color: #fff;
}

/* banners */

.sidebanner {
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.topbanner {
	text-align:center;
	padding: 10px;
	border-bottom:  6px double #FFFFFF;
}
.links {
	position:relative;
	top: 20px;
	left: 1px;
	float: right;
	height: 200px;
	width:170px;

}
.linksContent {
	background-color: #FFFFFF;
	color: #000;
	padding: 0px 5px 0px 5px;
	font-size: 12px;
}
/* misc */
#pokergame{
	border-bottom:  6px double #237200;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;	
	text-align:center;
}
#flash_poker{
	background-color: 192538;

}
.img {
	float: right;
	margin: 0px 0px 10px 10px;
}


hr {
	border:0; 
	border-bottom: 1px dotted #113700;
	height: 1px;
	margin: 2px 0px 2px 0px;
}


/* Text */

.header h1 {
	color: #fff;
	text-align:center;
	font-family: Trebuchet ms, tahoma;

	padding: 10px;	
	border-top:  6px double #FFFFFF;
	margin-bottom: 0px;
}


h2 {
	color: #fff;
	border-bottom: 1px dotted #113700;
}
h4 {
	color: #000;
	border-bottom: 1px dotted #113700;
	margin: 0 0 5px 0;
	font-size: 12px;
}
.maincolumn h2 {
	color: #000;
}

.slogan,
.slogan a,
.slogan a:visited {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	text-decoration: none;
}
.resize {
	color: #fff;
}
/* side navigation */
.sidenav ul {
	margin: 1px;
	padding: 0px;
	border: 1px solid #237200;
}
.sidenav ul li {
	margin: 1px;
	list-style: none;
	border: 1px solid #237200;
	display:block;
}
.sidenav ul li a,
.sidenav ul li a:visited  {
	background-color: #c8ffb0;
	display:block;
	padding: 5px;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	text-transform:capitalize;
	color: #081801;
}
.sidenav ul li a:hover {
	background-color: #081801;
	color: #FFFFFF;
	display:block;
}
.sidenav ul li.play a {
	font-size: 22px;
	text-align:center;
	background-color: #FFCC00;
}
.sidenav ul li.play a:hover {

}

.clearing {
	height: 1px;
	margin-top: -1px;
	clear: both;
	overflow: hidden;	
}

table {
	border: 1px solid #000;
}
table, 
table p,
table a:link,  
table a:visited,
table li {
	text-decoration:none;
}
th,
th p,
th a:link,
th a:visited,
th li {
	background-color: #FFCC00;
	text-align: center;
	border: 1px solid #000;
}
td {
	border: 1px solid #D0D0D0;
}
td,
td p,
td a:link,
td a:visited {
	text-align: right;
	background-color: #E8E8E8;
}
.left {
	text-align: left;
}

