.blog ul.blogItems,
.blog ul.blogItems li,
.blog ul.blogItems li p {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.blog ul.blogItems li a.title {
	display: block;
	font-weight: bold;
}
.blog ul.blogItems li p.pubDate {
	margin-top: 0.3em;
}
.blog ul.blogItems li p.description {
	margin-top: 0.3em;
}

#right .blog ul.blogItems li {
	margin-top: 1em;
}

#center_center .blog .top {
	background: url('/plugins/content/dsg/top.gif') no-repeat top left;
	margin-bottom: 1em;
}
#center_center .blog .bottom {
	background: url('/plugins/content/dsg/bottom.gif') no-repeat bottom left;
	min-height: 193px; /*223*/
	height: auto !important;
	height: 193px;
	padding: 15px 15px 5px;
}
#center_center .blog ul.blogItems li {
	margin-bottom: 1.5em;
}
#center_center .blog ul.blogItems li p.pubDate {
	font-style: italic;
	font-size: 0.917em;
}