/* CSS Document */

#page {
	background-image:url(/images/background-article.gif);
	}

#column-3 {
	width:198px;
	float:right;
	display:inline;
	}

/* article page styles */


#article {
	float:left;
	width:778px;
	display:inline;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	margin-left:18px;
	overflow:hidden;
	}
	
#article-body {
	float:left;
	width:748px;
	padding:15px;
	display:inline;
	background:#fff;
	line-height: 1.7;
	padding-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	}
	
* html #article-body {
	width:750px;
	}

#article h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-top:0;
	margin-bottom:.25em;
	line-height:normal;
	}
	
#column-3 .module, #column-3 .tower-ad {
	margin-right:18px;
	}
	
#pagetools {
	width:748px;
	}

	

