* {
	margin: 0px;
	padding: 0px;
}

body {
    
	font-family: Verdana;
    background-color: #b3b3b3;
    color: #444;
    text-decoration: none;
    word-spacing: 0.2em;
    text-align: left;
    letter-spacing: 0;
    font-size: 14px;    
}

a {
    color:#a90700;
	background-color: inherit;
	text-decoration: underline;
}

a:hover{
color:#a90700;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

.htitle{
display:none;
}

/*input {
	border: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}*/

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}

#body_wrapper {
	margin: 0 auto 0 auto;
	width: 1000px;
	background-color:#fff;
}


/* Page Header */

#page_header {
	/*background: url('images/header_bg2.jpg') no-repeat 0% 0%;*/
	background: url('images/pokerkakiheader3.jpg') no-repeat 0% 0%;

	width: 1000px;
	height: 183px;
}


/* Main Navigational Menu */

#mainnav {
	width: 1000px;
	height: 25px;
	background: url('images/headernav_bg.jpg') repeat-x;
	overflow: hidden;
}

.nav_menu{

	height: 25px;
	float: left;
	border-right: #fff 2px solid;
	padding: 6px;
	margin: 0px 0px 0px 0px;
    display: block;
    font-size:16px;
    text-decoration: none;
	font-weight:bolder;
	font-size:12px;
}


.nav_menu a {
    color: #fff;
	text-decoration:none;
}
.nav_menu:hover{
background: url('images/headernav_bg_h.jpg') repeat-x;
}

.nav_menu a:hover{
    color: #fff;
	text-decoration:underline;
}



/* Center Column News Box */

.newsbox {

	margin-bottom: 5px;
	width: 542px;
	background: url('images/newsbox_bg.jpg') repeat-y;
}

.newsbox_header {
    
	padding: 19px 10px 5px;
	background: url('images/newsbox_bg_top.jpg') no-repeat 0% 0%;
	height: 22px;
}

.newsbox_header h2 {

	padding-left: 20px;
	width: 500px;
	float: left;
	font-weight: bold;
	font-size: 14px;
}

.newsbox_header strong {
	float: right;
}

.newsbox_header a {
    text-decoration:none;
    color:#444;
}

.newsbox_header a:hover {
    color:#a90700;
}

.newsbox_content {
	padding: 0px 10px 20px;
	background: url('images/newsbox_bg_bot.jpg') no-repeat 0% 100%;
}

.newsbox_poster{
font-size:10px;
text-align:left;
margin-top:-10px;
margin-bottom:10px;
color:#a90700;

}

.newsbox_more{
font-size:10px;
text-align:right;
}

.newsbox_comments a {
	text-decoration: none;
}

.newsbox_comments a:hover {
	color: #959595;
	background-color: inherit;
}

/*forum Posts*/

.latest_forum_topic{
padding:2px;
font-size:11px;
line-height:16px;
}
.latest_forum_topic a{
padding:2px;
font-size:11px;
text-decoration:none;
}

.latest_forum_topic a:hover{
padding:2px;
font-size:11px;
text-decoration:underline;
}


/* Page Footer */

#footer {
    padding-top: 20px;
	height: 40px;
	width: 1000px;
	text-align: center;
	color: #fff;
	background-color: #464646;
	position: relative;

}


.calendarBG {
 background-color: #FFF;
}

.calendarBlank {
 background-color: #d3d3d3;
}

.calendarHeader {
 font-weight: bold;
 color: #444;
 text-align: center;
 background-color: #d3d3d3;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #444;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:visited {
 color:             #444;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #444;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold;
 font-size:	11px;
 color: #fff;
 background-color: #a90700;
 text-align:  center;
 vertical-align: middle;
}

.calendarToday {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#d3d3d3;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #d3d3d3;
 background-color:  #fff;
}

.calendarCell a {
 color:             #a90700;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:visited {
 color:             #a90700;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #a90700;
 text-decoration:   none;
 background-color:  transparent;
}

/* Leaderboard */
.Leaderboard_title {
	height: 25px;
	background: url('images/headernav_bg.jpg') repeat-x;
	text-align:center;
	color:#FFF;
	overflow: hidden;
	font-weight:bolder;
	font-size:18px;
}

.Leaderboard_grey{
	background-color:#e3e3e3;
}

/*Blog Roll */

.blog_title{
font-size:18px;
float:left;
color:#a90700;
}

.blog_subtitle{
font-size:10px;
float:left;
clear:left;
}

.blog_line{
font-size:10px;
height:24px;
border-top:1px dotted #DEDEDE;
color:#3D3D3D;
}

.blog_line a{
text-decoration:none;
color:#3D3D3D;
}

.blog_line a:hover{
text-decoration:none;
color:#a90700;
}

/* All Videos */
.avid{
text-align:center;
width:200px;
height: 150px;
background-color:#EEE;
padding:5px;
margin:5px;
float:left;
}

/*Poker Deals*/

.deal_header{
width:220px;
float:left;
border:1px solid #666666;
padding:0px;
margin: 3px;

}

.deal_logo{
clear:both;
float:left;
margin:0px;
padding:0px;
width:100%;
}

.deal_txt{
float:left;
font-size: 11px;
padding:5px;
height: 160px;
margin-top:0px;
}

.deal_cpad{
padding:2px;
}

