* {
	margin:0; 
	padding:0;
}

body {
	background:#333 url('../images/bg.jpg') top left repeat-x;
	font-family:Verdana;
}

a:link {color: #ffd600; text-decoration: none;}
a:visited {color: #ffd600; text-decoration: none;}
a:hover {color: #ffc000;	text-decoration: underline;}
a:active {text-decoration: none;}

#wrapper {
	width:980px;
	margin:15px auto 0 auto;
}

#topnav {
	width:980px;
	height:35px;
	background:url('../images/topnav_background.gif') top center no-repeat;
	clear:both;
}

#header {
	width:980px;
	height:125px;
	background:url('../images/header.gif') top center no-repeat;
	clear:both;
}

#headerfooter {
	width:980px;
	height:15px;
	background:url('../images/headerfooter.gif') top center no-repeat;
	clear:both;
}

#contentbanner {
	width:980px;
	clear:both;
}

#main {width:980px;}

#columnleft {
	width:200px;
	margin: 0 10px 0 0;
	float:left;
}

#content {
	width:560px;
	float:left;
}

#columnright {
	width:200px;
	margin: 0 0 0 10px;
	float:right;
}

#footer {
	width:980px;
	line-height:19px;
	text-align:center;
	background-image:url('../images/footer.gif');
	margin: 0 0 20px 0;
	clear:both;
}

#footer  p {
	font-size: 11px;
	padding:0;
	margin:0;
}

p {
	color:#fff;
	margin: 0 0 15px 0;
	font-size: 13px;
}

/*TOPNAV*/
#headnav{
	margin: 0 40px 0 40px;
	font: bold 13px Arial;
	background-repeat: repeat-x;
	height: 35px;
}

#headnav li{display: inline;}

#headnav li a{
	float: left;
	text-align: center;
	color: #fff;
	text-decoration: none;
	width: 150px;
	padding: 4px 0 0 0;
	line-height: 25px;
}

#headnav li a:visited {color: #fff;}
#headnav li a:hover {color: #ffc600;}

/*LEFTCOLUMN*/
#columnleft {
	width: 200px;
	font-size: 14px;
	color: #fff;
	float:left;
}

#columnleft ul{
	list-style: none;
	border: solid 1px #cccccc;
	background-color: #111;
}

#columnleft li {
	border-bottom: 1px solid #111;
	text-align:left;
}

#columnleft li a{
	display: block;
	padding: 4px 10px 4px 5px;
	border-left: 10px solid #222;
	background-color: #262626;
	color: #fff;
	text-decoration: none;
	width: 173px;
}

#columnleft li a:hover{
	border-left: 10px solid #d9a800;
	background-color: #666;
	color: #fff;
}

.columnmenuheader {
	width: 200px;
	height: 20px;
	background-image: url('../images/column_header.gif');
	background-repeat: no-repeat;
	padding: 2px 0 0 8px;
	clear: both;
}

.columnmenuheader h4 {
	font-family: Arial;
	font-size: 0.8em;
	color: #ffc600;
}

.columnmenufooter {
	width: 200px;
	height: 25px;
	clear: both;
}

.article-wrapper {
	width: 560px;
	clear: both;
	margin: 0 0 15px 0;
}

.article-title {
	width: 545px;
	height: 20px;
	line-height: 20px;
	background-image: url('../images/content_header.gif');
	padding: 0 0 0 15px;
	clear: both;
}

.article-title h4 {
	font-size: 12px;
	color:#fff;
}

.article-content {
	width: 538px;
	padding: 10px;
	background-color: #262626;
	border: solid 1px #ccc;
	clear: both;
	overflow: auto;
}

.article-content h3 {color: #cc0000;}

.blocks {
	width: 178px;
	background-color: #262626;
	text-align: center;
	padding: 10px;
	border: solid 1px #ccc;
	clear: both;
}

.content-float-right {
	float: right;
	margin: 0 0 15px 15px;
}

.content-float-left {
	float: left;
	margin: 0 15px 15px 0;
}

span.yellow {color: #FFCC00;}
img {border: none;}
li {color: #fff;}

.pokerAd {
	width: 250px;
	border: 0px solid #FFCC00;
	padding: 5px;
	background: #333;
}

.footerSponsors {
	width: 980px;
	margin: 0 auto 10px auto;
}

.centerAd {
	width: 260px;
	margin: 0 0 15px 15px;
	padding: 5px;
	background: #333;
	float: right;
}
