﻿/*
 *代码开发：北京市盛世阳光文化传播有限责任公司 
 * Copyright(c) 2000-2009, 北京市盛世阳光文化传播有限责任公司.
 * info@gonet.com.cn
 * http://www.gonet.com.cn
 * 版本：V1.659
 */

/*--------------全局样式----------------*/
body
{
	font-size: 12px;
	line-height: 20px;
	background:url(../images/bg.png);
}
*
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family:Arial;
}
img
{
	border:0;
}
a
{
	color:#000;
	text-decoration: none;
}
a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus { -moz-outline-style: none; } /* for Firefox */　
.clear
{
	clear:both;
}
#clearborder
{
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:0;
}
/********************************主体部分********************************/
#pane
{
	width:1002px;
	margin:0 auto;
	background:#ffffff;
}
/********************************顶部部分********************************/
.header
{
	background:url(../images/head_bg.png) repeat-x top;
}
/********************************内容部分********************************/
#mainpane
{
	clear:both;
	background:url(../images/box_bg.png) no-repeat 215px top;
}
/********************************左侧部分********************************/
/*LeftPane*/
#leftpane
{
	float:left;
	width:195px;
	background:url(../images/left.png) repeat-x top;
	margin-left:14px!important;
	margin-left:7px;
	padding:10px 6px 0 0;
}
/********************************右侧部分********************************/
/*RightPane*/
#rightpane
{
	float:right;
	width:757px;
	margin-right:12px!important;
	margin-right:6px;
}
/********************************底部部分********************************/
/*BottomPane*/
.footer
{
	background:url(../images/footbg.png) no-repeat;
	height:50px;
	line-height:30px;
	color:#383737;
	text-align:center;
	clear:both;
}
