.articleWrapper {
	width: 600px;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 0;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.articleWrapper img {
	float: left;
	border: 1px solid #BBB;
}
.articleWrapper .articleInfo {
	float: right;
	width: 380px;
}
.articleWrapper .articleInfo span {
	font-size: 10px;
	color: #999;
	display: block;
	padding-bottom: 10px;
}
.articleWrapper .articleInfo a {
	font-size: 16px;
	text-decoration: none;
}
.articleWrapper .articleInfo a:hover {
	color: #1867b9;
}
#articleThumb {
	float: left;
	border: 1px solid #BBB;
	margin: 10px 15px 15px 0px;
}
#articleDate {
	display: block;
	margin: 0px 0px 10px 0px;
	color: #666;
	font-size: 12px;
}
#storyCol {
	float: left;
	width: 650px;
	position: relative;
}
