/* CSS Document */

#column-3 {
	width:350px;
	float:right;
	display:inline;
	}

/* article page styles */


#article {
	float:left;
	width:644px;
	display:inline;
	background:url(bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#fff;
	overflow:hidden;
	}
	
#article-body {
	padding:15px;
	line-height: 1.7;
	padding-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	}
	
#article-image {
	float:left;
	display:inline;
	margin-right:15px;
	}
	
* html #article-image {
	margin-right:2px;
	}
	
	
#bottom-ad {
	text-align:center;
	}

#article h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-top:0;
	margin-bottom:.25em;
	line-height:normal;
	}
	
h3.article-subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#007fac;
	line-height:normal;
	margin-top:0;
	margin-bottom:1em;
	}
	
.article-footer {
	padding:10px 0;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	margin:10px 0;
	clear:both;
	}
	
.article-footer p {
	margin-bottom:0;
	}
