/* use to display right focus area focus area within mainCol */
/*
	#mainCol #focusArea:width and #mainCol #content:margin-right  are related
*/

#content{
	width:560px;
	margin:46px 0 20px 20px;
	float:left;
}

#focusArea {
	width:222px;
	float:right;
	margin:46px 0 20px 0;
	line-height:17px;
	display:block;
	
}

#focusArea p {
	font-size:11px;
	color:#666;
}

.focusBox {
	margin:0 0 20px 0;
	border-bottom:1px dotted #999;
	padding-bottom:10px;
	height:250px;
	overflow:auto;
}
