#articleListHeader {
	width: 940px;
    padding: 0px;
}
#articleListHeader img {
	float: left;
    margin: 0px !important;
    margin-right: 10px !important;
}
#articleListHeader h1 {
	color: #000000;
    margin-bottom: 10px;
}
#articleListHeader p {
    margin-bottom: 10px;
    width: 850px;
}

#articleListBody {
	width: 940px;
	clear: both;
}
#articleListInnerBody {
    width: 900px;
    margin-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.articleListThumbnailContainer {
	border: 1px solid #ccc;
    width: 430px;
    height: 110px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;    
}
.articleListThumbnailContainer img {
	float: left;
    margin: 10px !important;
    margin-top: 20px !important;
}
.articleListThumbnailContainer p {
	display: block;
    float: left;
    width: 320px;
    height: 90px;
    margin-top: 10px;
    overflow: hidden;
}