﻿/*

 *代码开发：北京市盛世阳光文化传播有限责任公司 

 * Copyright(c) 2000-2009, 北京市盛世阳光文化传播有限责任公司.

 * info@gonet.com.cn

 * http://www.gonet.com.cn

 * 版本：V1.659

 */



/*--------------全局样式----------------*/

body

{

	font-size: 12px;

	line-height: 20px;
	margin:0px;	

border:1px solid #ccc;

}

*

{

	margin: 0 auto;

	padding: 0;

	font-family:Arial;

}

img

{

	border:0;

}

a

{

	color:#000;

	text-decoration: none;

}

a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */

a:focus{outline:0;}/* for Firefox */



.clear

{

	clear:both;

}

#clearborder

{

	border-top:0;

	border-right:0;

	border-bottom:0;

	border-left:0;

}

.leftfloat{float:left;}

.rightfloat{float:right}

/********************************主体部分********************************/

#pane

{
overflow:hidden;
	width:1000px;

	margin:0 auto;	


}

/********************************顶部部分********************************/

#toppane

{

	background:url(../images/body.jpg) repeat-y;

}

/********************************内容部分********************************/

#mainpane

{

	clear:both;

	background:url(../images/body.jpg) repeat-y;

}

.mainbox

{	

	width:966px;

	margin:0 auto;	

}

/********************************左侧部分********************************/

/*LeftPane*/

#leftpane

{	

	width:250px;

	float:left;

}

/********************************右侧部分********************************/

/*RightPane*/

#rightpane

{

	float:right;

	width:716px;

	display:inline;

	margin:-182px 0 0 0;

	z-index:999;

	position:relative;

}

/********************************底部部分********************************/

/*BottomPane*/

#bottompane

{

	clear:both;

	background:url(../images/bottom_bg.jpg) no-repeat;

	height:82px;

}


