@charset "UTF-8"
html {
	SCROLLBAR-FACE-COLOR: rgb(228,228,228);
	SCROLLBAR-HIGHLIGHT-COLOR: rgb(255,255,255);
	SCROLLBAR-SHADOW-COLOR: rgb(255,255,255);
	SCROLLBAR-3DLIGHT-COLOR: rgb(255,255,255);
	SCROLLBAR-TRACK-COLOR: rgb(255,255,255);
	SCROLLBAR-DARKSHADOW-COLOR: rgb(255,255,255);
	SCROLLBAR-BASE-COLOR: rgb(128,128,128)
}
body {
	font:normal normal 12px/1.6 "";
	text-align:center;
	margin:0;
	padding:0;
	height:100%;
	border:0;
	background:url(../images/bg.gif) repeat-x;
	overflow-x:hidden;
}
* {
	margin:0;
	padding:0
}
img {
	border:0
}
a {
	cursor:pointer
}
#head {
margin:0 auto;
position:relative
}
#main_Nav {
position:absolute;
z-index:10000;
left:50px;
top:400px;
width:902px;
*width:912px;
height:30px;
line-height:30px;
background:#000;
text-align:left;
padding-left:10px;
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}
#main_Nav a {
color:#fff;
text-decoration:none;
padding:6px;
}
#main_Nav a:hover {
background:#fff;
color:#000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}
#wrap {
	width:912px;
	text-align:left;
	margin:0 auto;
	height:100%
}
#float_L {
width:197px!important;
*width:213px;
float:left;
background:#fff;
padding:8px
}
#float_L ul {
border:#F4F4F4 solid 1px;
list-style:none;
margin:0;
padding:0;
padding-bottom:10px;
}
#float_L ul li {
text-align:center;
margin:0;
padding:0;
}
#float_L ul li a {
display:block!important;
*display:inline-block;
padding-top:10px;
padding-bottom:10px;
border-bottom:#EDEDED solid 1px;
width:100%;
}
#float_L ul li a:hover {
border-bottom:#B5FAEC solid 1px;
}
#float_R {
width:681px;
float:right;
background:#fff;
margin:0;
padding:0;
}
#float_R ul {
margin:0 8px;
padding:0;
padding-left:8px;
padding-right:8px;
list-style:none;
border-right:#F4F4F4 solid 1px;
border-left:#F4F4F4 solid 1px;
}
#float_R ul li {
padding-top:15px;
padding-bottom:15px;
border-bottom:#666 dotted 1px;
}
#top_Bg {
margin:0;
padding:0;
height:21px;
background:url(../images/top_Bg.gif) left top no-repeat;
}
#bottom_Bg {
margin:0;
padding:0;
height:16px;
background:url(../images/bottom_Bg.gif) left bottom no-repeat;
}
#copyright {
width:891px;
height:107px;
background:url(../images/copyright_Bg.gif) center center no-repeat;
color:#C4C4C4;
clear:both;
margin:10px auto;
}
#copyright a {
color:#C4C4C4;
}