div#body p
{
	font-family: Arial;
	font-size: 14px;
}

div.picture
{
	margin-top: 25px;
	font-family: Tahoma;
	font-size: 11px;
}

div.picture img
{
	border-top: 5px solid #c0c0c0;
	border-bottom: 5px solid #c0c0c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.picture div.description
{
	position: relative;
	margin-top: 5px;
}

div.picture span.left
{
	margin-right: 250px;
	margin-left: 10px;
}

div.picture span.right
{
	position: absolute;
	width: 240px;
	top: 0px;
	right: 0px;
	text-align: right;
	margin-right: 10px;
}