#blog
{
}
	#blog-title
	{
		margin: 0px;
		width: 555px;
		height: 53px;
		background: url('../images/blog-title.jpg') no-repeat;
	}
		#blog-title span { position: relative; z-index: -1; }
.content
{
	width: 555px;
	border: 1px solid #fabc5b;
	background: #eee4d0;
	margin-top: 10px;
}
	.content h3
	{
		background: url('../images/content-title.jpg') repeat-x bottom;
		line-height: 36px;
		color: #532124;
		margin: 0px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.content-text
	{
		padding: 5px;
	}
	.content-info
	{
		color: #7f7f7f;
		font-size: 8pt;
		text-align: right;
		border-top: 1px solid #fabc5b;
		padding-top: 5px;
		margin-top: 5px;
	}