/* core */

.container {
	background-color: #fff;
	padding: 0 0 0 0;
	border: none;
}

/* header */
#hd {
	display: none;
}
	
#bd {
	
}
	#bd .sidebar {
		display: none;
	}
	
	#bd .footnote {
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
		font-style: italic;
		padding: 10px;
		font-size: 90%;
		color: #333;
	}
	
#ft #links {
	display: none;
}

.pullquote {
	width: 35%;
	font-size: 110%;
	text-align: left;
	font-weight: bold;
	padding: 0 0 0 2.5em;
	background: #fff no-repeat url('../images/quote.gif') top left;
	margin: .5em;
	clear: none;
}
	.pullquote.right {
		float: right;
	}
	.pullquote.left {
		float: left;
	}