		#top_list_container,.section{
			padding:0;
			margin:0;
			list-style:none;
		}
		#top_list_container{
			overflow:hidden;
			width:990px;
			position:relative;
			height:130px;
		}
			#top_list_container h2{
				color:#993333;
				margin:0;
			}
		.section{
			width:990px;
			position:relative;
			border: 0px solid red;
			margin-left: -40;
  			padding: 0;
		}
		.section ul{
			list-style-type: none;
			border: 0px solid red;
			width:900px;
			margin: 0;
  			padding: 0;
		}
			.section .sub{
				position:relative;
				float:left;
				width:990px;
				height:130px;
				padding-left: 15px;
			}
		.section .sub img{
			width: 60px;
			height: 45px;
						}
				.section .sub p{
					width:990px;
					margin:4px 0;
					font-size:85%;
					line-height:1.4em;
				}
		.top_list_h1{
			font-size:17px;
			margin:0;
		}
