.main-wrap {
	display:block;
	position:relative;
	clear:both;
	width: 665px;
	background: #fff;
	margin: 10px 0 20px 0;
	padding: 0 0 0 10px;
	z-index:1000;
	z-index:1;
	border-bottom: solid 2px silver;
	}
.fa_section {
	height: 80px;
}
.main-wrap h1 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, verdana;
	background: #fff;
	margin: 10px 0 0 0;
	border-top: solid 2px silver;
	padding: 5px 0;
}
.article {
	display:block;
	position:relative;
	padding: 10px 10px 10px 0;
	width: 211px;
	height: 60px;
	margin: 0;
	float: left;
	}
.image {
	display:block;
	position:relative;
	width: 110px;
	margin: 0;
	padding: 0;
	height: 60px;
	overflow: hidden;
	float: left;
	text-align: center;
	}
.image img {
	max-width: 110px;
	max-height: 60px;
	}
.theText {
	display:block;
	position:relative;
	width: 96px;
	margin: 0;
	padding: 0 0 0 5px;
	min-height: 60px;
	overflow: hidden;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}

.theText a {
	text-decoration: none;
	}

.theText a:hover{
	text-decoration: underline;
	}