@charset "utf-8";

/* World Poker Club Theme CSS
   iflash Studio
   2009
--------------------------------------------------------------------------------*/

/*common
--------------------------------------------------------------------------------*/

*{ 
	padding: 0;
	margin: 0;
}

body{
	background: #000;
	font: 12px/1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
ul li, p {
	line-height: 1.6em;
}

h2 {
	font-size: 12px;
}

table.structures {
border-collapse:collapse;
text-align:center;
}

.text{
	padding: 20px;
	text-align: justify;
}

.bottom_text{
	padding: 10px;
	color: #272727;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

a, a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover, a:active{
	text-decoration: none;
	color: #CC0000;
}

h1{
	font-weight: 100;
	font-size: 14px;
	color: #FF1C1C;
}

.table_tittle{
	background: #af0000;
	padding: 10px;
}

.table_content{
	background: #313131;
	padding: 10px;
}

.images{
	border: solid #CC0000;
}


/*--------------------------------------------------------------------------------*/

.bg_content_home{
	float: left;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	width: 100%;
}

.bg_content_home .bg_content2{
	float: left;
	height: 371px;
	width: 100%;
	min-width: 940px;
	background: url(/images/content_1NEW.jpg) no-repeat center;
}

.bg_content2 div{
	float: left;
	position: relative;
	right: 50px;
	top:-10px;
	text-align: right;
	margin-left:auto;	
	margin-right:auto;
	width: 100%;
}

.bg_top{
	background: url(../images/bg_top.jpg) repeat-x center top;
	height: 128px;
	width: 100%;
	float: left;
}

.bg_content{
	height: auto;
	width: 100%;
	float: left;
}

.bg_bottom{
	background: url(../images/bg_bottom.jpg) repeat-x center top;
	height: 397px;
	width: 100%;
	float: left;
}
table.method{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	width:98%;
	height:300px;
}
td.method{
	background: url(../images/methodbg.gif) repeat-x center top;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	height:21px;
	text-align:center;
}
td.desc{
	padding:0 10px;
}