h3 {
	height: 35px;
	margin: 0px;
}

#main-body {
	width: 370px;
	float: left;
}

#main-sub {
	float: right;
	width: 160px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#main-sub ul {
	margin-bottom: 20px;
}

.entry-title {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	width: 150px;
	font-size: 12px;
	line-height: 18px;
}

#main {
	width: 566px;
	padding-right: 19px;
}
.section {
	margin-bottom: 30px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}

.blog-title {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	background-image: url(../blog/images/bg-title.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	width: 320px;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 50px;
	color: #0099CB;
}
.blog-date {
	font-size: 11px !important;
	font-size: 10px;
	line-height: 18px;
	color: #555555;
}
.blog-body {
	width: 360px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../news/images/body-line.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 13px;
	padding-bottom: 5px;
}
