/* CSS Document */

#column-3 {
	width:320px;
	float:right;
	display:inline;
	overflow:hidden;
	}

/* article page styles */


#article {
	float:left;
	width:655px;
	display:inline;
	overflow:hidden;
	border-bottom:solid 1px #aaa;
	}
	
#article-body {
	padding:15px;
	overflow:hidden;
	background:#fff;
	padding-bottom:10px;
	}
	
#article-image {
	float:left;
	display:inline;
	margin-right:15px;
	}
	
#bottom-ad {
	text-align:center;
	}
	
h3.article-subtitle {
	font-weight:normal;
	line-height:normal;
	margin-top:0;
	margin-bottom:1em;
	}
	
.article-footer {
	font-style:italic;
	padding:10px 0;
	border-top:dashed 1px #999;
	border-bottom:dashed 1px #999;
	margin-bottom:10px;
	clear:both;
	}
	
.article-footer p {
	margin-bottom:0;
	}
