/* 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;
	line-height: 1.7;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
#column-3 .module h2 {
	background-color:#c4c5aa;
	background-image:url(/images/module-header-320.png);
	background-repeat:no-repeat;
	background-position:top;
	border-bottom:none;
}

