body.sub #Col3 {
	padding: 32px 0 0 0;
}

body.sub #Col2 #Hero {
	margin: 15px 0 15px 0;
	height: 240px;
	width: 420px;
	background-color: #bea5ca;
	background-repeat: no-repeat;
}
body.sub #Col2 #Hero div {
	margin: 0 0 0 260px;
	padding: 10px;
	border-left: 1px solid white;
	height: 220px;
}
body.sub #Col2 #Hero div h2 {
	font-size: 25px;
	font-weight: normal;
	color: white;
	border-bottom: none;
	line-height: 120%;
}
body.sub #Col2 #Hero div p.author {
	font-size: 11px;
	color: white;
}
body.sub #Col2 #Fade {
	position: absolute;
	margin: -100px 0 0 0;
	background-image: url("/assets/fade.png");
	width: 420px;
	height: 100px;
}

div.featured {
	margin: 0 0 10px 0;
	width: 240px;
	height: 115px;
	background-color: #bea5ca;
	background-repeat: no-repeat;
}
div.featured a {
	display: block;
	padding: 95px 15px 0 15px;
	font-size: 12px;
	line-height: 20px;
	/*font-weight: bold;*/
	color: white;
	text-decoration: none;
}
div#Author {
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #FAFAFA;
	border: 1px solid #E5E5E5;
}
div#Author p {
	margin: 0;
	font-size: 11px !important;
}