@charset "GBK";
/* CSS Document */
#container{
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
}
#left_bar{
	position:relative;
	float:left;
	width:225px;
	padding-top:5px;
	padding-bottom:15px;
	padding-top:15px;
}
.s_top_bar{
	width:218px;
	height:34px;		
	background-image:url(../images/title_bar.gif);
	background-repeat:no-repeat;
}
.s_title{
	padding-left:14px;
	padding-top:8px;
	font-size:14px;
	font-weight:bolder;
	color:#20b4e2;
}
.s_title img{
	padding-right:5px;
}
.s_left_bar{
	width:218px;
	height:2px;
	background-image:url(../images/left_bt_bar.gif);
	background-repeat:no-repeat;
}
#s_content{
	width:218px;
	height:702px;	/*这里的高度可以调整，但必须与右边的同步调整，以达到一样平整*/
	background-image:url(../images/bg_bar.gif);
	background-repeat:repeat-y;
}
#s_menu{
	width:200px;
	float:left;
	padding-top:10px;

}

#s_menu p.left_normal,#s_menu p#left_sub{
	display:block;
	font-size:12px;
	font-weight:bold;
	width:162px;
	margin:0px 0px 0px 15px;
	padding:2px 8px 5px 25px;
	background-image:url(../images/dot01.gif);
	background-repeat:no-repeat;
}
#s_menu p a{
	color:#005baa;
	text-decoration:none;
}
.sub_left_menu{
	padding-left:35px;
	width:100px;
	height:100px;
	margin-top:4px;
	margin-bottom:0px;

}
.sub_left_menu p{
	background-image:url(../images/menu_arrow.gif);
	background-repeat:no-repeat;
	padding:0px 0px 10px 15px;
	margin:0px;
}
.sub_left_menu p a{
	font-size:12px;
	font-weight:normal;
	
}
