/*本模板是由标准之路(www.aa25.cn)的×××制作完成*/
/*本人水平有限，使用自愿，不对因使用此模板造成的任何后果负任何责任*/
/*如果您想转载此资源，请保留“<a href="http://www.aa25.cn">标准之路www.aa25.cn</a>”的链接及版权标识*/
/*如有更好的建议或意见，请到www.aa25.cn留言，本人尽力解决*#47474B/
/*2008-8-28*/
#sidebar {background:#3F3F3F; float:right; width:0px; height:500px;	 }
body { font-family:Verdana; font-size:14px;	 margin-top:5px;BACKGROUND: url(../images/bg.gif)
	 }
#container 
{
	background:#000000;
	width:944px;
	padding:1px;
}
#header 
{
	margin-top:2px;
	width:940px; 
	background:#211C19; 
	text-align:left;
	border-top:1px solid  #A3A7B2;
	border-left:1px solid  #A3A7B2;
	border-right:1px solid  #A3A7B2;
}
#header #ImgInfo 
{
	padding:2px;
	height:35px; 
	color:#ffffff;
	line-height:22px;
	font-size:13px;
	font-weight:bold;
	line-height:35px;
	background:#47474B; 
	border-bottom:1px solid  #000;
	text-align:left;
	background: url('bg03.gif') 0 -1px;
	background-repeat:repeat-x;
}
#header #ImgContent 
{
	line-height:30px;
	font-size:13px;
	border-top:1px solid  #A3A7B2;
	border-bottom:4px solid  #000;
	padding:10px;
}
#header #ImgContent .ImgTitle
{
	height:30px;
	line-height:30px;
	font-size:18px;
	font-weight:bold
}

#menu {display:none; height:70px; background:#3F3F3F; margin-bottom:5px;}
#mainContent 
{
	background:#3F3F3F;
	width:940px;
	border-left:1px solid  #A3A7B2;
	border-right:1px solid  #A3A7B2;
	border-bottom:1px solid  #A3A7B2;
	text-align:left;
}
#content 
{
	margin-top:2px;
	text-align:center; 
	background:#3F3F3F;
	border:0px solid  red;
	padding-top:2px;
	padding-left:2px;

}
#Page_footer 
{
	background:#B1B1B1;
	height:45px; 
	line-height:45px; 
	border-top:2px solid  #000;
	font-weight:bold;
	text-align:center;
	
}
 /*当content设定高度后，3像素会跑到content外侧，这样，我们用!important修正在ie下向左多浮动2像素，加上3像素的bug正好是5像素，所以在火狐和IE下显示是一样的*/