/*  德州扑克  http://www.dzpk.org */
body {
	background-color: #fff;
	font: normal 100% "Lucida Grande", "Lucida Sans Unicode", "微软雅黑", Tahoma,
		Helvetica, Verdana, sans-serif; /* 12px */
	font-size: 12.5px;
	text-align: center;
}

img {
	border: 0px;
}

a {
	color: blue;
}

a:hover {
	color: red;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #3B3B3B;
	font-size: 13px;
	font-weight: bold;
}

ul {
	margin: 0px 0px 0px 8px;
	padding: 0px;
}

li {
	margin: 8px 8px 8px 0px;
	list-style-type: none;
	text-align: left;
}

#header {
	margin: 0px auto;
	width: 780px;
	height: 80px;
}

#header h1 {
	margin-left: 10px;
	float: left;
	font-size: 28px;
}

#description {
	margin: 56px 8px 0px 0px;
	float: right;
}

#middles {
	margin: 0px auto;
	margin-top: 18px;
	width: 780px;
	overflow: hidden;
}

#mleft {
	float: left;
	width: 180px;
	height: 100%;
	overflow: hidden;
}

#mleft span{
	color:#3B3B3B;text-decoration:none;
}

#mright {
	float: right;
	clear: right;
	width: 580px;
	height: 100%;
	overflow: hidden;
	text-align: left;
	line-height: 180%;
}

#mright h1 {
	color: #3B3B3B;
	font-size: 16px;
	font-weight: bold;
}

#footer {
	margin: 0px auto;
	margin-top: 18px;
	width: 780px;
}