/*内容部分*/
body
{
	background-image:url('../images/Design/design-bg.gif');
	background-repeat:repeat-x;
	background-color:#5C5C5C;
}
#content
{
	
	width:100%;
	padding-top:15px;
}

#content-c
{
	width:959px;
	clear:both;
	height:auto;
	margin:5px auto;
	background-color:#333333;	
	overflow:auto;
	scrollbar-face-color:#CE1717;
 scrollbar-base-color:#F5F5F5;
 scrollbar-arrow-color:#fff;
 scrollbar-track-color:#F5F5F5;
 scrollbar-shadow-color:#EBF5FF;
 scrollbar-highlight-color:#F5F5F5;
 scrollbar-3dlight-color:#C3C3C3;
 scrollbar-darkshadow-Color:#9D9D9D;

}
a { text-decoration:none; color:#FFFFFF; }
a:hover { text-decoration:underline; }
#content-c  .caption
{
	background-color:#000000; width:200px; height:25px; font-size:14px; color:#FFFFFF; font-weight:bold; line-height:25px;
	text-align:left; text-indent:20px; display:block; margin:20px 10px; float:left;
}

#content-c .ul1
{
	list-style:none; display:block; width:98%;  margin:10px auto;
}
#content-c .ul1 .li1
{
	width:98%; margin:0px auto;
}
#content-c .ul1 .li1 .a1
{
	font-size:14px; border-bottom:2px solid #999999; width:100px; display:block; text-align:left; text-indent:5px; float:left;
}
#content-c .ul2
{
	list-style:none; display:block; width:98%;  margin:30px auto; 
}
#content-c .ul2 li
{
	float:left; margin-right:20px; display:block; width:260px; text-align:left;
}
#content-c .page_content
{
	display:block; width:90%;  margin:10px auto; text-align:left;  height:auto; color:#FFFFFF;
}
/*footer部分*/
#footer
{
	width:960px;
	margin:5px auto;
	clear:both;
	height:80px;
	background-image:url(../images/footer.jpg);
	padding-top:40px;
	color:#FFF;
}
#footer-bg
{
	padding:10px 0px 10px 0;
}

