﻿body 
{
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#FFF;
	background-color:#000;
}
a,a:visited
{
	color:#FFF;
	text-decoration:none;
}
a:hover
{
	color:OrangeRed;
	text-decoration:underline;
}
/*页面层容器*/
.container 
{ 
   width:951px;
   margin:0px auto;
}
.Header
{
   width:951px;
   margin:0 auto;
}
.Header .logo
{
	width:480px;
	float:left;
	clear:left;
	overflow:hidden;
}
.Header .language
{
	width:200px;
	text-align:right;
	margin-top:40px;
	padding-Right:30px;
	float:right;
	clear:right;
	overflow:hidden;
	font-weight:bold;
}
.Header .menu
{
	font-size:12px;
	width:951px;
	height:28px;
}
.Header .menu ul
{
	list-style-type:none;
	margin:0px;
}
.Header .menu li
{
	float:left;
    width:109px;
	height:28px;
	text-align:center;
}
.Header .menu li a
{
	display:block;
	color:#FFF;
	background-image:url("../images/menu_mid.gif");
	background-repeat:no-repeat;
	padding-top:6px;
}
.Header .menu li a:hover
{
	color:#FF0000;
}
.Header .flash
{
	width:951px;
	height:348px;
}
/*页面主体*/
.PageBody 
{
   width:951px;
   margin:10px auto;
}
.Left
{ 
	width:208px;
	height:360px;
	float:left;
	clear:left;
	overflow:hidden;
	background-image:url(../images/side_bg.gif);
	background-repeat:repeat-y;
}
.Right
{
	width:710px;
	float:right;
	clear:right;
	overflow:hidden;
}
/*页面底部*/
.Footer 
{
	width:951px;
	height:76px;
	background-image:url(../images/bottom_bg.gif);
}
.Footer div
{
    text-align:center;
    padding:20px 40px 20px 80px;
    line-height:20px;
}
