.block:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.image 
{
	float: left;
	padding: 5px;
	background-color: #101010;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}

.image img
{
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}

.description
{
	float: left;
	max-width: 430px;
	padding: 0 0 0 15px;
}

s.description strong
{
	font-size: 1.2em;
}