body {
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #999999;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #999999;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #ffffff;
	margin:0;
	text-align:center;
	background-attachment: fixed;
	background-image: url(../images/index/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	background-color:#FFF;
	width:960px;
	margin: 0 auto;
	height: auto;
}
#banner {
    float: left;
    position: relative;
    background: url(../images/index/bnbg.jpg);
    width: 960px;
    height: 317px;
}
#language {
	font-size:12px;
	color: #069;
	position: absolute;
	top:20;
	right:50;
}
#language a{
	color:#069;
	text-decoration:none;
}
#index_about {
	background-image:url(../images/index/index_main.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color:#FFF;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#333333;
	text-align:left;
	width: 960px;
	margin:0px auto;
}
#index_about_container {
	width:100%;
	padding-top:20px;
	overflow:hidden;
}
#index_about_title {
	font-size:30px;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#022b65;
	padding-left:45px;
}
#index_about_content {
	color:#676767;
	font-size:11px;
	line-height:19px;
	padding:17px 0px 0px 45px;
}
#master {
	width: 960px;
	background-color: #FFFFFF;
	text-align: left;
}
#footer {
	background:url(../images/index/index_footer.jpg) no-repeat left top #cde5fa;
	width:960px;
	height:90px;
	color:#676767;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	line-height:19px;
	margin:0px auto;
}
#footer a:link {
	color: #676767;
	text-decoration: underline;
}
#footer a:hover {
	color: #676767;
	text-decoration: none;
}
#footer a:visited {
	color: #676767;
	text-decoration: underline;
}
.footer a:active {
	color: #676767;
	text-decoration: underline;
}
#footer_left {
	width:500px;
	float:left;
	text-align:left;
	margin:0px;
	padding:5px 0px 0px 27px;
}
#footer_right {
	width:500px;
	float:left;
	text-align:left;
	margin:0px;
	padding:0px 0px 0px 27px;
}
#facebook {
	width:50px;
	float:left;
	text-align:left;
	margin:0px;
	padding:40px 0 0 0;
}

#menu {
	background-image: url(../images/index/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin:2px 0px 0px 0px;
	clear:both;
	width:960px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 80px;
	border: none;
	height:38px;
}
#menu ul li {
	float: left;
	margin:0px;
	padding:0px;
}
#menu ul li a {
	display: block;
	background:url(../images/index/menu_line.gif) no-repeat right;
	line-height:38px;
	color:#ffffff;
	margin:0px;
	text-align: center;
	text-decoration: none;
	padding:0px 20px 0px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font:italic;
}
#menu ul li a:hover, #menu ul li a.current {
	background-color:#4e97fc;
	font-weight: normal;
	color: #ffffff;
}
.leftimg {
	float: left;
	border: none;
	margin-right: 10px;
}
.rightimg {
	float: right;
	border: none;
	clip:  rect(auto,auto,auto,auto);
	margin-left: 20px;
}
