body,html {
	margin:0px;
	font-size:15px;
	font-family:Arial;
	text-align:center;
	
} 
#container{
	position:relative;
	width:1000px;
	color:#111649;
	background:url(image/back-left.gif);
	background-repeat: repeat-y;
	background-position:right;
	margin:0;
}
#banner{
    background-image:url(image/logo.jpg);
	background-repeat:no-repeat;
	background-position:left;

	height:180px;
	width:100%;
	border:none;
	color:#669aff;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	background-color:#FFFFFF;
	padding:5 auto;
	margin-bottom:0px;
}
#links{
	float:left;
	width:200px;
	border:none;	                  	
	text-align:center;
	background-color:#669aff;
}
#content{
	float:left;
	text-align:center;
	width:530px;
	line-height:25px;
	text-indent:1cm;
    padding:10px 10px 10px 10px;	
	    	
}
#image{
    float:right;
	width:250px;
	border:none;
	text-align:center;
	background-color:#669aff;
}
#footer{
	clear:both;				/* 不受float影响 */
	align:center;
	height:80px;
	border:none;
	padding-top:10px;
	background-color:#669aff;
}


#title, #title a{                     /*网站的标题*/
    text-align:center;
	float:center;
	padding-top:50px;
	text-decoration:none;
	color:#6666FF;
}
#language{                   /*语言转换按钮*/
    text-align:right;
	float:right
}
#links ul {
	list-style-type:none;				/* 不显示项目符号 */
	margin:0px;
	padding:0px;
}
#links li {
	border-bottom:1px solid #ED9F9F;	/* 添加下划线 */
}
#links li a{
	display:block;						/* 区块显示 */
	padding:5px 5px 5px 0.5em;
	text-decoration:none;
	border-left:0px;		/* remove 左边的粗红边 */
	border-right:1px solid #711515;		/* 右侧阴影 */
}
#image a:link,  #links li a:link,  {
	background-color:#669aff;
	color:#FFFFFF;
	text-decoration:none;
}#image a:visited,#links li a:visited{
    color:#660066;
	text-decoration:none;
}
#image a:hover{color:#ffff00;
}

#links li a:hover {					    /* 鼠标经过时 */
	background-color:#065fb9;			/* 改变背景色 */
	color:#ffff00;						/* 目录效果 */
}

#lowerson,#pathson,#highson li{
	text-align:right;
		         /*这里子目录的菜单为什么改变不了*/
}
 

.quote {
		text-align:center;
		font:"楷体_GB2312";
		font-weight:bold;
}
.text {
text-align:left;
}
.text img{
float:left;
}

#linksbottom {
    width:500px;
	float:center;
	margin:10px auto 0px auto;
	
}
#linksbottom li{
    float:left;
	list-style-type: none;

}
#linksbottom li a{
    display:marker;
	padding:3px 6px 3px 6px;
	text-decoration:none;
	color:white;

}
#linksbottom li a:hover{				 /* 鼠标经过时 */
		 
	color:#FFFF00;						 /* 改变文字颜色 */
}
#images img{
    border:1px solid #006666;
	margin-bottom:5px;
}


p.footer{                                /*  版权所有字样 */
    font-size:12px;
	float:center;
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
	}

.STYLE2 {
	color: #FF0000;
	font-weight: bold;
}                                       /*  突出显示的邮件地址 */
