@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#31a7e4;
}
#Container{
	margin:0 auto;
	width:994px;
	background-image:url(../images/Container_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	min-height:400px;
	background-color:#198cce;
}

#Main{
	width:960px;
	margin:0 auto;
	background:#FFF;
	padding:0px 4px 0px 4px;
	}
#Content{
	margin-top:10px;
	width:960px;
	height:900px;
	}
.Content{
	margin-top:10px;
	width:960px;
	background-color:#fff;
	}
#Header{
	margin:0 0 20px 0;
}
.service-term{
	text-align: center;
	font-size: 40px;
	font-weight: 500;
}
.service-term .content{
	font-size: 24px;
	text-align: left;
	margin-top: 20px;
}
.service-term .content span{
	margin-left:10px;
}