/* CSS Document */
body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;	
}

.bodys{
	width: 1000px;
	margin:	0 auto; 
}

.top{
	float:left;
	width:1000px;
	height:130px;
}

.main{
	float:left;
	width:1000px;
}

.bottom{
	float:left;
	width:1000px;
 	height:197px;
}

.mainbg{
	float:left;
	width:1000px;
	padding: 0px;
}

.left{
	float:left;
	width:222px;
	background-color: #FFFFFF;
}

.right{
	float:left;
	width:778px;
}

.links{
	float:left;
	width:995px;
	height:280px;

}