﻿@charset "utf-8";
* {
margin: 0px;
padding: 0px;
}
img{border:0}
ul{
	list-style-type: none;
}
li{ 
border:0;margin:0;padding:0
}
body {
background-image: url(../images/main_bg.gif);
background-repeat: repeat-x;
background-position: top;
}
em{
font-style:normal;
font-size:14px;
}
#header {
background-image: url(../images/header_bg.jpg);
background-position: 502px;
width: 1004px;
background-color: #132032;
background-repeat: no-repeat;
float: left;
}
#header h1 {
float: left;
height: 100px;
width: 397px;
}
#header h1 span {
background-image: url(../images/logo.jpg);
background-repeat: no-repeat;
height: 100px;
width: 397px;
position: absolute;
cursor:hand;
}
.language {
float: right;
margin-top: 77px;
}
.language li {
float: left;
background-image: url(../images/language_ico.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 21px;
padding-right: 10px;
}
.language a{
text-decoration:underline
}
.language a:hover{
text-decoration:none
}
.language li.share{
background-image: url(../images/share_ico.png);
}
#main {
width: 1004px;
background-color: #EFEADF;
background-image: url(../images/footer_bg.gif);
background-repeat: repeat-x;
background-position: bottom;
float: left;
}
#nav {
background-image: url(../images/nav_bg.gif);
background-repeat: repeat-x;
background-position: top;
float: left;
width: 150px;
text-align: right;
padding-right: 18px;
padding-left: 14px;
padding-top: 15px;
}
#nav li {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCB382;
}
#content {
background-color: #FFFFFF;
background-image: url(../images/main_bg.gif);
background-repeat: repeat-x;
background-position: 0px -100px;
width: 797px;
float: right;
padding-top: 15px;
padding-left: 16px;
padding-right: 9px;
}
.path{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCB382;
float: left;
padding-top: 6px;
padding-bottom: 10px;
width: 620px;
}
.path li {
float: left;
background-image: url(../images/path_ico.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 9px;
padding-right: 6px;
}
.main_content {
float: left;
_height:700px;
min-height:700px;
padding-bottom: 20px;
width: 620px;
padding-top: 20px;
}
.main_content ul
{
	padding-left: 30px;
	list-style-type: disc;
}
.main_content li
{
	padding-left: 0px;
	list-style-position:inside ;
	
}
.middle {
float: left;
width: 620px;
}
.sidebar {
	/*
background-image: url(../images/ad155x296.jpg);
background-repeat: no-repeat;
*/
float: right;
	min-height: 480px;
	width: 155px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCB382;
	text-align: right;
}
.sidebar h2{
	color: #94773E;
	background-color: #EEDDBB;
	text-align: center;
	padding: 10px;
}
.sidebar ul {
padding-bottom: 20px;
padding-left: 10px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCB382;
}
.sidebar li {
	padding-top:5px
}
.sidebar li a{
	font-size:11px;
	color: #84846E;
}
.copyright {
	float: left;
	width: 620px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCB382;
	padding-top: 12px;
	text-align: center;
	clear: both;
}
.copyright p {
padding-bottom: 10px;
}
/*Made by Liu Jian 2008/01/02*/

