body
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #fff;
	/* FIX ME
	background: #E2F3FF url(site/templates/hblz/images/hblz_bg.jpg) repeat-x;*/
	background: #E2F3FF url(img/opener_bg.jpg) repeat-x;
}

a:link, a:visited
{
	text-decoration: none;
	color: #c2e2f9;
}

a:hover, a:active
{
	text-decoration: underline;
}

div#content
{
	margin-left: 200px;
	width: 671px;
}

div#footer
{
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
}

div#footer .small
{
	color: #c2e2f9;
	font-size: 10px;
}

div#entries
{
	margin-top: 106px;
}

	div.entry
	{
		float: left;
		margin-right: 20px;
	}
	
		div.entry img
		{
			border: 0;
		}
	
		div.entry a:link, div.entry a:visited
		{
			display: block;
			border: 3px solid #006bb3;
		}
		
		div.entry a:hover, div.entry a:active
		{
			border: 3px solid #fff;
		}