body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#f4f4f4;
	background:#d7efff url(../images/bg.png) repeat;
}
body, ul {
	margin:0;
	padding:0;
}
.rel {
	position:relative;
}
.abs {
	position:absolute;
}

.pad10, .ads{
	padding:10px;
}
.pad-tb20{
	padding:20px 0;
}
.pad15{
	padding:15px;
}
.mar10 {
	margin:10px;
}
a img, img {
	border:0 none;
}
a {
	text-decoration:none;
	color:#fff;
}
.mar-b15 {
	margin-bottom:15px;
}
p, h2, .mar-b10, h5 {
	margin:0 0 10px;
}
.clear {
	clear:both;
}
.left{
	float:left;
}
.right {
	float:right;
}
.align-right {
	text-align:right;
}
.align-center {
	text-align:center;
}
.rounded, #menu, #lgames, #sub-menu1, #about, #sub-menu2, #easy-accordion dt, #contents, #games, #software, #play{
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* KHTML */
	border-radius:10px; /* CSS3 */
}
/**** LAYOUT ****/
.page-size{
	width:1003px;
	margin:0 auto;
}
h2{
	font-size:24px;
	color:#fff;
	font-weight:normal;
	font-family: 'Quintessential', cursive;
}
p{
	line-height:22px;
}
#logo{
	padding-top:10px;
}
/*** menu ***/
#menu{
	background:url(../images/menu-bg.jpg) repeat-x;
	margin-bottom:20px;
}
#menu ul {
	list-style-type:none;
}
#menu li {
	float:left;
	padding:0 32px;
	background:url(../images/menu-divider.png) no-repeat right center;
}
#menu li.last{
	background:none;
}
#menu a {
	color:#fff;
	display:block;
	height:45px;
	line-height:45px;
	text-decoration:none;
	font-family: 'Quintessential', cursive;
	font-size:18px;
}
#menu li a:hover, #menu li.active a {
	color:#000;
}
/******* content *******/
#easy-accordion dt.active{
	-moz-border-radius:10px 10px 0 0; /* Firefox */
	-webkit-border-radius:10px 10px 0 0; /* Safari, Chrome */
	-khtml-border-radius:10px 10px 0 0; /* KHTML */
	border-radius:10px 10px 0 0; /* CSS3 */
}
#contents{
	background:#32373b;
	padding:20px;
	margin-top:20px;
}
#last-block h2{
	font-family: 'Domine', cursive;
	font-size:22px;
}
#poker-ads{
	background:url(../images/poker-ads-bg.jpg) repeat-x;
	padding:15px;
}
#poker-ads a.ads1{
	padding:10px 0;
	display:block;
	float:left;
}
#about, #games, #software{
	background:#0057d7;
	padding:10px;
	float:left;
	margin-right: 31px;
    width: 280px;
}
#play{
	background:#0057d7;
	padding:10px;
	margin-bottom:15px;
}
#software{
	margin-right:0;
}
#software ul{
	padding-left:25px;
	margin:15px 0;
}
#software li{
	list-style:url(../images/arrow.png);
	line-height:26px;
}
#software li a:hover, a:hover{
	color:#000;
}