div#article_view
{
	position: relative;
}

div#article_view #article_container
{
	float: left;
	width: 442px;
}

div#article_view .entries_container {
	float: right;
	width: 189px;
}

div#article_view a.image img
{
	max-width: 442px;
}

div#article_view a.image
{
	display: block;
	margin-bottom: 10px;
}