﻿/*
 *代码开发：北京市盛世阳光文化传播有限责任公司 
 * Copyright(c) 2000-2009, 北京市盛世阳光文化传播有限责任公司.
 * info@gonet.com.cn
 * http://www.gonet.com.cn
 * 版本：V1.659
 */

/*--------------全局样式----------------*/
body
{
	font-size: 12px;
	line-height: 20px;
	background:#cccccc;
}
*
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family:Arial;
}
img
{
	border:0;
}
a
{
	color:#000;
	text-decoration: none;
}
#clear{clear:both;}
#clearborder{border-top:0;border-right:0;border-bottom:0;border-left:0;}
.leftfloat{float:left;}
.rightfloat{float:right}
/********************************主体部分********************************/
#pane
{
	width:1000px;
	margin:0 auto;
	background:#f7f8f8;
}
/********************************顶部部分********************************/
#toppane
{
	height:112px;
}
/********************************内容部分********************************/
#mainpane
{
	clear:both;
	width:967px;
	margin:0 auto;
}
.maincon
{
	background:url(../images/main_bg.jpg) repeat-y;
}
.channelbox
{
	background:url(../images/main_top.jpg) no-repeat left top;
}
.channel
{
	background:url(../images/main_bottom.jpg) no-repeat left bottom;
	height:auto!important;
	min-height:300px;
	height:300px;
}
/********************************左侧部分********************************/
/*LeftPane*/
#leftpane
{
	float:left;
	width:220px;	
}
/********************************右侧部分********************************/
/*RightPane*/
#rightpane
{
	float:right;
	width:740px;
}
/********************************底部部分********************************/
/*BottomPane*/
#bottompane
{
	clear:both;
	padding-top:10px;
}