body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, legend, input, img {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #353535;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
img{border:0px;}

.highlightit:hover img {
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
opacity: 0.5;
-moz-opacity: 0.5;
border: 0px;
}
a {
    color: #8E8E8E;
}
.clearfix {
    clear: both;
}
#wrapper {
    margin: 0 auto;
    width: 1000px;
}
 /*top*/
#header {
    height: 80px;
    position: relative;
    width: 1000px;
}
#logo {
    position: absolute;
    z-index: 3;
}

#top {
    left: 520px;
    position: absolute;
    top: 0;
}
#top img{
	margin-right:9px;
}
#top ul li {
    float: left;
    margin-right: 0px;
}
#search_top{
	border:0;
    background: url("../images/tchinese/header/bg_search_input.png") repeat-x scroll 0 0 #FFFFFF;
    color: #666666;
    height: 22px;
    padding: 6px 0 0 10px;
    width: 152px;
	font-size:12px;
}

 /*main nav*/
#main_nav {	
    background: url("../images/tchinese/nav/nav_main_bg.png") repeat-x scroll 0 0 transparent;
	height:52px;
    position: absolute;
    top: 46px;
    width: 1000px;
    z-index: 2;
}
#main_nav_middle {
    float: left;
    min-width: 30px;
}
#main_nav_middle ul li {
    background: url("../images/tchinese/main_nav/nav_sepline.png") no-repeat scroll right center transparent;
    float: left;
    height: 29px;
}
#main_nav_middle ul li.blank {
    width: 210px;
}

/*content*/
#page_desc{
	font-size:12px;
	padding:18px 0 10px 0;
	text-align:right;
	color:#B2B2B2;
	width:1000px;
}

.content {
	background:url(../images/tchinese/content_bg.jpg) no-repeat bottom #FFFFFF;
}

.content_wrapper{
	padding: 30px 0px 80px 30px;
}

.content_second {
width:660px;
background:url(../images/tchinese/white_bg.png) repeat top;
padding:10px;
	color:#757575;
	line-height:30px;
	min-height:530px;
 }
 
.content_second h1{
	font-size:15px;
	color:#005BAB;
}

.content ul li{
    float: left;
    padding-right: 25px;
	
    padding-left: 25px;
}

.left{
	float:right;
}