/***[basic]***/

*
{
padding:0;
margin:0;
}

body
{
background: #000 url(../images/body-bg.jpg) repeat-x left top;
font:11px Tahoma;
margin:0;
}

a
{
text-decoration:none;
color:#fff;
}

a:hover
{
text-decoration:underline;
}

h1
{
font:23px "Trebuchet MS";
color:#fff;
}

h1 span
{
color:#F6BB46;
}

hr
{
height:1px;
border:0;
color:#666;
background:#666;
margin:10px 0;

}

img
{
border:0;
}


span.blue
{
font:19px "Trebuchet MS";
color:#00CCFF;
display:block;
}

span.yellow
{
font:12px Arial;
font-style:italic;
color:#F6BB46;
}


#wrapper
{
width:775px;
margin:0 auto;
overflow:hidden;
}


#wrapper .column {
  padding-bottom: 20010px;
  margin-bottom: -20000px;  
}

#content span.view a
{

display:block;
color:#fc0;
}

.box
{
width:auto;
float:left;
padding:5px;
margin-right:10px;
}



/***[top]***/
#top
{
width:775px;
background: url(../images/top-lights.jpg) repeat-x left top;
float:left;
}

#top img
{
float:left;
}

#top ul
{
float:right;
margin-top:70px;
list-style:none;
}


#top ul li
{
float:left;
border-right:1px solid #000;
padding:0 10px;
height:44px;
padding-top:30px;
}

#top ul li a
{

}
/***[left]***/

#left
{
width:201px;
float:left;
background:#F6BB46;
}

#left a
{
color:#000;
}




#left #article ul
{
list-style:none;
padding:5px;

}

#left #article ul li
{

}

#left #article ul li a
{
display:block;
background:url(../images/bul.jpg) no-repeat left center;
color:#000;
padding:5px;
height:100%;
border-bottom:1px solid #000;
padding-left:15px;
}

#body_fixed-limit-omaha #left #article ul li.fixed-limit-omaha a,
#body_high-strategy #left #article ul li.high-strategy a,
#body_one-round #left #article ul li.one-round a,
#body_high-low #left #article ul li.high-low a,
#body_pot #left #article ul li.pot a,
#body_intro #left #article ul li.intro a
{
color:#C61317;
}

#left #partner
{
float:left;
width:201px;
margin-top:10px;
}

#left #partner h2
{
font: bold 12px Arial;
padding:5px 20px;
border-bottom:1px solid #000;
display:block;
}

#left #partner ul
{
list-style:none;


}

#left #partner ul li
{
padding:5px 20px;
}

/***[content]***/
#content
{
float:right;
width:525px;
color:#CCCCCC;
padding:10px;
}

#content p
{
margin-bottom:10px;
line-height:16px;
}

#content h2
{
font: bold 12px Arial;
margin-top:5px;
color:#fc0;
}

#content a
{
text-decoration:underline;
color:#ccc;
}

#content a:hover
{
color:#fff;
}


#content ul, #content ol
{
padding-left:15px;
list-style:circle;
}

#content ol
{
list-style:decimal;
}

#content ul li, #content ol li
{
margin-bottom:10px;
}

#content ul li a, #content ol li a
{
text-decoration:none;
}

#content-index
{
float:right;
width:285px;
padding-right:260px;
background:url(../images/pokerplayer.jpg) no-repeat right 75px;
}

#fav-link
{
float:right;
width:535px;
margin-top:15px;
color:#fff;
padding:5px;
}

#fav-link ul
{
list-style:none;
padding-left:0;
}

#flag
{
width:400px;
float:left;
margin-top:15px;
margin-left:325px;
}

/***[index-bot-article]***/
#bottom-article
{
width:535px;
float:right;
background:url(../images/bot-art.jpg) repeat-x left bottom;
padding-left:5px;
margin-top:20px;
height:125px;
position:relative;
top:10px;
font:11px Tahoma;
}

#bottom-article ul
{
list-style:none;
float:left;
}

#bottom-article ul li
{
float:left;
width:160px;
padding:5px;
}

#bottom-article ul li h2 a
{
font: 11px Tahoma;
color:#FFCC00;
}

#bottom-article ul li p
{
color:#fff;
}

/***[Footer]***/

	#footer
	{
	width:100%;
	float:left;
	background:#003942;
	}
	
		#footer-content
		{
		width:775px;
		height:30px;
		margin:0 auto;
		padding:15px 0 0 8px;
		}
		
		#footer-content ul li
		{
		float:left;
		padding:0 4px 0 0;
		list-style:none;
		}
		
/***[form]***/

form{
margin-top:15px;
}

fieldset{
margin-bottom:10px;
display:block;
padding:10px 0px;
border-color:#060;
border:none;
}
	
legend
{
font-size:12px;
font-weight:bold;
}
	
input
{
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
}
	
label
{

display:block;
margin-top:10px;
width:200px;
}
	
input.frm_text
{
width:300px;
border:1px solid #000;
background:#003942;
color:#fff;
padding:4px 5px;

}
	
textarea
{
width:300px;
height:150px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
border:1px solid #000;
background:#003942;
color:#fff;
padding:4px 5px;

}
	
input.frm_submit{
display:block;
clear:both;
margin-top:10px;
font-size:12px;
padding:2px 4px;
background:#F6BB46;
border:0;
}