body { 
  text-align: center; 
  margin: 0 auto; 
  background: #2A2A2A url(/website_images/pokerehab/bg.gif);
  font-family: Arial, Helvetica, sans-serif;
 } 
  
 #container { 
  width: 900px;
  margin: 0 auto;
  overflow: hidden; 
  background-color: #fff;
 } 
  
 #leftside { 
  float: right; 
  width: 200px;
  padding: 10px 0 0 0;
  margin: 0 10px 0 0;
 } 
  
 #content {  
  text-align:left;
  float: left; 
  width: 670px; 
  padding: 10px 0 0 0;
  margin: 0 0 0 10px;
 } 
 
#menu {
  background:#FFFFFF none repeat scroll 0 0;
  line-height:normal;
  margin:0;
  text-align:center;
  width:900;
  }
  
#button {
  background:#FFFFFF none repeat scroll 0 0;
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0 3px;
  padding:0;
}

#button li {
background:transparent url(/website_images/pokerehab/button-right.gif) no-repeat scroll right top;
float:left;
height:28px;
margin:0 3px;
white-space:nowrap;
}

#button .page_item a{
	color: #f8f8f8;
	display: block;
	background: url(/website_images/pokerehab/button-left.gif) top left no-repeat;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	font: bold 13px Arial, Helvetica, sans-serif;
	line-height: 28px;
}

#button .page_item a:hover{
	color: #f8f8f8;

}
#button li:hover {
	background-position: 100% -36px;
}
#button .page_item a:hover {
	background-position: 0px -36px;
	border: none;
}

#button li.current_page_item {
	color: #ffffff;
	text-decoration: none;
	background: url(/website_images/pokerehab/button-right-hover.gif) top right no-repeat;
}
#button .current_page_item a, #button .current_page_item a:visited{
	color: #ffffff;
	text-decoration: none;
	background: url(/website_images/pokerehab/button-left-hover.gif) top left no-repeat;
}
