﻿body 
{
    font-size:13px;
    margin:0px;
    padding:0px;
    color:#FFF;
    background-color:#323232;
    background-repeat:repeat-x;
}
a,a:visited
{
	color:#FFF;
	text-decoration:none;
}
a:hover
{
	color:OrangeRed;
	text-decoration:underline;
}
.Container
{
	width:839px;
	height:568px;
	margin:0 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:120px;
}
.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:28px 0px 100px 0px;
}
.PageBody .Left
{
	width:465px;
	float:left;
	clear:left;
	overflow:hidden;
}
.PageBody .Right
{
	width:340px;
	float:right;
	clear:right;
	overflow:hidden;
}
/*页面底部*/
.Footer 
{
	font-size:11px;
	width:839px;
	height:80px;
	background-image:url(../images/bottom_index.gif);
	background-repeat:repeat-x;
}
.Footer div
{
    text-align:center;
    margin-top:13px;
}
