@import url("sitewide.css");
	
/* ///////////////////////////////////////////////////// Content */				
	
#content #contentHeader {
	background: url(../_img/headers/hdr-criticalreview.png) no-repeat;
	}

.articleExcerpt {
	border-bottom: 1px dotted;
	padding-bottom: 10px;
	margin-bottom: 20px;
	}
	
#content #leftColumn {
	text-align: right;
	padding-top: 0;
	}
	
h3 {
	border-bottom: 1px dotted;
	padding-bottom: 10px;
	}
	
h3.essayTitle {
	border-bottom: 0;
	padding-bottom: 0;
	}
	
.atclImg {
	float: left;
	margin: 0.25em 1.50em 0 0;
	}
	
.border {
	border: 1px solid #444;
	}
	
#leftColumn {
	text-align: right;
	}	
	
#leftColumn img {
	vertical-align: bottom;
	}
	
#leftColumn p.caption {
	margin-top: -1.00em;
	}	
							




