#blog #image {
	background-image: url(../blog/images/image.jpg);
	background-repeat: no-repeat;
}
#blog .section {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
	min-height:100px;
	height: auto !important;
	height: 100px;
}
#blog .section h4 {
	font-size: 110%;
	font-weight: bold;
}
#blog .section .author {
	font-size: 86%;
	color: #999;
	margin-bottom: 8px;
}
#blog #section01 {
	background-image: url(../blog/images/right_blog_01.jpg);
	background-repeat: no-repeat;
	padding-left: 120px;
}
#blog #section02 {
	background-image: url(../blog/images/right_blog_02.jpg);
	background-repeat: no-repeat;
	padding-left: 120px;
}
#blog #section03 {
	background-image: url(../blog/images/right_blog_03.jpg);
	background-repeat: no-repeat;
	padding-left: 120px;
}
