#sidenav.home{
	background: transparent url(chrome/corkboard.png) no-repeat top center;
	float: right;
	height: 400px;
	margin: 20px 0 0 10px;
	padding: 20px 0 0 20px;
	right: 0;
	width: 236px;
}

#features{
	background: transparent url(chrome/bgHmFeatures.png) no-repeat center center;
	color: #000;
	float: left;
	font: normal 11px "Candida", "Trebuchet MS", "Tahoma", Sans-Serif;
	height: 160px;
	line-height: 15px;
	margin-left: 20px;
	min-height: 160px;
	position: relative;
	width: 570px;
}

	#features .title{
		background: transparent url(chrome/h2Title.jpg) no-repeat center center;
		clear: both;
		color: #C34D3A;
		display: block;
		font: normal 15px "Cambria", "Trebuchet MS", "Arial", Sans-Serif;
		height: 30px;
		margin: -10px 0 0 10px;
		padding-top: 15px;
		text-indent: 20px;
		width: 250px;
	}

.box{
	display: inline;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	position: relative;
	top: 10px;
	width: 260px;
}

	.box img.square{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader;
		float: left; 
		margin: -10px 5px 0;
	}

	.box img.vert{
		background: transparent url(chrome/featureVert.gif) no-repeat center center;
		display: none;
		height: 127px;
		width: 2px; 
	}

	.box a img.learn{
		background: transparent url(chrome/learnMore.gif) no-repeat center center;
		float: right;
		height: 28px;
		margin: 5px 2px 0;
		padding: 1px;
		width: 111px;
	}

		.box a img.learn:hover{
			background: transparent url(chrome/learnMoreHover.png) no-repeat center center;
			border: 0;
		}