body{
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#FFF;
	/*text-align:center;*/
	font-size:12px;
}

a,a:link,a:visited,a:hover,a:active{
	font-size:12px;
	color:#347db8;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h2{
	font-size:14px;
	color:#6e0000;
}
p{
	line-height: 200%;
}

#header{
	height:94px;
	background-image:url(header_bg.png);
	background-repeat:repeat-x;
}
#header_content{
	width:980px;
	margin:0 auto;
}
#header_logo{
	float:left;
	background-image:url(header_logo.png);
	width:383px;
	height:94px;
}
#header_nav{
	float:right;
	margin-top:16px;
	margin-right:10px;
	color:#347db8;
}
#header_nav a{
	margin-left:10px;
	margin-right:10px;
}
#header_bottom_common{
	background-image: url(header_bottom_common.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 989px;
	height: 12px;
	margin: 0 auto;
}
#header_show{
	clear:both;
	margin:0 auto;
	width:980px;
}
#mainbody_index{
	width:980px;
	margin:0 auto;
	background-image: url(index_mainbody_headerline.png);
	background-repeat: repeat-x;
}
#mainbody{
	width:980px;
	margin:0 auto;
	color:#404041;
}

#news_board{
	margin-top:16px;
	clear: both;
}

#news_board .news{
	background-image: url(index_main_news_bg.png);
	background-repeat: no-repeat;
	width: 239px;
	height: 102px;
	float: left;
	margin-left:7px;
}

#news_board .first{
	margin-left:0;
}

.news .news_header{
	height:35px;
}

.news .news_header .news_title{
	float:left;
	color:#347db8;
	margin: 15px 0 0 5px;
}

.news .news_header .news_more{
	float:right;
	margin: 1px 5px auto;
}

.news .news_content{
	clear: both;
	color: #707070;
	margin: 10px 5px 0 5px;
}

.news .news_content a{
	color: #707070;
}

#famousPlayers{
	background-image: url(index_famous_bg.png);
	width: 733px;
	height: 194px;
	margin-top:10px;
	float: left;
}
#famousPlayers .famousPlayers_header{
	height:40px;
}
.famousPlayers_header .famousPlayers_title{
	float:left;
}
.famousPlayers_header .famousPlayers_more{
	float:right;
	margin: 15px 5px auto;
}
#famousPlayers .famousPlayers_contet{
	clear:both;
	margin-top: 5px;
}

#files{
	float: right;
	margin-top: 10px;
	background-image: url(index_files_bg.png);
	width:239px;
	height: 194px;
}
#files.files_header{
	height:40px;
}
#files .files_header .files_title{
	float:left;
}
#files .files_header .files_more{
	float:right;
	margin: 15px 5px auto;
}
#files .files_contet{
	clear:both;
	margin-top: 15px;
}
#files .files_contet ul{
	margin: 0 0 0 25px;
	line-height: 150%;
	list-style-image: url(index_files_list.png);
	/*padding: 0 0 0 0;*/
}


#footer{
	width:1000px;
	margin:0 auto;
	text-align:center;
	border-top:1px solid #cccccc;	
}
#footer_content{
	margin-top:5px;
	color:#707070;
	line-height:200%;
}
#footer_content a{
	margin-left:10px;
	margin-right:10px;
}
.special_intro{
	text-align:center;
	color:#707070;
	width:880px;
	margin:30px auto;
	line-height:200%;
}

.btn_long{
	background-image: url(btn_long.png);
	width: 158px;
	height: 26px;
	line-height: 26px;
}

.red{color:#a02020}
.big{font-size:14px;}