#blog_top_text{
	padding-left:0;
	margin: 0;
	background: url("../images/reiter_blog_01.gif");
	width: 390px;
	height:32px;
}

#blog_top_text h2	{
	font-size:		12px;
	font-weight:	bold;
	width: 180px;
	margin: 0;
	height:32px;
	display:block;
	float:left;
	font-size:10px;
	line-height:32px;
}

#blog_top_text a:link, #blog_top_text a:visited	{
	color: 			#666666;
	width: 150px;
	margin: 0;
	height:32px;
	display:block;
	float:left;
	font-size:10px;
	line-height:32px;
	padding-left: 24px;
}

#blog_top_text a:hover	{
	color: #7dc243;
}

.blog_box{
	padding:		0px;
	width:			382px;
	height:			220px;
	display:		block;
	font-weight: 	bold;
	font-size:		12px;
	clear: left;
}
	.blog_block{
		margin:			8px 2px 0px 13px;
		padding:		1px 2px 0px 13px;
		font-weight: 	normal;
		color: 			#7DC243;
		font-size:		11px;
	}
		.blog_block #blog_text{
			color: 			#666666;
			font-size:		11px;
		}
		.blog_block #created_by, a.created_by:link, #created_by:link{
			color: 			#666666;
			font-size:		11px;
			text-decoration:underline;
		}
			.blog_block #created_by:hover{
				color: 			#7DC243;
			}
	
