/*
######################### blog
*/
div.divisor {
	width: 100%;
	background: url('../images/divisor.jpg') 621px 0 repeat-y;
	
}
#tbl_blog_sidebar {
	float: left;
	width: 230px;
}
#tbl_blog {
	float: left;
	width: 620px;
	padding: 0 30px 0 0;
}
#tbl_blog a {
	color: #619C1C 
}
#tbl_blog a.orange, a:link.orange, a:visited.orange {
	color: #F56E00 
}
#tbl_blog h1 {
	margin: 0 0 0 0;
	font-size: 22px;
}
#tbl_blog h2 {
	margin: 0 0 10px 0;
}
#tbl_blog p.date {
	color: #999;
	font-size: 11px;
}
