.rssButton {
	float:right;
	margin-right:15px;
	margin-top:15px;
}

.blog_top{
	background: url('../images/blog_box_top.jpg') no-repeat;
	height:5px;
}

.blog_body{
	width:515px;
	background:#b6cee0 url(../images/blog_box_bg.jpg) repeat-x top left;
	border-left: 1px solid #dfe9f1;
	border-right: 1px solid #dfe9f1;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
}

.blog_bottom {
	background: url('../images/blog_box_bottom.jpg') no-repeat;
	height: 25px;
	margin-bottom:10px;
}

.blog_top,.blog_body,.blog_bottom {
	margin-left:14px;
}


.blog_body ul{
  list-style:none;
  padding:3px 8px;
  margin-left: 0px;
}

.blog_item{
	background-color: #cedeea;
	border: 1px solid #dee9f1;
	padding:10px;
	margin-bottom:3px;
	font-size: 12px;
	color: #036b96;
}

#wrapper #bg_bot #bg_top #sub #sub_right #sub_body_left #sub_body .blog_item h1{
	font-size: 14px;
	color: #005581;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

.blog_item h2{
  font-size: 12px;
  color: #993300;
  font-weight: normal;
}

