/*******************************************************

					Site Containers						

*******************************************************/
body{
	background-image: url(pix/bodyBG3.jpg);
	Xbackground-image: url(http://www.pokerstars.net/images/bg.gif);
	
	background-repeat: repeat-x;
	background-color: #dacea5;

	font-size: 14px;
	line-height: 140%;
	color:#000;
	font-family: arial;

	margin: 0;
	padding: 0;

}
#container{
	text-align: left;
	background-color: #FFF;
	background-image: url('pix/contentBG.jpg');
	background-position: top-right;
	border: 1px solid #003200;
	width: 1022;
	margin: 0 0 20 0;

	position:relative;
}
#header{
	z-index: 5;

	background-image: url(pix/headerBG.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 120;

	margin: 0;
	padding: 0;
}
#headerGraphic{
	background-image: url(pix/header.jpg);
	background-repeat:no-repeat;

	width: 622;
	height: 120;

	position:absolute;
	top:0;
	left:0;
}

#handGraphic{
	/* place above everything else */
	z-index:5;

	background-image: url(pix/hand.jpg);
	background-repeat:no-repeat;

	width: 297;
	height: 153;

	position:absolute;
	top:0;
	right:45;
}
/*******************************
		Header Text
*******************************/
.slogan{
	z-index: 3;
	position: absolute;
	top: 40;
	left: 182;
	/*
	top: 20;
	left: 370;
	*/
	font-size: 14px;
	color: #cc0000;
}
.slogan a{
	text-decoration: none;
	color: #cc0000;
}
.groupLinkTitle{
	z-index: 3;
	position: absolute;
	top: 70;
	
	font-size: 14px;
}
.groupLinkTitle a{
	text-decoration: none;
	color: #cc0000;
}
#groupLinkTitleJacks{
	left: 50;
}
#groupLinkTitleDeuces{
	left: 270;
}
#groupLinkTitleTens{
	left: 465;
}

#rightOverlayTop{
	background-image: url('pix/rightOverlayTop.jpg');
	background-repeat: repeat-x;
	width: 207;
	height: 11;
	
	position:absolute;
	top: 155;
	right: 0;
}

/*
	square advertisement that appears right on top of content
*/
.squareContentAd{
	float:left; 
	padding-right: 10;
}

#content{
	color:575711;
	width: 775;
	
	margin: 20 0 20 20;

	text-align: left;
}

#footer{
	border-top: 1px solid #003200;
	border-bottom: 1px solid #003200;
	
	background-image: url(pix/footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
	width:100%;
	height:39;
}
/*******************************************************

					Top Navigation						

*******************************************************/
#topNavBar{
	background-image: url('pix/topNav.jpg');
	width:100%; 
	height: 46;
	
	margin: 0;
	padding: 0;
}
/*
#topNavBar ul{
	width:100%;

	font-family: arial;
	font-size: 14px;
	list-style-type: none;

	margin: 0;
	padding: 0;
}
#topNavBar ul li{
	display: inline;
}
#topNavBar ul li a{
	background-image: url('pix/topNav.jpg');
	float:left;
	color: #464600;
	border-right: 1px solid black;
	display: block;
	text-decoration: none;

	height: 34;
	line-height: 250%;

	padding: 0 9;
}
#topNavBar ul li a:hover{
	float:left;
	background-image: url('pix/topNavHighlight.jpg');
	color: white;
}
#topNavBar ul li.separator{
	float:left;
	height: 34;
	width: 0;
	border-left: 1px solid black;
}
*/
/******************************
	Top Navigation Group
******************************/
.topNavBarGroup ul{
	
	position: absolute;
	
	font-family: arial;
	font-size: 12px;
	list-style-type: none;

	margin: 0;
	padding: 0;
	
	width: 168px;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	
	text-align: center;
}

.topNavBarGroup ul li{
	display: inline;	
}
.topNavBarGroup ul li a{
	background-image: url('pix/topNavBright.jpg');
	
	float:left;
	color: #464600;
	border: 1px solid black;
	border-right: 1px solid #815d16;
	border-left: 1px solid #f5fa93;
	
	display: block;
	text-decoration: none;
		
	height: 34;
	width: 54;
	line-height: 280%;
}
/* the last link has no right-border */
.topNavBarGroup ul li a.last{
	border-right: 0;
}

.topNavBarGroup ul li a:hover{
	float:left;
	background-image: url('pix/topNavHighlight.jpg');
	color: white;
	Xborder: 0;
}

/* group IDs */
#topNavBarGroup1{
	left: 23;
}
#topNavBarGroup2{
	left: 229;
}
#topNavBarGroup3{
	left: 434;
}


/*******************************************************

					Right Navigation						

*******************************************************/
#rightNav{
	position: absolute;
	right:10;
	top:180;
	height:100%;
	width: 180;
}
#rightNav ul{
	text-align: left;
	font-family: arial;
	font-size: 12px;
	list-style-type: none;

	margin: 0 0 10 0;
	padding: 0;
}
#rightNav ul li{
	display: block;
	width: 100%;
}
#rightNav ul li a{
	color: #104510;
	display: block;
	text-decoration: none;
	line-height: 110%;
	margin-bottom: 4;
}
#rightNav ul li a:hover{
	text-decoration: underline;
}


#rightNav h1{
	color:#444444;
	font-size: 12;
	font-weight: 800;
	
	margin-top: 0;
	padding: 0;
}
/*******************************************************

					Bottom Navigation						

*******************************************************/
#bottomNavBar{
	border-top: 1px solid #003200;
	border-bottom: 1px solid #003200;
	
	background-image: url(pix/footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
	width:100%;
	height:39;
	
	margin: 0;
	padding: 0;
	

}
#bottomNavBar ul{
	width:100%;

	font-family: arial;
	font-size: 12px;
	list-style-type: none;

	margin: 0;
	padding: 0;
}
#bottomNavBar ul li{
	display: inline;
}
#bottomNavBar ul li a{
	/*background-image: url('pix/topNav.jpg');*/
	float:left;
	border-right: 1px solid black;
	display: block;
	text-decoration: none;

	height: 39;
	line-height: 300%;

	padding: 0 9;
	
	color: white;
}
#bottomNavBar ul li a:hover{
	float:left;
	/*background-image: url('pix/topNavHighlight.jpg');*/
	color: red;
}
#bottomNavBar ul li.separator{
	float:left;
	height: 39;
	width: 0;
	border-left: 1px solid #003200;
}
/*******************************************************

					Text Style						

*******************************************************/
h1{
	color:#43430d;
	font-size: 18;
	margin: 5 0;
}

h2{
	color:#43430d;
	font-size: 14;
	margin: 10 0;
}

p{
	font-size: 14px;
	line-height: 140%;
	color:#000;
}

/*******************************************************
					misc. classes						
*******************************************************/
a:hover{
	cursor:pointer;
}

ul.list{
	list-style-type: none;
	
}
.box{
	border:1px solid #ddd;
	padding:10px;
	color:#666;
}

.linkBox{
	border:1px solid #ddd;
	padding:10px;
	margin: 10px;
	color:#666;
	position: relative;
	width: 700px;
}
.linkBox h1{
	margin-bottom: 5px;
	padding-bottom:0px;
}
.linkBox table{
	margin: 0px;
	padding: 0px;
}
.linkBox a{
	font-size: 14px;
}

#setHomepage{
	width: 525px;
	margin: auto;
	padding: 5px;
	background-color: #ECECEC;
}
#setHomepage H1 {
	font-size: 16px;
	text-align: center;
}
#setHomepage p{
	font-size: 12px;
	text-indent: 20px;
}
