#main {
	display:inline; /*消除IE解释错误*/
	width: 800px;
	top: 110px;
}

/*其他*/
#columnList {
	text-align: left;
	zoom:1; /*触发IE的layout私有属性,使高度自动适应*/
	overflow: hidden; /*包含float，使高度能自动适应*/
}
#columnList .title{
	background-image: url(../images/majorTitle_bg_O.gif);
	background-repeat:no-repeat;
	height: 30px;
	line-height: 220%;
	padding-left: 35px;
	font-weight: bold;
}
