﻿body 
{
	font-size:13px;
	margin:0px;
	padding:0px;
	color:#FFF;
	font-family:Arial;
    background-color:#323232;
}
a,a:visited
{
	color:#FFF;
	text-decoration:none;
}
a:hover
{
	color:OrangeRed;
	text-decoration:underline;
}
/*页面层容器*/
.container 
{ 
   width:839px;
   margin:0px auto;
}
.Header
{
   width:839px;
   margin:0 auto;
   font-size:11px;
}
.Header .logo
{
	width:580px;
	float:left;
	clear:left;
	overflow:hidden;
}
.Header .language
{
	width:200px;
	text-align:right;
	margin-top:40px;
	padding-Right:20px;
	float:right;
	clear:right;
	overflow:hidden;
}
.Header .menu
{
	font-size:12px;
	width:839px;
	height:37px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}
.Header .menu ul
{
	list-style-type:none;
	margin-left:160px;
}
.Header .menu li
{
	float:left;
    width:113px;
	height:18px;
	text-align:center;
}
.Header .menu li a
{
	display:block;
	padding-top:8px;
	width:113px;
	height:28px;
	background-image:url("../images/menu_bg.gif");
	background-repeat:no-repeat;
}
.Header .menu li a:hover
{
	width:113px;
	height:28px;
}
/*页面主体*/
.PageBody 
{
   width:839px;
   margin:16px auto;
}
/*页面底部*/
.Footer 
{
	margin-top:40px;
	font-size:10px;
	width:839px;
	height:80px;
	background-image:url(../images/../images/bottom_index.gif);
	background-repeat:repeat-x;
	text-align:center;
}
.Footer div
{
	margin-top:13px;
}

