
#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;
}

#postit{
	position:relative;
}


#postitTitle{
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:14px; 
	color:#382E00; 
	position:absolute; 
	top:70px; left:35px;
	width:165px;
}

#postitTitle a:hover,
#postitTitle a:link,
#postitTitle a:visited,
#postitTitle a:active{ color: #382E00; text-decoration:none;

}

#postitMonth{
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:12pt; 
	position:absolute;
	color:#382E00;
	top:115px; right:55px;
}

#postitDay{
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:32pt; 
	color:#C34D3A; 
	position:absolute; 
	top:125px; right:60px;
}

#corkboardVideo
{
	position:absolute; 
	top:125px; right:65px;
}

a#postitAllNews 
{ 
	position:absolute; 
	bottom:35px; right:55px;
	height:15px;
	width:75px;
}

#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;
		}
