body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background-image: url(image/website_bg.jpg);
	background-repeat: repeat-x;

	background-position:0 140px;
}
html> body{
	background-position:0 133px;
	*background-position:0 140px;
}
#footer {
	background-image: url(image/footer_bg.jpg);
	background-repeat: repeat-x;
}
#header {
	background-image: url(image/header_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#main {
	background-image: url(image/main_bg.jpg);
	background-repeat: repeat-x;
}
#welcome {
	background-image: url(image/welcome_bg2.jpg);
	background-repeat: no-repeat;
}
#welcome_zh {
	background-image: url(image/welcome_zh_bg2.jpg);
	background-repeat: no-repeat;
}
.darkgreen_i {
	color: #fff;
	font-style:italic;
}
.darkgreen {
	color: #fff;
}
#about {
	background-image: url(image/about_bg.jpg);
	background-repeat: no-repeat;
	background-position:0 32px;;
}
.bg {
	background-image: url(image/bg.jpg);
	background-repeat: no-repeat;
}
.bg_small {
	background-image: url(image/bg_small.jpg);
	background-repeat: no-repeat;
}
a:link,a:visited {
	color: #fff;
	text-decoration: none;
}
.h3 {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:30px;
}
p.h3 {
	padding:0;
	margin:3px 0;
}
p.h4 {
	padding:0;
	margin:3px 0;
	font-size:11px;
	font-weight:bold;
}
p.h4 a:hover{
	text-decoration: underline;
}
.selected_blue {
	color:#0B72BA;
}
.content {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13.5pt;
}
p { margin: 0 0 .6em 0 }
.big_size {
	font-size:12px;
	line-height:30px;
}
.copyright {
	font-family:Tahoma;

	color:#999;
	font-size:10px;
}
