/* CSS Document */


#column-1 {
	float:left;
	display:inline;
	width:193px;
	margin-right:10px;
	overflow:hidden;
	}
	
#column-2 {
	float:left;
	display:inline;
	width:577px;
	margin-right:10px;
	overflow:hidden;
	padding:0 15px 15px 15px;
	line-height: 1.7;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:5px;
	}
	
#column-3 {
	float:left;
	width:160px;
	display:inline;
	overflow:hidden;
	}

/* article page styles */

/* article page styles */
	
#article-body {

	}
	
#article-image {
	float:right;
	display:inline;
	margin-left:15px;
	}
	
#bottom-ad {
	text-align:center;
	}
	
h3.article-subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#632f23;
	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;
	}

