/*
Theme Name: P POKER
Description: P Poker Theme
*/
*{
	margin:0;
	padding:0;
}
body {
	font-size:13px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url(images/bg.jpg);
	color: #333;
	text-align: center;
	}
#body1{
	background: url(images/bgtop.jpg) top repeat-x;
}
#body2{
	background: url(images/bgbottom.jpg) bottom repeat-x;
}
hr{
	display: none;
}
a img{
	border: none;
}
#global{
	width:960px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#headerlogo{
	position:absolute;
	left:0;
	top:31px;
	width:261px;
	height:68px;
	color:#fff;
}
#headerlogo p{
	margin:0 0 0 30px;
	font-size:15px;
}
#headermenu{
	position:absolute;
	left:350px;
	top:48px;
	height:44px;
}

#headermenu table{
	height:44px;
	background:url(images/menu-bg.jpg);
}
#headermenu table a{
	font-size:11px;
	text-decoration:none;
	color:#53565f;
	font-weight:bold;
	padding:0 10px;
	line-height:30px;
}
#headermenu table a:hover{
	color:#2c2e33;
}
#content-top{
	padding : 127px 0 0 0;
	height:20px;
	background:url(images/content-top.gif) bottom no-repeat;
}
#content-bottom{
	height:20px;
	background:url(images/content-bottom.gif);
}
#content{
	background:url(images/content-bg.gif);
}
#left{
	float:left;
	width:570px;
	margin: 0 40px 0 30px;
}
#left img{
	margin: 0 0 20px 0;
}
#left p{
	line-height:20px;
	margin:0 0 20px 0;
	color:#2a2e37;
}
#left p a {
	color:#cb2987;
}
#left h1 + p {
	font-style:italic;
	color:#726c6f;
}
#left p a:hover {
	color:#ff0093;
}
#left h2 a{
	font-size:16px;
	color:#c41479;
	font-weight:bold;
}
#left h2 a:hover{
	color:#000;
}
h1{
	font-size:22px;
	color:#f0249d;
	padding:7px 0 15px 0;
	margin:0 0 15px 0;
	background:url(images/h1bg.jpg) bottom no-repeat;
}
h1 a{
	font-size:22px;
	color:#f0249d;
	padding:7px 0 15px 0;
	margin:0 0 15px 0;
	background:url(images/h1bg.jpg) bottom no-repeat;
	text-decoration:none;
}
#right{
	float:left;
	width:300px;
}
#right h3{
	color:#dbdbdb;
	padding:0 0 7px 0;
	margin:0 0 14px 0;
	background:url(images/h3bg.jpg) bottom no-repeat;
}
#right h4 a{
	color:#eee;
	font-size:15px;
}
#right h4 a:hover{
	color:#fff;
}
#right p{
	margin: 0 0 8px 0;
	padding : 0 0 8px 0;
	color:#747a85;
	border-bottom:1px solid #464b54;
}
.homelist{
	width:260px;
	margin:0 20px 20px 0;
	float:left;
	height:80px;
	overflow:hidden;
}
