#home-title
{
		margin: 0px;
		height: 85px;
		background: url('../images/home-title.jpg') no-repeat;
	}
		#home-title span { position: relative; z-index: -1; }
#blog
{
}
	#blog-title
	{
		margin: 0px;
		height: 46px;
		background: url('../images/blog-title.jpg') no-repeat;
	}
		#blog-title span { position: relative; z-index: -1; }
.content
{
	background: url('../images/content-bottom.jpg') no-repeat bottom;
	padding-bottom: 10px;
	color: #716e6d;
}
	.content h3
	{
		background: url('../images/content-title.jpg') no-repeat top;
		color: #90b8b8;
		margin: 0px;
		padding: 10px;
	}
	.content-text
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	.content-info
	{
		color: #90b8b8;
		font-size: 8pt;
		text-align: right;
		padding-top: 5px;
	}
