	body {
	background: green ;
	background-repeat: no-repeat;
	background-position:center top;
	background-attachment:scroll;
	margin:0;
	padding:1;
	text-align:center;
	color:#000000;
	font-family:arial;
   font-size:14pt;
}

#wrapper {
	 width:1000px;
    margin:0 auto;
    text-align:left;
}


#content_wrapper {
	width: 1000px;
	height:575px;
	margin: 0;
	padding: 0;
}


#header {
	position: relative;
   height:110px;
	background: url(../images/backgrounds/rypc_header.png) no-repeat right center;
	padding: 0;	
	color: #ffffff;
	margin-left:auto;
   margin-right:auto;
	width:1000px;
}


 #navigator {
	clear: both;	
	margin: 0; 
	padding: 0;
	background: url(../images/backgrounds/navigator_bg.png);
	background-repeat: no-repeat;
	font: bold 14px arial;
	width: 1000px;
	height: 35px;
}


#navigator ul {
	float: left;
	list-style: none;
	margin:0; 
	padding: 0 ;
}

#navigator ul li {
	display: inline;
}

#navigator ul li a {
	margin-left: 50;
	margin-top: 10;
	display: block;
	float: left;
	padding: 0 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}

#navigator ul li a:hover {
	color: #000000;
}

li.current {
	background-color:#000000;
	color: #FFFFFF;
} 

#main_page {
	position:relative;
	background: #0425fa;
	float: left;
	width: 1000px;
	padding: 0;	
	margin-left:auto;
   margin-right:auto;
	display: inline;	 
	overflow: hidden;
}

#main_page ul {
	list-style:none;
	font-size:14px;
	color:#000000;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	line-height: 30px;
}

#main_page ul.poker_review {
	list-style:disc;
	font-size:14px;
	color:Navy;
	margin-left:35;
	margin-bottom:20px;
	padding: 0 ;
	line-height: 20px;
}

#main_page p, #side_menu p {
	text-align:justify;
}


h1 {
	font-family:arial;
	font-size:20pt;	
	color:#000000;
	letter-spacing:3px;
}


h2 {
	font-family:arial;
	font-size:13pt;	
	color:#d12126;
	letter-spacing:2px;
}

h3 {
	font-family:arial;
	font-size:15pt;	
	color:BLUE;
	letter-spacing:2px;
}

h3.advertise
	{
	font-family:arial;
	font-size:12pt;	
	font-weight:bold;
	color:#000000;
	letter-spacing:2px;
	margin-left:300px;
}

h4{
	font-family:arial;
	font-size:10pt;	
	color:#d12126;
}

h5{
	font-family:arial;
	font-size:11pt;	
	color:#000000;
}


a, a:visited {
	color:#000000;
	text-decoration:underline;
}

a.black, a.black:visited, a.black:hover{
	color:black;
	font-size:14px;
	text-decoration:underline;
}

a.strategy, a:active, a:visited
{
	color:#0425fa;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

a.strategy:hover
{
	text-decoration:underline;
}

a.no_underline, a.no_underline:visited{
	color:#1d9501;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

a.no_underline:hover{
	text-decoration:none;
}

a.review, 
a.review:active, 
a.review:visited {
	display:table-cell;
	font-style:italic;
	font-weight: bolder;
	color:#d12126;
	width: 116px;
	height: 37px;
	background: url(../images/backgrounds/review.png);
}

a.review:hover {
	background: url(../images/backgrounds/review2.png);
}

a.red_link,
a.red_link:active, 
a.red_link:visited{
	font-size:14px;
	font-weight:bold;
	color:#d12126;
	text-decoration:underline;
}

a.red_link:hover {
	color:#000000;
	text-decoration:none;
}


a.green_link,
a.green_link:active, 
a.green_link:visited{
	font-size:14px;
	font-weight:bold;
	color:#1d9501;
	text-decoration:underline;
}

a.green_link:hover {
	color:#000000;
	text-decoration:none;
}


a.download,
a.download:active, 
a.download:visited{
	display:table-cell;
	font-style:italic;
	font-weight: bolder;
	width: 141px;
	height: 37px;
	background: url(../images/backgrounds/download.png);
}

a.download:hover {
	background: url(../images/backgrounds/download2.png);
}

a.register_now
{
	display:table-cell;
	width: 950px;
	height: 40px;
	background: url(../images/play_poker_now/register_now.png);
}

a.register_now:hover {
	background: url(../images/play_poker_now/register_now2.png);
}

a.play_now
{
	display:table-cell;
	width: 950px;
	height: 40px;
	background: url(../images/play_poker_now/play_now.png);
}

a.play_now:hover {
	background: url(../images/play_poker_now/play_now2.png);
}

a.action
{
	display:table-cell;
	width: 950px;
	height: 40px;
	background: url(../images/play_poker_now/action.png);
}

a.action:hover {
	background: url(../images/play_poker_now/action2.png);
}



#footer {
	color: #ffffff;
	background:  url(../images/backgrounds/footer_bg2.png) no-repeat center top;
	clear: both;
	width:1000px;
	height: 110px;
	text-align: center;	
	font: bold 14px arial;
}

#footer p { 
	padding: 10px 0;
	margin: 0;
}

#footer a {
	color: #ffffff;
	text-decoration: none; 
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline; 
}

#footer ul {
	float: left;
	list-style: none;
	margin:0; 
	padding: 0 ;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	margin-left: 20;
	margin-top: 10;
	display: block;
	float: left;
	padding: 0 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}

#footer ul li a:hover {
	color: #000000;
}


a:hover {
	text-decoration: underline;
	color: #000000;
}

img {
	padding:0;
	border: 0;
}
		
.bloc-txt, .bloc-txt-txt, .bloc-img-txt, .bloc-txt-img, .bloc-img {
	margin:0;
	padding:0 5px 0 5px;
	clear:both;
}


.bloc-txt-txt .richtext, .bloc-img-txt .richtext, .bloc-img-txt .image,
.bloc-txt-img .richtext, .bloc-txt-img .image  {
	margin:0 ;
	width:48%;
	float:left;
}


.bloc-sep {
	width:20px;
	margin:0;
	padding:0;
	float:left;
}

td.top_pokersites_top_text
{
	font-style:italic;
	font-weight:bold;
	width:950px;
	height:35px;
	font-family: arial;
	color: #ffffff;
	font-size: 25px;
	background: #fcfcfc url(../images/backgrounds/rypc_topbar.png) no-repeat center top;
	text-align:center;
}

td.top_pokersites_top_text_hp_top5_reviews
{
	font-style:italic;
	font-weight:bold;
	width:950px;
	height:30px;
	font-family: arial;
	color: #ffffff;
	font-size: 25px;
	background: #fcfcfc url(../images/backgrounds/rypc_top5_hp.png) no-repeat center top;
	text-align:center;
}


td.minimum_deposit
{
	background-color:#ffffff;
	font-family: verdana;
	font-size:20px;
	color: #be7300;
	border-bottom: solid 2px #0425fa;
	padding-left:5px;
	padding-right:5px;
}


td.black_top_pokersites_text
{
	font-style:italic;
	font-weight: bold;
	height:35px;
	font-family: arial;
	color: #ffffff;
	font-size: 14px;
	background-color:#000000;
}


td.top_pokersites_text
{
	font-style:italic;
	font-weight: bold;
	width:auto;
	height:62px;
	font-family: arial;
	color: #000000;
	font-size: 16px;
	background-color:#ededed;
	border-bottom: solid 2px black;
}

td.top_pokersites_text2
{
	font-style:italic;
	font-weight: bold;
	height:62px;
	font-family: arial;
	color: #000000;
	font-size: 16px;
	background-color:#ffffff;
	border-bottom: solid 2px black;
}

td.pokersites
{
	font-family: arial;
	color: #000000;
	font-size: 12px;
	background-color:#ededed;
	padding-left:5px;
	padding-right:5px;
}

td.pokersites2
{
	font-family: arial;
	color: #000000;
	font-size: 12px;
	background-color:#ffffff;
	padding-left:5px;
	padding-right:5px;
}


td.pokersites_review
{
	font-family: arial;
	color: #000000;
	font-size: 14px;
	background-color:#ededed;
	border-bottom: solid 2px black;
}

td.pokersites_review2
{
	font-family: arial;
	color: #000000;
	font-size: 14px;
	background-color:#ffffff;
	border-bottom: solid 2px black;
}


td.main_page_text_underline
{
	background-color:#ffffff;
	font-family: arial;
	font-size:14px;
	color: #000000;
	border-bottom: solid 2px #0425fa;
	padding-left:10px;
	padding-right:10px;
}

td.main_page_text
{
	background-color:#ffffff;
	font-family: arial;
	font-size:14px;
	color: #000000;
	padding-left:10px;
	padding-right:10px;
}

table.top_pokersites_text
{
	font-family: arial;
	text-align:justify;
}

td.home_page_advertise
{
	font-family: arial;
	font-size: 14px;
	color: #000000;
	background:#ECE5B6 url(../images/backgrounds/chips_logo_pile.png) no-repeat left;
	border-top: solid 2px #0425fa;
}

ul.home_page_advertise {
	list-style:none;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:350px;
	padding:0;
	line-height: 30px;
}

a.home_page_advertise
{
	font-family: arial;
	font-size: 14px;
	color: #000000;
	text-decoration:none;
}

a.home_page_advertise:hover
{
	font-family: arial;
	font-size: 14px;
	color: #000000;
	text-decoration:underline;
}

td.poker_listings_text
{
	font-style:italic;
	font-weight: bold;
	width:auto;
	height:32px;
	font-family: arial;
	color: #000000;
	font-size: 16px;
	background-color:#ECE5B6;
	border-bottom: solid 2px black;
}

td.poker_listings_text2
{
	font-style:italic;
	font-weight: bold;
	width:auto;
	height:32px;
	font-family: arial;
	color: #000000;
	font-size: 16px;
	background-color:#ffffff;
	border-bottom: solid 2px black;
}

td.poker_listings_hp
{
	font-style:italic;
	font-weight: bold;
	width:auto;
	height:32px;
	font-family: arial;
	color: #000000;
	font-size: 14px;
	background-color:#ECE5B6;
	border-bottom: solid 2px black;
}

td.poker_listings_hp2
{
	font-style:italic;
	font-weight: bold;
	width:auto;
	height:32px;
	font-family: arial;
	color: #000000;
	font-size: 14px;
	background-color:#ffffff;
	border-bottom: solid 2px black;
}


a.review_small, 
a.review_small:active, 
a.review_small:visited {
	display:table-cell;
	font-style:italic;
	color:#d12126;
	width: 76px;
	height: 22px;
	background: url(../images/backgrounds/review_small.png);
}

a.review_small:hover {
	background: url(../images/backgrounds/review_small2.png);
}


a.download_small,
a.download_small:active, 
a.download_small:visited{
	display:table-cell;
	font-style:italic;
	width: 85px;
	height: 22px;
	background: url(../images/backgrounds/download_small.png);
}

a.download_small:hover {
	background: url(../images/backgrounds/download_small2.png);
}

table.chart
{
	background-color:Black;
	text-align: center;
	font-family: Verdana;
	font-size: 18px;
	color: white;
	width: 700px;
}

table.pre_flop_chart
{
	background-color:Black;
	text-align: center;
	font-family: Verdana;
	font-size: 17px;
	color: white;
	width: 700px;

}

td.preflop_underline
{
	line-height:35px;
	border-bottom:2px solid white;
}

b.text_chart
{
	font-family: Verdana;
	font-size: 20px;
	color: white;
}


#mp_hp_top5_reviews_left
{
	position:relative;
	background-color:#ffffff;
	color: #000000;
	width: 425px;
	float: left;
	padding-left:5px;
	padding-right:5px;
}

#mp_hp_top5_reviews_right
{
	position:relative;
	background-color:#ffffff;
	color: #000000;
	width: 475px;		
	margin-right:10px;
	float: right;
}

#mp_hp_rypc_logo_left
{
	position:relative;
	background-color:#ffffff;
	color: #000000;
	width: 120px;
	float: left;
	padding-left:5px;
	padding-right:5px;
}

#mp_hp_rypc_logo_right
{
	position:relative;
	background-color:#ffffff;
	color: #000000;
	width: 790px;		
	margin-right:10px;
	float: right;
}