body {
	
	margin: auto;
	width: 780px;
	padding: 0;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}

a:link { color: #C85E35; }
a:visited { color: #c5b899; }
a:hover, a:active { color: #999; }


		
div#header {
	
	margin-bottom: 5px;
	text-align: center;
	height:110px;
	color: #000;
	background-color: #C85E35;
	border-bottom: 1px solid #000;
	background: #EEEEEE url(style/backgammon.gif) repeat-x;
}

div#blackjack_header {
	
	margin-bottom: 5px;
	text-align: center;
	height:110px;
	color: #000;
	background-color: #C85E35;
	border-bottom: 1px solid #000;
	background: #EEEEEE url(style/blackjack.gif) repeat-x;
}

div#poker_header {
	
	margin-bottom: 5px;
	text-align: center;
	height:110px;
	color: #000;
	background-color: #C85E35;
	border-bottom: 1px solid #000;
	background: #EEEEEE url(style/poker.gif) repeat-x;
}

div#languages {
	
	padding-top:5px; 
	padding-right:5px; 
	text-align: right;
	height:15px;
}

div#languages img{
	
	height:15px;
	border:1px; 
	border-color:#333333;
}

div#wrapper {

	background-color: #fff;
	margin: 0px;
	padding: 0px;
	width: 618px;
	float: left;	
}

div#navcol {

	width: 161px;
	padding-top: 2em;
	font-weight: bold;
	background-image: url(style/nav_col_base.jpg);
	background-repeat: repeat-y;
	height:1330px;
}


div#navcol ul
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		
		div#navcol ul li { margin-top: 4px; }
		
		#navcol ul li a
		{
			display: block;
			width: 135px;
			padding: 3px 5px 3px 10px;
			text-decoration: none;
			color: #000;
			background-image: url(style/nav_base.jpg);
			background-repeat: repeat-y;
			font-size:10px;
		}
		
		#navcol ul li a:hover
		{
			color: #fff;
			background-image: url(style/nav_base2.jpg);
			background-repeat: repeat-y;
		}
		
		div#navcol h2
		{
			font-size: 10px;
			color: #fff;
			margin: 1em 0 1em 0em;
			padding: 0.5em 0em 0.5em 0.5em;
			font-weight: bold;
			background-image: url(style/heading_bg.gif);
			
		}
		
div#img-buttons {

	text-align: center;	
	background-color: #fff;
}

div#content {

	float: right;
	width: 416px;
	padding-right: 14px;
	font-size:12px;
	padding-top: 2em;
}

div#content h1
		{	
			color: #000;
			font-size: 18px;
			font-weight: bold;
		}
		
div#content h2
		{	
			color: #C85E35;
			font-size: 14px;
			font-weight: heavy;
		}
		
div#sidecol {
	
	
	width: 161px;
	margin: 0;
	padding-top: 2em;
	float: right;
	text-align: center;	
	background-color: #ccc;
	
	background-image: url(style/more_col_base.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height:1330px;
	
}

div#sidecol h2
		{
			font-size: 10px;
			text-align: center;
			color: #fff;
			margin: 1em 0 1em 0em;
			padding: 0.5em 0em 0.5em 0.5em;
			font-weight: bold;
			background-image: url(style/heading_bg_r.gif);
		}

div#news
		{
			width: 148px;
			text-align: left;
			font-size:10px;
			background-color: #fff;			

		}


div#articles
		{
			text-align: left;
			font-size:11px;
			color: #fff;
			padding: 3px 5px 3px 10px;
			font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
			
			
		}
		

div#articles a:link {color: #000000}     /* unvisited link */
div#articles a:visited {color: #c5b899}  /* visited link */
div#articles a:hover {color: #f0d8a8}   /* mouse over link */
div#articles a:active {color: #f0d8a8}   /* selected link */
		

		
div#blog
		{
			text-align: left;
			font-size:11px;
			color: #fff;
			padding: 3px 5px 3px 10px;
			font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
			
			
		}
		

div#blog a:link {color: #000000}     /* unvisited link */
div#blog a:visited {color: #c5b899}  /* visited link */
div#blog a:hover {color: #f0d8a8}   /* mouse over link */
div#blog a:active {color: #f0d8a8}   /* selected link */

div#foot
		{
			clear: both;
			padding: .5em 1em;
			border-top: 1px solid #999;
			text-align: center;
		}
		
		div#foot ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		
		div#foot li
		{
			display: inline;
			margin-right: 1em;
		}
