#home-bodycontent {
	width: 1000px;
	float: left;
}

#home-content {
	width: 490px;
	float: left;
	margin-left: 60px;
	margin-right: 20px;
	font-size: 92%;
	line-height: 1.22em;
}

#rightcol { /* Begin laying out the leftcol div */
	float: left; /* Floats the div to the left to make a column */
	width: 350px;
	border-left: 1px solid #666;
	height: 100%;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-right: 22px;
}
