span.left {
position: absolute;
left: 0;
}
span.right {
position: absolute;
right: 0;
}
div.line {
position: relative;
text-align: center;
}
div.clearthefloats	{
	clear: both;
}
#caption	{
	clear: left;
}
#gallery	{
	float: right;
}
#commentblock {
	float: none;
	width: 300px;
	margin: 0px;
	padding: 12px 12px 12px 30px;
}

