body{
	margin:0px;
	padding:0px;
	background-color:#fff;
	font: small/150% arial,helvetica,clean,sans-serif;
}
h1,h2,form{
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
}

.common{
	clear:both;
	width:760px;
	margin:0px auto;
	padding:0px;
}
.common .logo{
	float:left;
}
.common .banner{
	float:right;
	margin-top:10px;
}
.common .menu{
	clear:both;
	padding:8px 15px 12px;
	height:25px;
	line-height:25px;
	text-align:center;
	background:white url(menu_bg.gif) no-repeat;
}
.common .menu img{
	margin:0px 1px;
}
.common .menu a{
	color:#333;
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
}
.common .menu a:hover{
	text-decoration:underline;
	color:#f60;
}
.common .banners{
	height:100px;
	padding:3px 15px 12px 15px;
	text-align:center;
	background:white url(menu_under_bg.gif) no-repeat;
}
.common .banners a{
	display:block;
	margin:2px;
	height:100px;
	float:left;
}

#foot{
	width:760px;
	margin:0px auto;
	text-align:center;
	height:30px;
	line-height:30px;
	background-color:#21262d;
	color:#fff;
	border-top:3px solid #3f4a59;
}
#foot a{
	color:#fff;
}

.OnePage{
	width:760px;
	margin:5px auto;
	overflow:auto;
	background-color:#3f4a59;
	color:#fff;
}
h1{
	clear:both;
	padding:0px 0px 0px 20px;
	background:#3f4a59 url(h1_bg.gif) no-repeat 0px 0px;
	height:40px;
	color:white;
	font:bold italic x-large/37px "Arial Narrow";
}
.OnePageMain{
	width:545px;
	margin:0px;
	padding:2px;
	float:left;
}
.OnePageSide{
	width:200px;
	margin:5px;
	padding:0px;
	float:right;
}

.OnePageSide h3{
	margin:0px;
	padding-left:20px;
	height:25px;
	width:180px;
	background:#21262c url(title_new.gif) no-repeat 0px 0px;
	font:bold medium/25px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:left;
}
.OnePageSide ul{
	margin:0px 0px 5px 0px;
	padding:0px;
	width:200px;
	list-style:none;
	background-color:white;
}
.OnePageSide li{
	margin:0px;
	padding:0px;
	padding-left:25px;
	background:url(li.gif) no-repeat 5px center;
}
.OnePageSide a{
	color:#000;
}
.OnePageSide a:hover{
	color:#f60;
}

.smallbox{
	margin:2px;
	width:268px;
	height:130px;
	background-color:#21262d;
	float:left;
	overflow:hidden;
}
.smallbox .title{
	clear:both;
	height:25px;
	line-height:25px;
	text-align:left;
	padding-left:20px;
	border-bottom:1px dotted #444;
	background:url(small_box_th_bg.gif) no-repeat 9px center;
}
.smallbox .title a{
	font-size:small;
	font-weight:bold;
	color:#ffcc33;
	text-decoration:none;
}
.smallbox .title a:hover{
	color:#f60;
}
.smallbox img{
	float:left;
	margin:5px 0px 0px 5px;
	border:2px solid #fff;
}
.smallbox .description{
	float:right;
	margin:3px;
	width:170px;
	font-size:small;
	color:#fff;
}

.ListPage{
	clear:both;
	height:20px;
	padding:5px;
}
.ListPage div{
	float:left;
	border:1px solid #21262d;
	margin:2px 3px;
	padding:2px 4px;
	background-color:#fc3;
	font-weight:bold;
	color:black;
}
.ListPage div a{
	color:blue;
}
.ListPage div a:hover{
	color:#f60;
}

#index_links{
	text-align:center;
	width:750px;
	margin:5px auto 5px auto;
	padding:5px;
	border:1px solid #737d8c;
}
#index_links a{
	color:#333333;
}

.game{
	margin:2px;
	background-color:#21262d;
	color:#fff;
}
.GameLeft{
	margin:5px;
	width:180px;
	float:left;
	text-align:center;
}
.GameRight{
	margin:5px;
	width:340px;
	float:right;
}
.GameLeftRight{
	clear:both;
	margin:0px;
	padding:10px;
	text-align:center;
}

.game .imgBig, .game .imgSmall{
	border:2px solid #fff;
	padding:1px;
}
.game li{
	color:#ffcc33;
	font-weight:bold;
}
.game .desc{
	text-align:justify;
	line-height:150%;
}


