
#blog { 
	width: 660px; 
	margin: 0 auto; 
}
#blog h4 { 
	margin: 0; 
	background: url(/img/blog_line.gif) repeat-x bottom; 
	font-weight: normal; 
	color: #333333; 
	font-size: 16px; 
	padding: 0 0 10px; 
}
#blog h4 p { 
	margin: 0; 
	background: url(/img/blog_icon.gif) no-repeat 5px center; 
	line-height: 24px; 
	padding: 10px 0 5px 55px; 
}
#blog h4 p a { color: #333333; }
#blog .date { 
	text-align: right; 
	font-size: 14px; 
	padding: 10px 10px 15px; 
}
#blog .date p { margin: 0; }
#blog .inner { 
	padding: 0 15px 60px; 
	line-height: 24px; 
	font-size: 14px; 
}
#blog .noentry .inner { 
	padding: 20px 15px; 
	font-size: 14px; 
}
.next_title { margin-bottom: 45px; }
.side_category { margin: 40px 0 0; }
.side_category dt { padding: 0 0 5px; }
.side_category dd ul li { 
	border-bottom: 1px dotted #007564; 
	font-size: 20px; 
	padding: 20px 10px 20px 70px; 
	background: url(/img/side_arrow.gif) no-repeat 15px center; 
}
.side_category dd ul li a { color: #333333; }
.side_category dd ul li a:hover { 
	text-decoration: none; 
	color: #08ab3e; 
}
