/* CSS Document */

#column-3 {
	width:200px;
	float:right;
	display:inline;
	overflow:hidden;
	}

/* article page styles */


#article {
	float:left;
	width:775px;
	display:inline;
	overflow:hidden;
	border-bottom:solid 1px #aaa;
	}
	
#article-body {
	padding:15px;
	overflow:hidden;
	background:#fff;
	line-height: 1.7 !important;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:14px;
	}

#article-body h1 {
text-align: center;
background-image: url(/images/blogroll-heading-bg.gif);
background-repeat: repeat-x;
background-position: center center;
margin-bottom:30px;
}

#article-body h1 span {
background-color: #ffffff;
display: inline-block;
padding-top: 0pt;
padding-right: 5px;
padding-bottom: 0pt;
padding-left: 5px;
}
