#main .fll {
	width: 370px;
}
#main  .fll h3 {
	background-image: url(../news/images/title-marker.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 25px;
	padding-right: 5px;
	font-weight: bold;
	padding-bottom: 8px;
}
#main .flr {
	width: 190px;
}
#main .flr li {
	font-size: 80%;
	background-image: url(../images/dot-lineK.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px;
}
.blog-date {
	font-size: 80%;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	color: #222222;
}


.blog-title {
	background-image: url(../news/images/bg-title.png);
	background-repeat: repeat-x;
	font-weight: bold;
	background-position: left bottom;
	padding-bottom: 4px;
	padding-top: 5px;
}
.blog-body {
	background-image: url(../news/images/bg-blog-body.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.blog-body p {
	margin-bottom: 10px;
}

