div#image-wall
{
	float: left;
	margin-right: 20px;
	width: 443px;	
}
div#image-wall img
{
	margin: 0 0px 0px 0;
	padding: 3px;
	background-color: #e67f00;	
}
div#tag-cloud
{
	position: absolute;
	bottom: 0px;
	padding: 5px;
	width: 208px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}
div#tag-cloud a
{
	padding: 0 3px 0 3px;
	text-decoration: none;
	color: #777777;
}
body.homepage div#left-column
{
	float: left;
	width: 740px;
}
body.homepage div#right-column
{
	position: relative;
	float: right;
	width: 220px;
	height: 291px;
}
