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

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

#warpper {
	width: 828px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	margin: 59px 0 5px 0;
}

#nav {
	background-color: #FF0000;
	height: 57px;
	margin-bottom: 3px;
	position: relative;
}

#nav ul {
	position: absolute;
	bottom: 12px;
	left: 25px;
}

#nav ul li {
	display: inline;
	white-space: nowrap;
	padding: 0 15px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #000000;
	text-decoration: none;
}

#chinese {
	width: 93px;
	position: absolute;
	bottom: 10px;
	right: 13px;
}


#content {
	border-top: solid 2px #CCCCCC;
	padding: 30px 10px 50px 30px;
}

#content-about {
	width: 480px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

#content-about h2 {
	font-size: 22px;
	color: #333333;
	padding-bottom: 20px;
}

#content-about p {
	font-size: 12px;
	color: #666666;
}

#content-focus {
	width: 250px;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#content-focus h4 {
	font-size: 15px;
	color: #333333;
	border-bottom: 1px dotted #666666;
	padding-bottom: 3px;
	margin-bottom: 10px;
	width: 230px;
}

.date {
	font-weight: bold;
}

.type {
	font-size: 11px;
}

#content-focus p {
	font-size: 12px;
	color: #333333;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	padding-bottom: 10px;
}






/*===================== FOOTER ====================*/
#footer {
	border-top: 2px solid #999999;
	padding: 3px 0 15px 0;
}

#copyright {
	white-space: nowrap;
	float:left;
	width: 60%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#links {
	float: right;
	white-space: nowrap;
	width: 39%;
	text-align: right;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}	

#links a {
	padding: 0 3px 0 3px;
	text-decoration: none;
	color: #C20B12;
}

#links a:hover {
	padding: 0 3px 0 3px;
	text-decoration: underline;
	color: #000000;
}





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