@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
} 
body {
	background-color: #ffffff;
	text-align: center;
}

#warpper {
	width: 805px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	height: 700px;
}

#header {
	width: 805px;
	height: 107px;
	background-color: #EEF5EB;
	margin: 12px 0px 12px 0px;
	position: relative;
}

#logo {	
	position: absolute;
	width: 263px;
	height: 66px;
	top: 30px;
	left: 33px;
}

#chinese {
	position: absolute;
	width: 83px;
	height: 21px;
	right: 3px;
	top: 84px;
}

#col-1 {
	width: 179px;
	float: left;
	margin-bottom: 12px;
}

#nav {
	width: 179px;
	height: 330px;
	background-color: #448899;
	background-image:url(../images/menu-graphic.jpg);
	background-repeat: no-repeat;
	background-position: center 190px;
}

#nav ul {
	padding-top: 32px;
}

#nav ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	list-style: none;
	line-height: 30px;
	border-top: 1px #FFFFFF solid;
	cursor: pointer;
}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/menu-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 22px 4px;
	padding-left: 38px;
	font-weight: normal;
}

#nav ul li a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/menu-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 30px 4px;
	padding-left: 45px;
	font-weight: bold;
}

.select {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/menu-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 30px 11px;
	padding-left: 45px;
	font-weight: bold;
}


.border {
	border-bottom: 1px #FFFFFF solid;
}


#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	width: 805px;
	height: 27px;
	background-color: #448899;
	margin: 0px 0px 10px 0px;
}

#copyright p {
	padding-top: 7px;
	text-align: right;
}

#copyright a {
	color: #ffffff;
	text-decoration: none;
}

#copyright a:hover {
	color: #000000;
	text-decoration: underline;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}
