	.promotedWrap {
		margin-left: 12px;
	}
	
	.promotedWrap strong {
		color: #555;
	}
	
	.promotedWrap h1 {
		font-size: 24px;
		margin-top: 20px;
		color: #333;
	}
	
	.promotedWrap h2 {
		margin-top: 4px;
		font-size: 18px;
	}
	
	.promotedWrap p {
		line-height: 18px;
	}
	
	
	.twobox, .threebox {
		float: left;
		margin-right:10px;
		border: 1px solid #ccc;
	}
	
	.twobox {
		width: 444px;
		background-image: url(header.jpg);
		background-repeat: no-repeat;
	}
	
	.threebox {
		width: 290px;
		margin-right: 12px;
		margin-bottom: 20px;
		background-image: url(header.jpg);
		background-repeat: no-repeat;
		background-position: -50px 0px;
	}
	
	.twobox li, .threebox li {
		list-style: none;
		margin-left: -25px;
	}
	
	.twobox h2, .threebox h2 {
		color: #fff;
		height: 23px;
		padding-left: 8px;
		padding-top: 3px;
		margin-top: 0;
		font-size: 16px;
	}
	
	.threebox h2 {
		
	}
	
	.twobox .promote a, .threebox .promote a {
		float: right;
		font-size: 14px;
		color: #333;
		font-style: italic;
		padding-top: 4px;
		padding-right: 8px;
		font-weight: normal;
	}
		
	.twobox .promote img, .threebox .promote img {
		padding-right: 4px;
		float:left;
	}
	
	.twobox .example h3, .threebox .example h3 {
		font-weight: 800;
		margin-bottom: 3px;
		margin-top: 3px;
	}
	
	.twobox .example, .threebox .example {
		border-top: 1px solid #ccc;
		padding-left: 12px;
		background-image: url(../homeBackground.jpg);
		background-repeat: repeat-x;
		background-position: 0px -400px;
	}
	
	.twobox .example div {
		height: 130px;
	}
	
	.threebox .example div {
		height: 180px;
	}
	
	.twobox .example div img, .threebox .example div img {
		border: 1px solid #ccc;
	}
	
	.blurb {
		padding: 0px 8px 6px 8px;
	}
	
	.content {
		min-height: 0px;
	}
	
	#rightShadow {
		display:none;
	}