/* CSS Document */

body {
	float:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	width: 1000px;
	}
A {
	float:none;
	text-decoration: none;
	color: #8F8F8F;
	}
	
#top {
	height:87px;
	width: 1000px;
	background-image: url(../images/page_top.jpg);
	background-repeat: no-repeat;
	}
	
#top_menu {
	float: right;
	margin-top: 16px;
	margin-right: 20px;
	}
	
#menu {
	float:none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F9D0E2;
	border-bottom-color: #F9D0E2;
	height: 30px;
	line-height: 30px;
	background-color: #E40F69;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
	width: 1000px;
	}

#menu ul {
	margin: 0px;
	padding: 0px;
	}
	
#menu li {
	float:right;
	font-size: 14px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFFFFF;

}
#menu li A {
	color: #FFFFFF;
	height: 30px;
	padding-right: 8px;
	padding-left: 8px;
}
#menu li:hover {
	line-height: 30px;
	color: #FFFFFF;
}


.menu_li_over {
	height: 30px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #F7B7D2;
	color: #E21069;
	}
	
#menu_end {
	float:none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F9D0E2;
	border-bottom-color: #F9D0E2;
	height: 2px;
	line-height: 30px;
	background-color: #E40F69;
	margin-top: 1px;
	width: 1000px;
	}

#main {
	float:none;
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 1000px;
	}

#main_left {
    float:left;
	}
	
#main_right {
	float:left;
	margin-left: 25px;
	width: 380px;
	}

#page_left {
	float:left;
	width:234px;
	background-image: url(../IMAGES/left_bg.jpg);
	background-repeat: repeat-x;
	}

#page_left img {
	float:left;
	margin: 0px;
	padding: 0px;
	}
	
.main_img {
	float:none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	}


.topme_bg{
	float:none;
	background-image: url(../IMAGES/topme_bg.jpg);
	background-position: right;
	height: 23px;
	line-height: 23px;
	text-align: right;
	padding-right: 10px;
	}


.topme_bg1{
	float:none;
	background-image: url(../IMAGES/topme_bg1.jpg);
	background-position: right;
	height: 23px;
	line-height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	}

.test {
	float:right;
	width: 763px;
	line-height: 23px;
	}


.test table {
	float:none;
	font-family: "ËÎÌå";
	font-size: 12px;
	}


.gw_k {
	float:none;
	border: 1px solid #682A43;
	}

.overflowhid
{
	width: 150px; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden;
}









#foot {
	float:left;
	width: 940px;
	}
