* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #ff0;
}
body {
	background: #2D455E;
	font: bold 12px arial;
}
#wrapper {
	width: 1022px;
	margin: 0 auto;
	background: #2c445e;
	color: #fff;
	border: 1px solid #777;
}
#header {
	height: 252px;
	background: url(../img/header.jpg);
}
#menubar {
	height: 38px;
	border-left: 1px solid #333;
	background: url(../img/menubar.jpg);
}
#content {
	background: #fff;
	border-top: 7px solid #fff;
}
#leftcol {
	margin-right: 345px;
}
#rightcol {
	float: right;
	width: 345px;
	overflow-x: hidden;
}
#footer {
	width: 1022px;
	margin: 0 auto;
	height: 20px;
	background: url(../img/footer.jpg);
	margin-top:10px;
	
}
.boxbig {
	width: 667px;
	background: url(../img/boxbigmid.jpg);
}
.boxbigtop {
	background: url(../img/boxbigtop.jpg) no-repeat;
	min-height: 452px;
}
.boxbigbot {
	height: 9px;
	overflow: hidden;
	background: url(../img/boxbigbot.jpg) no-repeat;
}
.boxsm {
	width: 345px;
	background: url(../img/boxsmmid.jpg);
}
.boxsmtop {
	height: 217px;
	overflow: hidden;
	background: url(../img/boxsmtop.jpg) no-repeat;
}
.boxsmbot {
	height: 11px;
	overflow: hidden;
	background: url(../img/boxsmbot.jpg) no-repeat;
}
.inner {
	padding: 10px 30px 10px 25px;
}
ul.centeredul {
	text-align: center;
	list-style: none;
	margin: 20px;
}
p {
	font: bold 12px arial;
	padding: 10px 0;
	color: #fff;
	text-align: justify;
}
.ctr {
	text-align: center;
}
h1 {
	font: bold 18px "courier new";
	text-align: center;
}
#footer p {
	padding: 5px 0 0 0;
	font: bold 11px arial;
	text-align: center;
}
#menubar ul {
	list-style: none;
}
#menubar li {
	float: left;
	margin: 1px 0px 1px 0;
}
#menubar li a {
	display: block;
	padding: 11px 0 10px 0;
	text-align: center;
	font: bold 13px "courier new";
	line-height: 100%;
	color: #fff;
	border-right: 1px solid #333;
	border-style: solid;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
}
#menubar li a.twoline {
	padding: 3px 0 5px 0;
}
#menubar li a.chineseflag {
	background: url(../img/chinaflag.gif) no-repeat;
	text-align: left;
	text-indent: 30px;
	border: none;
}
#menubar li a.last {
	border: none;
}	
#menubar li a.current, #menubar li a.current:hover, #menubar li a:hover {
	color: #000;
	background-color: #5190d4;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#menubar li a.chineseflag:hover {
	background-position: 0px -102px;
	background-color: transparent;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
	
.clred {
	color: #f00;
}
.nopadding {
	padding: 0;
	margin: 0;
}
.boxbig img {
	margin: 10px 10px 10px 0;
}
.counter {
	float: none;
	width: 1022px;
	height:14px;
	background-color:#2D455E;
	text-align:center;
	}
