
div.ftblk_main{
	color:#fff;
	border: 1px solid #999;
	background:#555;
	padding:10px;
	margin: 0px 10px;
}
div.ftblk_main a{
	color:#fff;
}
div.ftblk_col{
	--padding-left: 10px;
	float:left;
	width:200px;
	--border: 1px solid #f00;
}
div.ftblk_col_sep{
	float:left;
	height:120px;
	border-right: 1px dashed #999;
}
div.ftblk_col_item {
    padding-left: 10px;
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
}
div.ftblk_col_item:hover{
	background: #666;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}
div.ftblk_col_item_hdr{
    padding-left: 10px;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:5px;
}
div.ftblk_follow_item{

	height: 30px;
	width: 160px;
    padding-left: 40px;
	font-weight:bold;
    --text-align:center;
	line-height:30px;
	margin-left:10px;
	margin-bottom:5px;
}
div.ftblk_follow_item_twitter{
	background: url(images/twitter_btn.png) no-repeat;
}
div.ftblk_follow_item_facebook{
	background: url(images/facebook_btn.png) no-repeat;
}
div.ftblk_follow_item_rss{
	background: url(images/rss_btn.png) no-repeat;
}
div.ftblk_end{
	clear:both;
}